Skip to content

Instantly share code, notes, and snippets.

@nezticle
Created August 5, 2013 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nezticle/6154831 to your computer and use it in GitHub Desktop.
Save nezticle/6154831 to your computer and use it in GitHub Desktop.
wayland xcomposite breakage
cd qwayland-xcomposite-egl/ && ( test -e Makefile || /home/nezticle/Code/Wayland/qt5/qtbase/bin/qmake /home/nezticle/Code/Wayland/qt5/qtwayland/src/plugins/platforms/qwayland-xcomposite-egl/qwayland-xcomposite-egl.pro CONFIG+=wayland-compositor -o Makefile ) && /usr/bin/make -f Makefile
make[4]: Entering directory `/home/nezticle/Code/Wayland/qt5/qtwayland/src/plugins/platforms/qwayland-xcomposite-egl'
g++ -c -pipe -g -fvisibility=hidden -fvisibility-inlines-hidden -std=c++0x -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_XKB -DQT_WAYLAND_GL_SUPPORT -DQ_FONTCONFIGDATABASE -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_PLUGIN -DQT_PLATFORMSUPPORT_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/home/nezticle/Code/Wayland/qt5/qtbase/mkspecs/linux-g++ -I. -I../../../shared -I../wayland_common -I../xcomposite_share -I/home/nezticle/Code/Wayland/qt5/qtbase/include -I/home/nezticle/Code/Wayland/qt5/qtbase/include/libdrm -I/home/nezticle/Code/Wayland/qt5/qtbase/include -I/home/nezticle/Code/Wayland/qt5/qtbase/include/QtPlatformSupport -I/home/nezticle/Code/Wayland/qt5/qtbase/include/QtPlatformSupport/5.1.2 -I/home/nezticle/Code/Wayland/qt5/qtbase/include/QtPlatformSupport/5.1.2/QtPlatformSupport -I/home/nezticle/Code/Wayland/qt5/qtbase/include/QtDBus -I/home/nezticle/Code/Wayland/qt5/qtbase/include/QtGui -I/home/nezticle/Code/Wayland/qt5/qtbase/include/QtGui/5.1.2 -I/home/nezticle/Code/Wayland/qt5/qtbase/include/QtGui/5.1.2/QtGui -I/home/nezticle/Code/Wayland/qt5/qtbase/include/QtCore -I/home/nezticle/Code/Wayland/qt5/qtbase/include/QtCore/5.1.2 -I/home/nezticle/Code/Wayland/qt5/qtbase/include/QtCore/5.1.2/QtCore -I.moc/debug-shared -I/home/nezticle/Code/Wayland/qt5/qtbase/include -o .obj/debug-shared/qwaylandxcompositeeglcontext.o qwaylandxcompositeeglcontext.cpp
In file included from qwaylandxcompositeeglwindow.h:45:0,
from qwaylandxcompositeeglcontext.cpp:44:
../wayland_common/qwaylandwindow.h:156:58: error: expected identifier before numeric constant
../wayland_common/qwaylandwindow.h:156:58: error: expected ',' or '...' before numeric constant
../wayland_common/qwaylandwindow.h:173:9: error: expected unqualified-id before numeric constant
make[4]: *** [.obj/debug-shared/qwaylandxcompositeeglcontext.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment