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?
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.
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
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.
i think i solved the problem now. compilation is running now for a while :) i am only waiting now
And now :) i solved the problem. the problem is becaused that i didnt install qt-devel :) thank for your help.
I'm glad it's solved :-)