PDA

View Full Version : Getting error



santhoshv84
21st August 2008, 07:51
Hi Friends,

I am a new one to QT. I am getting this error.

Command / Developer/usr/bin/g++ -4.0 failed with exit code 1.

What it could be?

jpn
21st August 2008, 08:11
I am a new one to QT.
QT is QuickTime. You propably mean Qt. :)


I am getting this error.

Command / Developer/usr/bin/g++ -4.0 failed with exit code 1.

What it could be?
What is the first error message?

santhoshv84
21st August 2008, 08:16
Hi,

Command / Developer/usr/bin/g++ -4.0 failed with exit code 1.

is the only error message i am getting..

wysota
21st August 2008, 08:18
Are you able to compile non-Qt programs using this compiler?

santhoshv84
21st August 2008, 08:25
Hi,

I am doing Qt in Mac using XCode.
In windows we integreted Qt into .net 2003

Thanks and regards,
Santhosh

wysota
21st August 2008, 08:35
That didn't answer my question.

santhoshv84
21st August 2008, 11:28
Thanks you for the reply..
Yes i am able to compile non-Qt rograms in this compiler. Its working fine.
But my Qt application only is giving error.

wysota
21st August 2008, 12:25
http://lists.apple.com/archives/Xcode-users/2005/Jun/msg00889.html

See if your project file is correct.