Jeff Berman wrote:
[...]
> 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...

> 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?... 

In other threads Charles has been suggesting this change:

+extern "C" {
+#include <glib/gi18n.h>
+};

In your case the edit would be to line 31 of e-util.cc
(I'm using the well-know SWAG method of debugging here ;o)


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

Reply via email to