Ubuntu Linux 11.10中的QT5 alpha生成错误

Ubuntu Linux 11.10中的QT5 alpha生成错误,qt,qtwebkit,qt5,Qt,Qtwebkit,Qt5,我尝试了创建最新QT5 Alpha的说明(http://qt-project.org/wiki/Qt-5-Alpha ) 来自GIT,但面临wayland文件中的编译 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

我尝试了创建最新QT5 Alpha的说明(http://qt-project.org/wiki/Qt-5-Alpha ) 来自GIT,但面临wayland文件中的编译

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
在qwaylandshmwindow.h:45:0中包含的文件中, 来自qwaylandintegration.cpp:46: qwaylandwindow.h:112:18:错误:“wl_回调_侦听器”未命名类型


有没有克服这个问题的建议?

在这里下载alpha源代码包:并使用自述文件中的步骤


git中的master不是作为alpha发布的。构建脚本是不同的。您必须等待他们添加alpha标记以从git中提取它。但是为什么不抓取gz文件呢?

在这里下载alpha源代码包:并使用自述文件中的步骤


git中的master不是作为alpha发布的。构建脚本是不同的。您必须等待他们添加alpha标记以从git中提取它。但是为什么不抓取gz文件呢?

确实有效,谢谢..谢谢你指出tar文件而不是GIT的链接:)确实有效,谢谢..谢谢你指出tar文件而不是GIT的链接:)
make[4]: *** [.obj/debug-shared/qwaylandintegration.o] Error 1_