Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

fatal error: 'qtextcodec.h' file not found

$
0
0
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?

Viewing all articles
Browse latest Browse all 2113

Trending Articles