This is the same bug report submitted earlier as
"nobody." I am resubmitting after creating a login.
make fails under RH 7.1 kernel 2.4.9-12 and GCC 3.0.2
with the following output:
make -C glow
make[1]: Entering directory
`/home/jks/downloads/blackbook-3/glow'
/usr/bin/libtool c++ -c glow.object.cc -o glow.object.o
`/usr/bin/gtk-config --cflags`
rm -f .libs/glow.object.lo
c++ -c glow.object.cc -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -fPIC -DPIC -o .libs/glow.object.lo
In file included from glow.object.cc:2:
glow.object.h:43: ISO C++ forbids declaration of `list'
with no type
glow.object.h:43: template-id `list<Object*>' used as a
declarator
glow.object.h:43: parse error before `;' token
glow.object.cc:5: syntax error before `::' token
glow.object.cc: In constructor `Object::Object()':
glow.object.cc:9: `Universe' undeclared (first use this
function)
glow.object.cc:9: (Each undeclared identifier is
reported only once for each
function it appears in.)
glow.object.cc: In destructor `Object::~Object()':
glow.object.cc:13: parse error before `*' token
glow.object.cc:17: `pos' undeclared (first use this
function)
glow.object.cc: In member function `void
Object::sendMessage(int, char*)':
glow.object.cc:26: parse error before `*' token
glow.object.cc: In member function `void
Object::sendMessage(Object*, char*)':
glow.object.cc:35: parse error before `*' token
make[1]: *** [glow.object.o] Error 1
make[1]: Leaving directory
`/home/jks/downloads/blackbook-3/glow'
make: *** [libglow] Error 2