1

I installed 4.8.4 QT library on Mountain Lion. I then installed QT Creator.

I had problems compiling due to no CMD tools/ Xcode.

I then installed those and now when running the application, I get the following errors.

ERRORS!

It's worth mentioning that this is a new project, I've changed no code and purely just tried to run it and this is the result.

Any ideas what's going on? Thanks

2 Answers 2

1

It sounds like you had installed 64 bit Qt libraries on a 32 bit machine.

1
  • Before seeing this, I realised I was running a 32 bit compiler on a 64 bit machine. Close enough!
    – sark9012
    Dec 23, 2012 at 1:55
0

The solution to this problem was that I was selecting a 32 bit compiler on a 64 bit machine. As simple as that!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Not the answer you're looking for? Browse other questions tagged or ask your own question.