I can’t seem to build Qt 5.3.1 (qtbase) ..
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -arch i386 -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.6 -fno-exceptions -Wall -W -fPIE -DQT_NO_MTDEV -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -I../../../mkspecs/macx-clang-32 -I. -I.moc -F/Qt/qtbase-opensource-src-5.3.1/lib -o .obj/main.o main.cpp
sax/qxml.cpp:43:10: fatal error: ‘qtextcodec.h’ file not found
#include “qtextcodec.h”
Has this happened to anybody else?
I also wonder why configure disabled exceptions?
↧