Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Orange Engine

Still running into build issues

shirish
Saturday, January 7, 2012 - 05:39

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 ?

  • Log in or register to post comments
bart
joined 11 years 7 months ago
Saturday, January 7, 2012 - 10:44
bart's picture

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.

 

 

  • Log in or register to post comments
shirish
joined 12 years 6 months ago
Friday, January 13, 2012 - 06:19

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

 

 

 

 

 

 

 

  • Log in or register to post comments