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

Re: [seul-edu] Dr Genius release



> Call it as you want Baby Release or Birthday Release, 
> at least it's there on http://drgenius.seul.org.
> Dr Genius a nice tool for math.
 
On my RH6.0 system, I grabbed the drgenius tgz. I ran
./configure, and it failed saying I didn't have libGlade.
So I got libxml*.rpm and libglade*.rpm and installed them.
configure worked correctly, but during make I got:

Figured I'd be the one to get the first bug report in. :)
Thanks,
--Roger

make[3]: Entering directory `/root/drgenius-0.5.0/drgeo'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/local/share/locale"\"                 -DLOCALEDIR=\"/usr/local/share/locale\"                        -I/usr/local/include                                    -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include                              -I/usr/include/gnome-xml  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -c drgeo_drawable.cc
c++ -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/local/share/locale"\"                 -DLOCALEDIR=\"/usr/local/share/locale\"                        -I/usr/local/include                                    -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include                              -I/usr/include/gnome-xml  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -c drgeo_tool.cc
c++ -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/local/share/locale"\"                 -DLOCALEDIR=\"/usr/local/share/locale\"                        -I/usr/local/include                                    -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include                              -I/usr/include/gnome-xml  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -c drgeo_figure.cc
drgeo_figure.cc: In method `void drgeoFigure::drgeoFigure2(class drgeoDrawable *, struct _xmlNode *)':
drgeo_figure.cc:68: `BAD_CAST' undeclared (first use this function)
drgeo_figure.cc:68: (Each undeclared identifier is reported only once
drgeo_figure.cc:68: for each function it appears in.)
drgeo_figure.cc:68: parse error before string constant
drgeo_figure.cc: In method `gboolean drgeoFigure::saveAs(gchar *)':
drgeo_figure.cc:495: confused by earlier errors, bailing out
make[3]: *** [drgeo_figure.o] Error 1
make[3]: Leaving directory `/root/drgenius-0.5.0/drgeo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/drgenius-0.5.0/drgeo'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/drgenius-0.5.0'
make: *** [all-recursive-am] Error 2