FET Forum

FET Support (English) => General Stuff => Topic started by: Birtan YILDIZ on June 10, 2010, 09:16:12 AM

Title: Fet on Pardus
Post by: Birtan YILDIZ on June 10, 2010, 09:16:12 AM
hi everyone ! I am using a new linux version called Pardus. And I want to run FET on this operating system. I did everythink that written on Read me file but i couldnt find  a file which is executable. ı did like this.

qmake -project fet.pro

and nothing happened on the console, an error or a success message?
Title: Re: Fet on Pardus
Post by: Liviu Lalescu on June 10, 2010, 09:22:31 AM
Please write "qmake" (or "qmake fet.pro") and then "make". This last command takes a longer time.

Attention: qmake without "-project". If you already wrote this, maybe you need to remove and unpack FET again.

Please let me know if you succeed to compile FET, because I want to make sure everything is all right.
Title: Re: Fet on Pardus
Post by: Birtan YILDIZ on June 10, 2010, 10:33:30 AM
when i run the command qmake fet.pro the error is

QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: /home/birtan/İndirilenler/fet-5.13.3/fet.pro

Title: Re: Fet on Pardus
Post by: Liviu Lalescu on June 10, 2010, 10:41:03 AM
Quotewhen i run the command qmake fet.pro the error is

QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: /home/birtan/İndirilenler/fet-5.13.3/fet.pro


Please read the README file of FET more carefully. There is an explanation there about QMAKESPEC. It is a Qt installation problem.

Edited to add (1): you have also a solution to this problem in the FET README file.

Edited to add (2): I think you need to create an environment variable QMAKESPEC with value linux-g++ (as written in the FET README). I am not sure of the best way to create this environment variable. Maybe you can search for more help on the Internet.
Title: Re: Fet on Pardus
Post by: Birtan YILDIZ on June 10, 2010, 05:39:37 PM
i think i solved the problem now. compilation is running now for a while :) i am only waiting now
Title: Re: Fet on Pardus
Post by: Birtan YILDIZ on June 10, 2010, 05:48:45 PM
And now :) i solved the problem. the problem is becaused that i didnt install qt-devel :) thank for your help.
Title: Re: Fet on Pardus
Post by: Liviu Lalescu on June 10, 2010, 06:58:27 PM
I'm glad it's solved :-)