PDA

View Full Version : verion 5 beta 2 compile help



showeqfan
12-19-2003, 03:35 PM
Currently using
Using GCC version: 3.2.0
Using glibc version: 2.3
Using Qt version: 3.1.1
Using headers from linux version: 2.4.9-9

Getting this error
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/qt-x11-free-3.1.1/include -I/usr/X11R6/include -DPKGDATADIR=\"/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 -o listitem.o `test -f 'listitem.cpp' || echo './'`listitem.cpp
listitem.cpp: In function `int main(int, char**)':
listitem.cpp:194: no matching function for call to `EQItemDB::EQItemDB()'
itemdb.h:41: candidates are: EQItemDB::EQItemDB(const EQItemDB&)
itemdb.h:106: EQItemDB::EQItemDB(const DataLocationMgr*)
make[3]: *** [listitem.o] Error 1
make[3]: Leaving directory `/root/showeq/src'

Any help would be nice.

Just a Fan

Zaphod
12-20-2003, 01:42 PM
Originally posted by showeqfan
Currently using
Using GCC version: 3.2.0
Using glibc version: 2.3
Using Qt version: 3.1.1
Using headers from linux version: 2.4.9-9

Getting this error
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/qt-x11-free-3.1.1/include -I/usr/X11R6/include -DPKGDATADIR=\"/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 -o listitem.o `test -f 'listitem.cpp' || echo './'`listitem.cpp
listitem.cpp: In function `int main(int, char**)':
listitem.cpp:194: no matching function for call to `EQItemDB::EQItemDB()'
itemdb.h:41: candidates are: EQItemDB::EQItemDB(const EQItemDB&)
itemdb.h:106: EQItemDB::EQItemDB(const DataLocationMgr*)
make[3]: *** [listitem.o] Error 1
make[3]: Leaving directory `/root/showeq/src'

Any help would be nice.

Just a Fan

The item stuff is in the midst of heavy changes and itemdb support is disabled by support. From that compile line it looks like you ran configure with --enable-cgi, which probably won't work too well until after I finish revamping the ItemDB system.

Enjoy,
Zaphod (dohpaZ)

showeqfan
12-20-2003, 07:15 PM
Thank you sir,

That was it, everything compiles and runs . . . now to move all my maps and settings around.