Main Menu

Fet on Pardus

Started by Birtan YILDIZ, June 10, 2010, 09:16:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Birtan YILDIZ

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?

Liviu Lalescu

#1
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.

Birtan YILDIZ

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


Liviu Lalescu

#3
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.

Birtan YILDIZ

i think i solved the problem now. compilation is running now for a while :) i am only waiting now

Birtan YILDIZ

And now :) i solved the problem. the problem is becaused that i didnt install qt-devel :) thank for your help.

Liviu Lalescu

I'm glad it's solved :-)