> Hi, I was able to compile pan .98, but .99 is giving this error > when issuing "make": > > Making all in pan > Making all in general > if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. > -I/sw/include/glib-2.0 -I/sw/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:31: > /sw/include/glib-2.0/glib/gi18n.h:23:21: error: libintl.h: No such > file or directory > e-util.cc: In constructor > 'EvolutionDateMaker::EvolutionDateMaker(time_t)': > e-util.cc:211: error: 'gettext' was not declared in this scope > e-util.cc: In member function 'char* > EvolutionDateMaker::get_date_string(time_t) const': > e-util.cc:240: error: 'gettext' was not declared in this scope > make[3]: *** [e-util.o] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > What's strange to me is that libintl.h does in fact exist in > /sw/include. Has something changed with .99 in this area of code? > Any ideas on how to fix this? This is on OS X with most packages > installed via fink.
I'd try adding -I/sw/include to the CXXFLAGS in the Makefile. Not sure if it's Pan's job, or FINK's, or whose, to make sure it's in the path. If you have a 0.98 lying around, could you mail me a script session of configure/make for 0.98 on FINK? _______________________________________________ Pan-users mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users