shadester
07-13-2009, 02:03 PM
I've been trying to compile SEQ 5.2.2.0 for use with the EQemu which uses the Oct 2005 version of EQ Titanium. I have a clean install of Suse 11 (have also tried under a fairly bloated install of Fedora 11). I believe I have better than required versions of all the required libraries. ./configure goes fine, but when I try to make I get an error message I can't troubleshoot, and google doesn't provide any answers. I'm logged in as root.
make all-recursive
make[1]: Entering directory `/root/Desktop/showeq-5.2.2.0'
Making all in src
make[2]: Entering directory `/root/Desktop/showeq-5.2.2.0/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3/include -I. -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/\" -g -O2 -MT interface.o -MD -MP -MF ".deps/interface.Tpo" -c -o interface.o interface.cpp; \
then mv -f ".deps/interface.Tpo" ".deps/interface.Po"; else rm -f ".deps/interface.Tpo"; exit 1; fi
In file included from map.h:53,
from interface.cpp:15:
mapicon.h:211: error: multiple parameters named ‘size’
In file included from interface.cpp:27:
spawnmonitor.h:104: error: extra qualification ‘SpawnMonitor::’ on member ‘SpawnMonitor’
In file included from interface.cpp:35:
itemdb.h:49: warning: ‘typedef’ was ignored in this declaration
In file included from interface.cpp:43:
messagefilter.h:102: error: multiple parameters named ‘filter’
In file included from interface.cpp:44:
messages.h:52: error: multiple parameters named ‘filter’
In file included from interface.cpp:46:
messagewindow.h:183: error: multiple parameters named ‘filter’ In file included from interface.cpp:49:
messagefilterdialog.h:49: error: multiple parameters named ‘filter’
make[2]: *** [interface.o] Error 1
make[2]: Leaving directory `/root/Desktop/showeq-5.2.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/showeq-5.2.2.0'
make: *** [all] Error 2
Any tips?
make all-recursive
make[1]: Entering directory `/root/Desktop/showeq-5.2.2.0'
Making all in src
make[2]: Entering directory `/root/Desktop/showeq-5.2.2.0/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3/include -I. -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/\" -g -O2 -MT interface.o -MD -MP -MF ".deps/interface.Tpo" -c -o interface.o interface.cpp; \
then mv -f ".deps/interface.Tpo" ".deps/interface.Po"; else rm -f ".deps/interface.Tpo"; exit 1; fi
In file included from map.h:53,
from interface.cpp:15:
mapicon.h:211: error: multiple parameters named ‘size’
In file included from interface.cpp:27:
spawnmonitor.h:104: error: extra qualification ‘SpawnMonitor::’ on member ‘SpawnMonitor’
In file included from interface.cpp:35:
itemdb.h:49: warning: ‘typedef’ was ignored in this declaration
In file included from interface.cpp:43:
messagefilter.h:102: error: multiple parameters named ‘filter’
In file included from interface.cpp:44:
messages.h:52: error: multiple parameters named ‘filter’
In file included from interface.cpp:46:
messagewindow.h:183: error: multiple parameters named ‘filter’ In file included from interface.cpp:49:
messagefilterdialog.h:49: error: multiple parameters named ‘filter’
make[2]: *** [interface.o] Error 1
make[2]: Leaving directory `/root/Desktop/showeq-5.2.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/showeq-5.2.2.0'
make: *** [all] Error 2
Any tips?