[Qt-interest] [Compilation] How to use make under Mac ?
Ross Driedger
ross at earz.ca
Wed Nov 25 20:47:31 CET 2009
On Wed, 25 Nov 2009 14:31:57 -0500, <qt-interest-request at trolltech.com>
wrote:
> D?marr? dans le dossier /Users/Thibaut/Downloads/QTholid/test_projet.
> gnumake: Entering directory
> `/Users/Thibaut/Downloads/QTholid/test_projet'
> g++ -c -pipe -Os -arch i386 -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB
> -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Qt4.5/mkspecs/macx-g++ -I.
> -I/Library/Frameworks/QtCore.framework/Versions/4/Headers
> -I/usr/include/QtCore
> -I/Library/Frameworks/QtGui.framework/Versions/4/Headers
> -I/usr/include/QtGui -I/usr/include -I. -I. -F/Library/Frameworks -o
> FenPrincipale.o FenPrincipale.cpp
> gnumake: g++: No such file or directory
It seems that the session cannot find g++. Can you invoke it from the
command line? If you enter just 'g++' you should get an error message
about no input files, your path is set correctly.
> gnumake: Leaving directory `/Users/Thibaut/Downloads/QTholid/test_projet'
> gnumake: *** [FenPrincipale.o] Error 1
> Termin? avec le code 2.
> I tell him to add a variable in his PATH, but the error is the same.
> His PATH :
> /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Developer/usr/bin/
--
"My music is not difficult, my music is played badly."
Arnold Schoenberg
Ross Driedger
ross_at_earz.ca
More information about the Qt-interest-old
mailing list