pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] a question..


From: walt
Subject: Re: [Pan-users] a question..
Date: Wed, 31 May 2006 11:30:19 -0700
User-agent: Thunderbird 3.0a1 (X11/20060531)

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)




reply via email to

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