我尝试了构建最新QT5-Alpha(http://qt-project.org/wiki/Qt-5-Alpha(的说明http://qt-project.org/wiki/Building_Qt_5_from_Git( 从 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_callback_listener"未命名类型
make[4]: *** [.obj/debug-shared/qwaylandintegration.o] Error 1_
有什么可以克服这个问题的指示吗?
在此处下载 alpha 源包:http://releases.qt-project.org/qt5.0/alpha/并使用自述文件中的步骤。
git 中的大师不是作为 alpha 发布的。生成脚本是不同的。您必须等待他们添加 alpha 标签才能将其从 git 中提取。但是为什么不直接抓取gz文件呢?