From: Braden M. <br...@en...> - 2007-02-02 16:41:47
|
On Fri, 2007-02-02 at 07:36 -0800, James J. Ramsey wrote: > These are the error messages that I get after > attempting to compile OpenVRML on CentOS 4.4: > > Making all in openvrml-gtkplug > make[3]: Entering directory > `/home/jjramsey/TarballsAndRPMs/openvrml-0.16.3/src/openvrml-gtkplug' > depbase=`echo main.o | sed > 's|[^/]*$|.deps/&|;s|\.o$||'`; \ > if g++ -DHAVE_CONFIG_H -I. -I. -I../.. > -I../../lib/gtkglext -I../../lib/gtkglext > -I../../lib/gtkglext/gdk -I../../src/libopenvrml > -I../../src/libopenvrml -I../../src/libopenvrml-gl > -I../../src/libopenvrml-gl -I -DGTK_DISABLE_DEPRECATED > -pthread -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/X11R6/include -pthread -g -O2 -MT main.o -MD > -MP -MF "$depbase.Tpo" -c -o main.o main.cpp; \ > then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f > "$depbase.Tpo"; exit 1; fi > main.cpp:169: error: `GOptionEntry' does not name a > type Hm. GOptionEntry (and related) is from GLib. What does this say? $ pkg-config --modversion glib-2.0 -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |