Die Installation von qt-x11 auf Macports ist fehlgeschlagen

573
lang2

Ich versuche, qt4-x11 unter OSX Lion 10.7.5 zu installieren. 'port install qt4-x11' ist fehlgeschlagen und ich habe das Protokoll geprüft, in dem es steht:

:info:configure Creating qmake. Please wait... :info:configure /usr/bin/clang++ -c -o project.o -pipe -DQMAKE_OPENSOURCE_EDITION -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/opt/local/var/macport$ :info:configure In file included from project.cpp:38: :info:configure In file included from ./project.h:41: :info:configure In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_qt4-x11/qt4-x11/work/qt-x11-ope$ :info:configure In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_qt4-x11/qt4-x11/work/qt-x11-ope$ :info:configure In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_qt4-x11/qt4-x11/work/qt-x11-ope$ :info:configure In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_qt4-x11/qt4-x11/work/qt-x11-ope$ :info:configure In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_qt4-x11/qt4-x11/work/qt-x11-ope$ :info:configure /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_qt4-x11/qt4-x11/work/qt-x11-opensource-src-4.4.3/incl$ :info:configure # error "This version of Mac OS X is unsupported" :info:configure ^ :info:configure 1 error generated. :info:configure make: *** [project.o] Error 1 :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_qt4-x11/qt4-x11/work/qt-x11-open$ :info:configure Exit code: 2 :error:configure org.macports.configure for port qt4-x11 returned: configure failure: command execution failed :debug:configure Error code: NONE :debug:configure Backtrace: configure failure: command execution failed 

Bedeutet das, dass ich es nicht auf Lion machen kann?

1

1 Antwort auf die Frage

2
Nevin Williams

It would appear that way, however, when I looked at the QT-project page for supported platforms, it specifically mentions Lion as supported. It does require Xcode to be installed. It would appear that the MacPorts collection is a version behind, as QT5.0 is available on their download page.

In summary, it appears you cannot install QT on your system with MacPorts at this time, but it is available for Mac OS X Lion installation from the QT's project site.