QT error

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
cyclone731
New user
Posts: 2
Joined: 12 Apr 2011, 08:32

QT error

Post by cyclone731 »

hey can't wait to get this up and running i played back when warzone first came out and still believe its one of the best RTS out there even today.

i'm havin a problem with compiling the game. i got all my dependencies using "apt-get build-dep warzone2100". then ran "./configure --prefix=/opt/warzone2100-trunk" after i untar'd the tarball then i get "configure: error: Qt not found - required!". so i did a little google'n and found out that qt problems are common when compiling. i d/led packages libqt3-mt-dev and qt3-dev-tools, still no beans. then i tried to pass the exact path to the config script with "--with-qt-dir=/usr/share/qt3" with no luck. Im runnin ubuntu 10.04 with kernel 2.6.32-30-generic. if ya need any more info ill be happy to supply.
Per
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 3780
Joined: 03 Aug 2006, 19:39

Re: QT error

Post by Per »

Not sure why you are downloading and compiling an experimental development branch, unless you are a developer yourself. The reason it won't compile is because we use Qt4, and you downloaded Qt3, though.
cyclone731
New user
Posts: 2
Joined: 12 Apr 2011, 08:32

Re: QT error

Post by cyclone731 »

thats what i found on the download page. should i just d/l with apt-get? i noticed there is a version there i wasn't sure if it was the original or this one.
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: QT error

Post by cybersphinx »

"apt-get install libqt4-dev" should install all that's needed.