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

problems in compiling qrpgengine, not able to build :(

shirish
Friday, April 6, 2012 - 03:13

Hi all,
This is after the latest update, unable to build :-

Running build steps for project qrpgengine...
Starting: "/usr/bin/qmake-qt4" /home/shirish/games/Orange-Engine/qrpgengine/qrpgengine.pro -r CONFIG+=debug -spec /usr/lib64/qt4/mkspecs/linux-g++-64
Failure to read QMAKESPEC conf file /usr/lib64/qt4/mkspecs/linux-g++-64/qmake.conf.
Error processing project file: /home/shirish/games/Orange-Engine/qrpgengine/qrpgengine.pro
The process "/usr/bin/qmake-qt4" exited with code 3.
Error while building project qrpgengine (target: Desktop)
When executing build step 'qmake'

This was on the console.Doing the echo part for QMAKESPEC worked without any issues :-

$ echo $QMAKESPEC
/usr/share/qt4/mkspecs/linux-g++

FWIW qrpgengine built properly the last time I did. Looking forward for info.

  • Log in or register to post comments
bart
joined 13 years 12 months ago
Friday, April 6, 2012 - 07:46
bart's picture

Maybe try setting your qmake environment variable with qmake -set

http://doc.qt.nokia.com/4.7-snapshot/qmake-environment-reference.html

Also, make sure to do a make clean if you run into build problems.

Did run an OS update lately?  I remember your OS's build environment being misconfigured; maybe they broke something else.  If you're setting your QMAKESPEC environment variable correctly and it's not reading it, you might want to ask people who support either your OS or Qt.

  • Log in or register to post comments
shirish
joined 14 years 11 months ago
Friday, April 6, 2012 - 08:02

I read that one, I took out the export QMAKESPEC from .bashrc and trying to set it in qmake itself. Would this be correct ?

 qmake -set QMAKESPEC /usr/share/qt4/mkspecs/linux-g++

  • Log in or register to post comments
bart
joined 13 years 12 months ago
Friday, April 6, 2012 - 08:45
bart's picture

Looks reasonable to me.

  • Log in or register to post comments
bart
joined 13 years 12 months ago
Friday, April 6, 2012 - 08:56
bart's picture

also, try going doing this from the root of the repository:

grep -r "usr/lib64/qt4/mkspecs" *

It may take a little while, but if there's a file that contains that path, that might be the problem.

  • Log in or register to post comments
shirish
joined 14 years 11 months ago
Friday, April 6, 2012 - 10:32

There was :-

 ~/games/Orange-Engine$ grep -r "usr/lib64/qt4/mkspecs" * qrpgengine/qrpgengine.pro.user: -spec /usr/lib64/qt4/mkspecs/linux-g++-64 ~/games/Orange-Engine$ find . -name qrpgedit.pro.user -delete ~/games/Orange-Engine$ grep -r "usr/lib64/qt4/mkspecs" * qrpgengine/qrpgengine.pro.user: -spec /usr/lib64/qt4/mkspecs/linux-g++-64

As can be seen the delete thing apparently does not work.

  • Log in or register to post comments
bart
joined 13 years 12 months ago
Friday, April 6, 2012 - 10:45
bart's picture

As can be seen the delete thing apparently does not work.

Why not?

  • Log in or register to post comments
shirish
joined 14 years 11 months ago
Friday, April 6, 2012 - 11:24

I have no idea, either because it uses dash or something else. The fact is I have to go to the individual directory and then rm the file. After that the compilation occurs without any errors.

Btw really like the battle system, much better and nicer than before.

 

  • Log in or register to post comments
boygameb
joined 8 years 3 months ago
Tuesday, March 28, 2017 - 06:03

Having same problems. What to do?

  • Log in or register to post comments