Hallo,
Ich habe ein Problem mit dem compilen von QT auf meinem Mac unter Leopard 10.5.5.
Wenn ich ./configure ausführe bekomme ich folgende Fehlermeldung:
tecmac:qt tec$ ./configure
This is the Qt/Mac Open Source Edition.
You are licensed to use this software under the terms of
the GNU General Public License (GPL).
Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.
Do you accept the terms of the license? yes
Creating qmake. Please wait...
c++ -c -o project.o -pipe -DQT_MACOSX_VERSION= -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/Developer/qt/include/qmake -I/Developer/qt/include -I/Developer/qt/include -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/Developer/qt/mkspecs/macx-g++ -DHAVE_QCONFIG_CPP project.cpp
In file included from /Developer/qt/include/qtl.h:42,
from /Developer/qt/include/qvaluelist.h:42,
from /Developer/qt/include/qstringlist.h:42,
from project.h:39,
from project.cpp:36:
/Developer/qt/include/qglobal.h:187:6: error: #error "This version of Mac OS X is unsupported"
make: *** [project.o] Error 1
qmake failed to build. Aborting.
QT sollte doch auf Leo laufen oder?
Danke für eure Hilfe im Vorraus
tec
Ich habe ein Problem mit dem compilen von QT auf meinem Mac unter Leopard 10.5.5.
Wenn ich ./configure ausführe bekomme ich folgende Fehlermeldung:
tecmac:qt tec$ ./configure
This is the Qt/Mac Open Source Edition.
You are licensed to use this software under the terms of
the GNU General Public License (GPL).
Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.
Do you accept the terms of the license? yes
Creating qmake. Please wait...
c++ -c -o project.o -pipe -DQT_MACOSX_VERSION= -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/Developer/qt/include/qmake -I/Developer/qt/include -I/Developer/qt/include -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/Developer/qt/mkspecs/macx-g++ -DHAVE_QCONFIG_CPP project.cpp
In file included from /Developer/qt/include/qtl.h:42,
from /Developer/qt/include/qvaluelist.h:42,
from /Developer/qt/include/qstringlist.h:42,
from project.h:39,
from project.cpp:36:
/Developer/qt/include/qglobal.h:187:6: error: #error "This version of Mac OS X is unsupported"
make: *** [project.o] Error 1
qmake failed to build. Aborting.
QT sollte doch auf Leo laufen oder?
Danke für eure Hilfe im Vorraus
tec