Greetings,

I seem to have run into the same problem compiling 0.127 (linux) that
turned up in 0.126, when compiling against gtk+ 2.6.10 (see message from
Jeff Berman, Mar 29):

if g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DXTHREADS -D_REENTRANT 
-DXUSE_MTSAFE_API -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include 
-I/usr/X11R6/include -I/usr/local/include/atk-1.0 
-I/usr/local/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/include/freetype2/config -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 
-I/usr/local/include -I/usr/include/gtkspell-2.0   -DXTHREADS -D_REENTRANT 
-DXUSE_MTSAFE_API -pthread -I/usr/local/include/gtk-2.0 
-I/usr/local/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/include/freetype2/config 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/freetype2 -I/usr/local/include   
-I/usr/local/include/gmime-2.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include   -pthread -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include   
-DPANLOCALEDIR=\""/usr/local/share/locale"\" -I/usr/local/include  -g -O2 -MT 
header-pane.o -MD -MP -MF ".deps/header-pane.Tpo" -c -o header-pane.o 
header-pane.cc; \
then mv -f ".deps/header-pane.Tpo" ".deps/header-pane.Po"; else rm -f 
".deps/header-pane.Tpo"; exit 1; fi
header-pane.cc: In member function `virtual void 
pan::HeaderPane::on_tree_change(const pan::Data::ArticleTree::Diffs&)':
header-pane.cc:655: error: `gtk_tree_view_get_visible_range' was not declared 
in this scope
make[3]: *** [header-pane.o] Error 1
make[3]: Leaving directory `/usr/local/src/pan-0.127/pan/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/pan-0.127/pan'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/pan-0.127'
make: *** [all] Error 2

It appears that since 0.126 Pan will not compile against gtk+ earlier than
2.8; it was recommended in the previous thread mentioned that this be
filed as a bug (according to the Requirements Pan is still supposed to
compile against gtk+ >= 2.4).

Anyone know if this issue has been addressed, or of a workaround?

Regards,

-- 
Lionel B



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

Reply via email to