AnotherCoreDump
02-21-2004, 11:06 AM
Hi!
When i try to compile the newest Tarball (or csv checkout), I get an compiler error:
g++3 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt2/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -I/opt/experimental/include -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -c bazaarlog.cpp
bazaarlog.cpp: In member function `void BazaarLog::bazaarSearch(const uint8_t*,
unsigned int, unsigned char)':
bazaarlog.cpp:51: `isdigit' undeclared (first use this function)
bazaarlog.cpp:51: (Each undeclared identifier is reported only once for each
function it appears in.)
bazaarlog.cpp:60: warning: int format, time_t arg (arg 3)
bazaarlog.cpp:50: warning: `char*p' might be used uninitialized in this
function
make[2]: *** [bazaarlog.o] Error 1
make[2]: Leaving directory `/usr/src/ShowEQ/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/ShowEQ/showeq'
make: *** [all-recursive-am] Error 2
The beta 5 did compile really good for me.
gcc is 3.0.1
Is that my problem?
When i try to compile the newest Tarball (or csv checkout), I get an compiler error:
g++3 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt2/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -I/opt/experimental/include -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -c bazaarlog.cpp
bazaarlog.cpp: In member function `void BazaarLog::bazaarSearch(const uint8_t*,
unsigned int, unsigned char)':
bazaarlog.cpp:51: `isdigit' undeclared (first use this function)
bazaarlog.cpp:51: (Each undeclared identifier is reported only once for each
function it appears in.)
bazaarlog.cpp:60: warning: int format, time_t arg (arg 3)
bazaarlog.cpp:50: warning: `char*p' might be used uninitialized in this
function
make[2]: *** [bazaarlog.o] Error 1
make[2]: Leaving directory `/usr/src/ShowEQ/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/ShowEQ/showeq'
make: *** [all-recursive-am] Error 2
The beta 5 did compile really good for me.
gcc is 3.0.1
Is that my problem?