Downloaded klevel-0.2.2 and tried to build. Followed
directions in readme to no avail. I have a Mandrake 8.0
system, qt-2.3.0 and KDE-2.1.1. Configure runs without
hitch. gmake craps out with:
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H
-I. -I. -I.. -I/usr/include -I/usr/lib/qt2/include
-I/usr/X11R6/include -O2 -fno-exceptions -fno-rtti
-fno-check-new -Wall -pedantic -W -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -Wno-long-long
-fno-builtin -c KLevelHFDraw.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include
-I/usr/lib/qt2/include -I/usr/X11R6/include -O2 -fno-exceptions
-fno-rtti -fno-check-new -Wall -pedantic -W -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -Wno-long-long
-fno-builtin -Wp,-MD,.deps/KLevelHFDraw.pp -c
KLevelHFDraw.cpp -fPIC -DPIC -o .libs/KLevelHFDraw.o
In file included from /usr/lib/qt2/include/qwindowdefs.h:48,
from /usr/lib/qt2/include/qwidget.h:42,
from KLevelHFDraw.h:4,
from KLevelHFDraw.cpp:38:
/usr/include/limits.h:124:3: warning: #include_next is a
GCC extension
KLevelHFDraw.cpp: In method
`KLevelHFDraw::KLevelHFDraw (QWidget *,
char *, KLevelHF *)':
KLevelHFDraw.cpp:58: `srandomdev' undeclared (first use
this function)
KLevelHFDraw.cpp:58: (Each undeclared identifier is
reported only once
for each function it appears in.)
gmake[3]: *** [KLevelHFDraw.lo] Error 1
gmake[3]: Leaving directory
`/home/praedor/klevel-0.2.2/klevel'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/home/praedor/klevel-0.2.2/klevel'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/praedor/klevel-0.2.2'
gmake: *** [all-recursive-am] Error 2
Logged In: NO
Just tried again with klevel-0.2.2. Still wont build.