pan-users
[Top][All Lists]
Advanced

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

[Pan-users] Re: A different compile error


From: walt
Subject: [Pan-users] Re: A different compile error
Date: Mon, 29 May 2006 07:18:27 -0700
User-agent: Thunderbird 3.0a1 (X11/20060529)

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)




reply via email to

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