PDA

View Full Version : Compile Error



hotdigity
04-23-2003, 03:49 PM
I just downloaded the latest CVS and during the make I'm getting a syntax error during the compile of m_spawnlist2.cpp complaining about spawnlist2.h.

Anyone else run into this? I deleted my old showeq directory and pulled down a clean copy of the source from CVS and retried the compile just for grins and still get the same error - any input would be welcome.

gezs
04-23-2003, 03:58 PM
check your QT version.. I got this error when using an older version of QT ( I had been lazy and hadnt compiled 3.1.1 was still using 2.3.2) Once I compiled QT 3.1.1 and set my enviroment variables it compiled flawlessly..


also as of this mornings patch showeq is temporarily borked again.

The following thread will get you up and running no problem
http://seq.sourceforge.net/forums/showthread.php?s=&threadid=2788

Cleric78
04-23-2003, 05:04 PM
i know this is a dumb question but how can you figure out which QT version you have (i can't recall if i compiled 3.1.1 or 2.3.2 when i installed rh7.2 while back)

Catt
04-23-2003, 05:10 PM
what does it say when you ./configure ?

hotdigity
04-23-2003, 05:20 PM
I'm running with qt-3.1.1.

Any other thoughts?

AnotherCoreDump
04-24-2003, 02:13 AM
Yo!

Are you absolutely sure that ./configure tells 3.x.x as Version on the QT it wnats to use? This really sounds like the current bug in seq ( see http://seq.sourceforge.net/forums/showthread.php?s=&threadid=3234 for a Patch to make it work with QT-2.3.2) with QT below 3.0.
I for myself have 3 different versions of qt installed on the box, so even if you installed qt-3.1.1, if ./configure did find a 2.3.2 first, it will use it.