PDA

View Full Version : QT compiled and good, but SEQ still getting an error



Boogyman
12-28-2001, 09:41 AM
Here's the compile error:

mkdir .libs
g++3 -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -o showeq main.o spawn.o spawnshell.o spawnlist.o spellshell.o spelllist.o preferences.o m_preferences.o vpacket.o editor.o filter.o m_spawnshell.o m_spawnlist.o m_spellshell.o m_spelllist.o m_editor.o packet.o m_packet.o interface.o m_interface.o compass.o m_compass.o map.o m_map.o util.o experiencelog.o m_experiencelog.o msgdlg.o m_msgdlg.o player.o m_player.o decode.o m_decode.o skilllist.o m_skilllist.o statlist.o m_statlist.o filtermgr.o m_filtermgr.o mapcore.o category.o m_category.o compassframe.o m_compassframe.o group.o m_group.o itemdb.o gdbmconv.o -L/usr/local/qt/lib -lqt-mt -lpthread -lEQ -lgdbm -lz -lpcap
decode.o: In function `EQDecode::EQDecode(QObject*, char const*)':
/usr/src/cvs/showeq/showeq/src/decode.cpp:64: undefined reference to `InitializeLibEQ'
decode.o: In function `EQDecode::EQDecode(QObject*, char const*)':
/usr/src/cvs/showeq/showeq/src/decode.cpp:64: undefined reference to `InitializeLibEQ'
collect2: ld returned 1 exit status
make[2]: *** [showeq] Error 1
make[2]: Leaving directory `/usr/src/cvs/showeq/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/cvs/showeq/showeq'
make: *** [all-recursive-am] Error 2

Anyone have any sugestions?

Yendor
12-28-2001, 10:07 AM
It is linking against an older version of libEQ I expect. Get a version with the correct md5 sum:

8da5608635e69205807fbf6e41e9bc2f

For the showeq v4 libEQ.a

Boogyman
12-28-2001, 10:13 AM
Yeah, I think that is the problem from another post I missed reading earlier. I just need to find a working site with libEQ.a on it, the normal ftp site is down. Know of any others?

Thanx