marco stagno wrote:
[...]
> url.cc: In function 'void pan::pan_url_show(const char*)':
> url.cc:83: error: '_' was not declared in this scope

In another thread Charles suggested this patch:

--- url.cc.bak  2006-05-28 12:41:50.000000000 -0500
+++ url.cc      2006-05-28 12:42:25.000000000 -0500
@@ -20,6 +20,9 @@
 #include <config.h>
 #include <string>
 #include <glib.h>
+extern "C" {
+#include <glib/gi18n.h>
+};
 #ifdef HAVE_GNOME
 #include <libgnome/gnome-url.h>
 #elif defined(G_OS_WIN32)


_______________________________________________
Pan-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to