pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] Building on Mac -- status


From: David Shochat
Subject: Re: [Pan-users] Building on Mac -- status
Date: Thu, 13 Jul 2006 05:51:07 -0400
User-agent: Thunderbird 1.5.0.4 (X11/20060516)

Darren wrote:
Marco Stagno posted this a couple of days ago:
---------------------------------------------------
as already wrote Jeff, I had to change in file
/opt/local/include/glib-2.0/glib/gi18n.h

the  #include libintl.h
in   #include </opt/local/include/libintl.h>

(I'm using DarwinPorts)

Thanks. That worked here also. pan-0.103 now running on the iMac. And as I just reported in bug 346588, it does not get into any trouble reading the comcast group list.
I dug through the compile to find why the hardcoding of the path was necessary:
if g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   
-I/usr/local/include     -g -O2 -MT e-util.o -MD -MP -MF ".deps/e-util.Tpo" -c -o e-util.o e-util.cc; then mv 
-f ".deps/e-util.Tpo" ".deps/e-util.Po"; else rm -f ".deps/e-util.Tpo"; exit 1; fi

In file included from 
e-util.cc:32:/opt/local/include/glib-2.0/glib/gi18n.h:23:21: error: libintl.h: 
No such file or directory

Looks like there is a -I/opt/local/include missing.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]