PDA

View Full Version : Hello



NewBeeee
03-09-2002, 09:09 PM
Before the slamming begins, I'm really new to Linux...

I have an older version of SEQ (2.3).

During the make process I receive:

make[2]: Entering directory `/usr/local/showeq-2.3/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt2/include -I/usr/X11R6/include -D
APDIR=\"/usr/local/share/showeq\" -DLOGDIR=\"/usr/local/share/showeq\" -I/usr/i
clude/pcap -g -O2 -c m_packet.cpp
m_packet.cpp:58: new declaration `static void
EQPacket::staticMetaObject ()'
packet.h:197: ambiguates old declaration `static QMetaObject
*EQPacket::staticMetaObject ()'
m_packet.cpp: In function `void
__static_initialization_and_destruction_0 (int, int)':
m_packet.cpp:37: no matching function for call to
`QMetaObjectInit::QMetaObjectInit (QMetaObject *(*) ())'
/usr/lib/qt2/include/qmetaobject.h:259: candidates are:
QMetaObjectInit::QMetaObjectInit (void (*) ())
/usr/lib/qt2/include/qmetaobject.h:261:
QMetaObjectInit::QMetaObjectInit (const QMetaObjectInit &)
make[2]: *** [m_packet.o] Error 1
make[2]: Leaving directory `/usr/local/showeq-2.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/showeq-2.3'
make: *** [all-recursive-am] Error 2
[root@localhost showeq-2.3]#

HELP??

S_B_R
03-09-2002, 10:48 PM
Well, judging by the error I would have to guess that you have an incompatible version of QT. One thing that would be helpful would be what Distribution and version of Linux are you running? (i.e. RedHat 7.2)

I would suggest getting the newest version of SEQ. I don't think 2.3 will work at all since the encryption has change quite a bit since version 2.3...

NewBeeee
03-09-2002, 11:04 PM
I am using Mandrake 8.0, I installed the QT files on my installation CD. I will also get an updated version of SEQ.

Thanks again.

fryfrog
03-10-2002, 08:10 AM
you need to take a look at some of the "guides" present for setting up showeq, or at the very least read the INSTALL file and figure it out yourself.

showeq REQUIRES (as in absolutly, must follow or it won't work) qt-2.3.2 to be ./configured -thread option AS WELL as COMPILED WITH gcc3. THEN you must compile showeq with gcc3 as well.

this is more than likely what you are missing.