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.



_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to