hawaii-desktop / greenisland

UNMAINTANED, please go to https://github.com/lirios/wayland
https://liri.io
GNU General Public License v2.0
75 stars 8 forks source link

QtGui/private/qopengltextureblitter_p.h: No such file or directory #227

Open fleixi opened 7 years ago

fleixi commented 7 years ago

[ 2%] Building CXX object src/platform/CMakeFiles/GreenIslandPlatform.dir/deviceintegration/eglfscontext.cpp.o In file included from /home/fleixi/git/Ubuntuimage/git/hawaii-dep/greenisland/build/src/platform/../../headers/GreenIsland/platform/openglcompositor.h:1:0, from /home/fleixi/git/Ubuntuimage/git/hawaii-dep/greenisland/build/src/platform/../../headers/GreenIsland/Platform/OpenGLCompositor:1, from /home/fleixi/git/Ubuntuimage/git/hawaii-dep/greenisland/src/platform/deviceintegration/eglfswindow.h:38, from /home/fleixi/git/Ubuntuimage/git/hawaii-dep/greenisland/src/platform/deviceintegration/eglfscontext.cpp:41: /home/fleixi/git/Ubuntuimage/git/hawaii-dep/greenisland/src/platform/platformcompositor/openglcompositor.h:34:51: fatal error: QtGui/private/qopengltextureblitter_p.h: No such file or directory compilation terminated. src/platform/CMakeFiles/GreenIslandPlatform.dir/build.make:140: recipe for target 'src/platform/CMakeFiles/GreenIslandPlatform.dir/deviceintegration/eglfscontext.cpp.o' failed make[2]: * [src/platform/CMakeFiles/GreenIslandPlatform.dir/deviceintegration/eglfscontext.cpp.o] Error 1 CMakeFiles/Makefile2:1416: recipe for target 'src/platform/CMakeFiles/GreenIslandPlatform.dir/all' failed make[1]: * [src/platform/CMakeFiles/GreenIslandPlatform.dir/all] Error 2 Makefile:160: recipe for target 'all' failed make: *\ [all] Error 2

I get this error trying to compile the code. Im using Qt5.8 and compile it on an armv7 with opengles3 support but no opengl.

n3rdopolis commented 7 years ago

kwin had the same problem, they had to do this, https://quickgit.kde.org/?p=kwin.git&a=commit&h=052fa2e4ee329810f62c29e546254fb45bf8a375

n3rdopolis commented 7 years ago

...well I tried to create http://pastebin.com/5vBdcKSS and I still am getting, the below error output I am not good at cmake it seems, I tried to replicate https://quickgit.kde.org/?p=kwin.git&a=commit&h=052fa2e4ee329810f62c29e546254fb45bf8a375

[ 21%] Building CXX object src/platform/CMakeFiles/GreenIslandPlatform.dir/deviceintegration/eglfsintegration.cpp.o
[ 22%] Building CXX object src/platform/CMakeFiles/GreenIslandPlatform.dir/eglconvenience/eglplatformcontext.cpp.o
[ 23%] Built target greenisland-screencaster
/srcbuild/greenisland/src/platform/deviceintegration/eglfsintegration.cpp:45:70: fatal error: QtFontDatabaseSupport/private/qgenericunixfontdatabase_p.h: No such file or directory
compilation terminated.
src/platform/CMakeFiles/GreenIslandPlatform.dir/build.make:188: recipe for target 'src/platform/CMakeFiles/GreenIslandPlatform.dir/deviceintegration/eglfsintegration.cpp.o' failed
make[2]: *** [src/platform/CMakeFiles/GreenIslandPlatform.dir/deviceintegration/eglfsintegration.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /opt/include/QtPlatformHeaders/QEGLNativeContext:1:0,
                 from /srcbuild/greenisland/src/platform/eglconvenience/eglplatformcontext.cpp:32:
/opt/include/QtPlatformHeaders/qeglnativecontext.h:44:43: fatal error: QtEglSupport/private/qt_egl_p.h: No such file or directory
compilation terminated.
src/platform/CMakeFiles/GreenIslandPlatform.dir/build.make:380: recipe for target 'src/platform/CMakeFiles/GreenIslandPlatform.dir/eglconvenience/eglplatformcontext.cpp.o' failed
make[2]: *** [src/platform/CMakeFiles/GreenIslandPlatform.dir/eglconvenience/eglplatformcontext.cpp.o] Error 1
CMakeFiles/Makefile2:1509: recipe for target 'src/platform/CMakeFiles/GreenIslandPlatform.dir/all' failed
make[1]: *** [src/platform/CMakeFiles/GreenIslandPlatform.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 50%] Built target GreenIslandCompositor
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2