Hi all,
I am still running into build issues. I removed the Makefiles from the following directories :-
a. qrpgedit
b. qrpgengine
c. qrpgedit-build-desktop
d. qrpgengine-build-desktop
For completness sake also removed the files *.pro.us* from qrpgedit & qrpgengine but still get this message :-
Starting: "/usr/bin/qmake-qt4" /home/shirish/games/orange-engine/qrpgedit/qrpgedit.pro -r CONFIG+=debug -spec /usr/lib64/qt4/mkspecs/linux-g++
Failure to read QMAKESPEC conf file /usr/lib64/qt4/mkspecs/linux-g++/qmake.conf.
Error processing project file: /home/shirish/games/orange-engine/qrpgedit/qrpgedit.pro
The process "/usr/bin/qmake-qt4" exited with code 3.
Error while building project qrpgedit (target: Desktop)
When executing build step 'qmake'
I tried to check if the export was not functioning as it should but it seems to be there, holding :-
$ echo $QMAKESPEC
/usr/share/qt4/mkspecs/linux-g++
Now can somebody share with me from where the values of /usr/lib64/ are coming ?
This is an issue with your distribution.
Try setting QMAKESPEC and then running qtcreator from the same command line. If you're running it from your desktop, it could be picking up the envirnment variables from somewhere else.
Seems to be. I was talking to the maintainer/s and it seems that makefiles should not be present in the checkout but for some reason they are present there.They told/shared me the command which is supposed to take all such files out.
~/games/orange-engine$ find . -name Makefile -delete
~/games/orange-engine$ find . -name qrpgedit.pro.user -delete
~/games/orange-engine$ find . -name qrpgengine.pro.user -delete
perhaps its possible to make it a bit more correct by doing :-
~/games/orange-engine$ find . -name qrpgengine.pro.us* -delete
~/games/orange-engine$ find . -name qrpgedit.pro.us* -delete
Please lemme know what you think ? I have already edited the wiki page to add this bit of info. to it though. https://gitorious.org/orange-engine/pages/Home