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

[arma@mit.edu: Re: [seul-edu] Dr Genius release]



Just realized most of you guys aren't on seul-edu, so I should
forward this here too.

----- Forwarded message from Roger R Dingledine <arma@mit.edu> -----

Date: Mon, 24 Jan 2000 11:48:53 -0500
From: Roger R Dingledine <arma@mit.edu>
To: seul-edu@seul.org
Subject: Re: [seul-edu] Dr Genius release
X-Mailer: Mutt 0.95.4us
In-Reply-To: <14476.31651.465529.36639@ilios.edu>; from Hilaire Fernandes on Tue, Jan 25, 2000 at 12:19:47AM +0800
Reply-To: seul-edu@seul.org
X-To-Get-Off-This-List: mail majordomo@seul.org, body unsubscribe seul-edu

> 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

----- End forwarded message -----