PDA

View Full Version : make error



Rick02
05-28-2003, 12:52 PM
Hi

I've searched the forums and read the faqs etc, couldnt find anything though. SEQ has worked on this machine before (been a while since i last used it though) so i should have all the files etc.
Maybe one of you guys can help me out here, thanks in advance.

I get the following error during make after a couple of mins:

depmode=gcc3 /bin/sh ../depcomp \
g++3 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-2.3.2/include -I/usr/X11R6/include -DMAPDIR=\"/usr/local/share/showeq\" -DLOGDIR=\"/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 m_spawnlist2.o `test -f m_spawnlist2.cpp || echo './'`m_spawnlist2.cpp
In file included from m_spawnlist2.cpp:16:
spawnlist2.h:120: syntax error before `*' token
make[3]: *** [m_spawnlist2.o] Error 1
make[3]: Leaving directory `/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/showeq'
make: *** [all] Error 2

fester
05-28-2003, 04:00 PM
spawnlist2.h:120: syntax error before `*' token

Remove your directory of showeq, fetch a new copy via CVS, follow the instructions in the INSTALL file.

Rick02
05-28-2003, 04:21 PM
thats what I did, i'll try again though.

Rick02
05-28-2003, 04:44 PM
did it all over again, same error :-(

Mag@@
05-29-2003, 06:52 AM
From the INSTALL.newbies file on CVS....

"- changed all references from qt-2.3.2 to qt-3.0.5 and
included the correct install sequence for QT 3.0.5"

Which qt are you using?

Rick02
05-29-2003, 09:21 AM
doh! true i was using qt-2.3.2
compiling qt-3.0.5 now then trying again, thanks