1 2 3 4 5 6 7 8 9 10 11 12
|
Running build steps for project Test...
Starting: /usr/bin/qmake /Users/moi/Documents/Test_Qt/Test/Test.pro -spec macx-g++ -r CONFIG+=release
Exited with code 0.
Starting: /usr/bin/make -w
make: Entering directory `/Users/moi/Documents/Test_Qt/Test'
g++ -headerpad_max_install_names -arch i386 -o Test.app/Contents/MacOS/Test main.o mainwindow.o moc_mainwindow.o -F/Library/Frameworks -L/Library/Frameworks -framework QtGui -framework Carbon -framework AppKit -framework QtCore -lz -lm -framework ApplicationServices
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning /System/Library/Frameworks/Carbon.framework/Carbon cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning /System/Library/Frameworks/AppKit.framework/AppKit cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libz.dylib cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning fat file: /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libm.dylib does not contain an architecture that matches the specified -arch flag: i386 (file ignored)
... |
Partager