1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| 12:16:51: Exécution des étapes pour le projet test...
12:16:51: Débute : "/usr/bin/make" clean
rm -f main.o
rm -f *~ core *.core
12:16:51: Le processus "/usr/bin/make" s'est terminé normalement.
12:16:51: Configuration inchangée, étape qmake sautée.
12:16:51: Débute : "/usr/bin/make"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -std=c++14 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -mmacosx-version-min=10.7 -std=c++1y -Wall -W -fPIC -DQT_CORE_LIB -I../test -I. -I/Applications/Qt5.4.2/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Qt5.4.2/5.4/clang_64/mkspecs/macx-clang -F/Applications/Qt5.4.2/5.4/clang_64/lib -o main.o ../test/main.cpp
../test/main.cpp:2:10: fatal error: 'random' file not found
#include <random>
^
1 error generated.
make: *** [main.o] Error 1
12:16:52: Le processus "/usr/bin/make" s'est terminé avec le code 2.
Erreur lors de la compilation/déploiement du projet test (kit : Desktop Qt 5.4.2 clang 64bit)
When executing step "Make"
12:16:52: Temps écoulé : 00:01. |
Partager