PDA

View Full Version : seq on debian/woody?



tnc
03-18-2002, 10:50 AM
Hiya,
I just installed a new debian/woody box and im pretty sure i have gotten all the required libs installed for SEQ (I used QT3 tho, dont know if thats the problem?), I got the following compile error:

g++-3.0 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/qt -I/usr/X11R6/include -DMAPDIR=\"/pack/showeq-cvs/share/showeq\" -DLOGDIR=\"/pack/showeq-cvs/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 spelllist.cpp
spelllist.cpp: In member function `virtual void
SpellListItem::paintCell(QPainter*, const QColorGroup&, int, int, int)':
spelllist.cpp:44: invalid use of undefined type `class QPainter'
/usr/include/qt/qwindowdefs.h:65: forward declaration of `class QPainter'
make[2]: *** [spelllist.o] Error 1

Anyone seen this before, or know what might be wrong?
Has anyone compiled it on a woody before? ... any insights will be appreciated =)

high_jeeves
03-18-2002, 01:30 PM
There have been other posts with regards to QT3 (but not for quite some time). If I remember correctly, the consensus was that it can work, but the ShowEQ source needs to be tweaked to make it work.

--Jeeves