2012-04-05 7 views
1

でビルドエラーウェイランドファイルQT5-alphaが、私はGITから最新のQT5アルファ(http://qt-project.org/wiki/Qt-5-Alpha <a href="http://qt-project.org/wiki/Building_Qt_5_from_Git" rel="nofollow">http://qt-project.org/wiki/Building_Qt_5_from_Git</a>) を構築する指示を試してみましたが、直面するのUbuntu-Linuxの11.10

Ubuntu Linuxの11.10

__make[4]: Entering directory `/home/xyz/build/newqt5/qt5/qtwayland/src/plugins/platforms/wayland' 
g++ -c -pipe -g -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -Wall -W -fPIC -DQT_NO_LIBUDEV -DQ_PLATFORM_WAYLAND -DQT_NO_WAYLAND_XKB -DQT_WAYLAND_GL_SUPPORT -DQT_WAYLAND_WINDOWMANAGER_SUPPORT -DQ_FONTCONFIGDATABASE -DQT_COMPILES_IN_HARFBUZZ -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I/home/xyz/build/newqt5/qt5/qtbase/mkspecs/linux-g++ -I. -I/home/xyz/build/newqt5/qt5/qtbase/include/QtCore/5.0.0 -I/home/xyz/build/newqt5/qt5/qtbase/include/QtCore/5.0.0/QtCore -I/home/xyz/build/newqt5/qt5/qtbase/include/QtCore -I/home/xyz/build/newqt5/qt5/qtbase/include/QtGui/5.0.0 -I/home/xyz/build/newqt5/qt5/qtbase/include/QtGui/5.0.0/QtGui -I/home/xyz/build/newqt5/qt5/qtbase/include/QtGui -I/home/xyz/build/newqt5/qt5/qtbase/include/QtPlatformSupport/5.0.0 -I/home/xyz/build/newqt5/qt5/qtbase/include/QtPlatformSupport/5.0.0/QtPlatformSupport -I/home/xyz/build/newqt5/qt5/qtbase/include/QtPlatformSupport -I/home/xyz/build/newqt5/qt5/qtbase/include -I../../../shared -Igl_integration/xcomposite_share -I.moc/debug-shared -o .obj/debug-shared/qwaylandintegration.o qwaylandintegration.cpp 

In file included from qwaylandshmwindow.h:45:0, from qwaylandintegration.cpp:46: qwaylandwindow.h:112:18: error: ‘wl_callback_listener’ does not name a type

make[4]: *** [.obj/debug-shared/qwaylandintegration.o] Error 1_ 

これを克服するための任意のポインタでコンパイル?

答えて

1

ここでアルファソースパッケージをダウンロードしてください:http://releases.qt-project.org/qt5.0/alpha/とREADMEファイルの手順を使用してください。

gitのマスターは、アルファとしてリリースされたものではありません。ビルドスクリプトは異なります。 gitから引き出すためにアルファタグを追加するのを待たなければなりません。しかし、gzファイルをつかむだけではどうですか?

+0

ありがとう、私はこれを試して、 – subbul

+0

本当にありがとう.thanksはGITではなくtarファイルのリンクを指摘してくれた:) – subbul

関連する問題

 関連する問題