PDA

View Full Version : Mandrake 9.1 & gdbm.h ?



jt6w
08-01-2003, 09:21 AM
Not sure if not having gdbm.h is the cause or not. It is not on system and gdbmconv.h does have it in the include.


[root@localhost showeq]# make
make all-recursive
make[1]: Entering directory `/showeq'
Making all in maps
make[2]: Entering directory `/showeq/maps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/showeq/maps'
Making all in src
make[2]: Entering directory `/showeq/src'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.0.5/include -I/usr/X11R6/includ
e -DMAPDIR=\"/usr/local/share/showeq\" -DLOGDIR=\"/usr/local/share/showeq\" -I/
usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions
-DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -c main.
cpp
In file included from itemdb.h:20,
from main.cpp:32:
gdbmconv.h:24:18: gdbm.h: No such file or directory
In file included from itemdb.h:20,
from main.cpp:32:
gdbmconv.h:105: 'GDBM_FILE' is used as a type, but is not defined as a type.
gdbmconv.h:108: 'datum' is used as a type, but is not defined as a type.
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/showeq'
make: *** [all-recursive-am] Error 2

Mr. Suspicious
08-01-2003, 12:04 PM
Why don't you follow the documentation first? Read the INSTALL.newbies (http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/seq/showeq/INSTALL.newbies?rev=1.4&content-type=text/vnd.viewcvs-markup) file found in your showEQ directory.