LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   error compiling gnofract4d on slackware (https://www.linuxquestions.org/questions/linux-software-2/error-compiling-gnofract4d-on-slackware-197487/)

Axion 06-25-2004 02:42 AM

error compiling gnofract4d on slackware
 
Hi, I'm not quite sure what happened here. What am I missing or do I need a patch/lower version to fix this? Kind of odd...

<snip>
Code:

Making all in src
make[2]: Entering directory `/home/axion/downloads/gnofract4d-1.9/src'
source='properties.cpp' object='properties.o' libtool=no \
depfile='.deps/properties.Po' tmpdepfile='.deps/properties.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../libfract4d -DGNOMELOCALEDIR=\""/usr/share/locale"\"  -D_REENTRANT -DCXX="\"g++\"" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/usr/etc"\" -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib"\" -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libxml2  -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -g -O2 -c -o properties.o `test -f 'properties.cpp' || echo './'`properties.cpp
properties.cpp: In function `void refresh_bailout_callback(Gf4dFractal*, void*)
  ':
properties.cpp:273: error: `GtkOptionMenu' undeclared (first use this function)
properties.cpp:273: error: (Each undeclared identifier is reported only once
  for each function it appears in.)
properties.cpp:273: error: `om' undeclared (first use this function)
properties.cpp:273: error: `GTK_OPTION_MENU' undeclared (first use this
  function)
properties.cpp:274: error: `gtk_option_menu_get_menu' undeclared (first use
  this function)
properties.cpp:289: error: `gtk_option_menu_set_history' undeclared (first use
  this function)
properties.cpp: In function `GtkWidget* create_bailout_menu(Gf4dFractal*)':
properties.cpp:300: error: `gtk_option_menu_new' undeclared (first use this
  function)
properties.cpp:332: error: `GTK_OPTION_MENU' undeclared (first use this
  function)
properties.cpp:332: error: `gtk_option_menu_set_menu' undeclared (first use
  this function)
properties.cpp: In function `void refresh_aa_callback(Gf4dFractal*, void*)':
properties.cpp:383: error: `GTK_OPTION_MENU' undeclared (first use this
  function)
properties.cpp:384: error: `gtk_option_menu_get_menu' undeclared (first use
  this function)
make[2]: *** [properties.o] Error 1
make[2]: Leaving directory `/home/axion/downloads/gnofract4d-1.9/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/axion/downloads/gnofract4d-1.9'
make: *** [all] Error 2

Any help appreciated, thanks.

edyoung 05-29-2006 11:54 PM

I don't know the exact problem but I'd suggest trying a newer version of Gnofract 4D as your first try - it's up to 2.14 now.


All times are GMT -5. The time now is 12:09 AM.