PDA

View Full Version : Compiling 4.4.1 under Mac OSX 10.5.4



smwhit
13th August 2008, 22:05
Hi All

I am trying to compile qt under mac osx, and it is failing quite soon in the configure command.

I get the following errors:


Creating qmake. Please wait...
g++ -c -o qlibraryinfo.o -pipe -DQMAKE_OPENSOURCE_EDITION -fconstant-cfstrings -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/tmp/qt-mac-opensource-src-4.4.1/include -I/tmp/qt-mac-opensource-src-4.4.1/include/QtCore -I/tmp/qt-mac-opensource-src-4.4.1/include -I/tmp/qt-mac-opensource-src-4.4.1/include/QtCore -I/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global -I/tmp/qt-mac-opensource-src-4.4.1/src/script -DQT_NO_PCRE -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_BUILD_QMAKE -DQT_NO_COMPRESS -I/tmp/qt-mac-opensource-src-4.4.1/mkspecs/macx-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT /tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qlibraryinfo.cpp
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:2: error: initializer-string for array of chars is too long
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:3: error: initializer-string for array of chars is too long
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:5: error: initializer-string for array of chars is too long
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:6: error: initializer-string for array of chars is too long
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:7: error: initializer-string for array of chars is too long
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:8: error: initializer-string for array of chars is too long
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:9: error: initializer-string for array of chars is too long
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:10: error: initializer-string for array of chars is too long
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:11: error: initializer-string for array of chars is too long
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:12: error: initializer-string for array of chars is too long
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:13: error: initializer-string for array of chars is too long
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:14: error: initializer-string for array of chars is too long
/tmp/qt-mac-opensource-src-4.4.1/src/corelib/global/qconfig.cpp:15: error: initializer-string for array of chars is too long
make: *** [qlibraryinfo.o] Error 1


Any ideas?