[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pan-users] Compiling recent Pan for RHEL4 and Centos4 - Any Tips?
From: |
Steven Ellis |
Subject: |
Re: [Pan-users] Compiling recent Pan for RHEL4 and Centos4 - Any Tips? |
Date: |
Sat, 02 Jun 2007 19:29:04 +1200 |
User-agent: |
Thunderbird 1.5.0.10 (X11/20070301) |
Steven Ellis wrote:
> I currently use Pan across 3 environments
>
>
Ok hit another GTK 2.4 issue and i'm not sure how to fix this one
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DXTHREADS -D_REENTRANT
-DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gmime-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-DPANLOCALEDIR=\""/usr/local/share/locale"\" -g -O2 -MT post-ui.o -MD
-MP -MF ".deps/post-ui.Tpo" -c -o post-ui.o post-ui.cc; \
then mv -f ".deps/post-ui.Tpo" ".deps/post-ui.Po"; else rm -f
".deps/post-ui.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DXTHREADS -D_REENTRANT
-DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gmime-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-DPANLOCALEDIR=\""/usr/local/share/locale"\" -g -O2 -MT prefs-ui.o -MD
-MP -MF ".deps/prefs-ui.Tpo" -c -o prefs-ui.o prefs-ui.cc; \
then mv -f ".deps/prefs-ui.Tpo" ".deps/prefs-ui.Po"; else rm -f
".deps/prefs-ui.Tpo"; exit 1; fi
prefs-ui.cc: In function `void
<unnamed>::set_prefs_string_from_combo_box_entry(GtkComboBox*, void*)':
prefs-ui.cc:137: error: `gtk_combo_box_get_active_text' was not declared
in this scope
I can see that gtk_combo_box_get_active_text is defined in post-ui.cc
but I'm not sure how to define it in the header files as I've not played
with C++ namespaces before.
Steve