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
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