You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compositor.cpp: In member function ‘void Compositor::init(int, int, const char*)’:
compositor.cpp:115:22: error: ‘SDL_GL_PRESERVE_BUFFER’ was not declared in this scope
SDL_GL_SetAttribute(SDL_GL_PRESERVE_BUFFER, 1);
^~~~~~~~~~~~~~~~~~~~~~
Makefile:34: recipe for target '/home/pi/work/rpi_gui/BUILD_RPI/.objs/compositor.o' failed
make[1]: *** [/home/pi/work/rpi_gui/BUILD_RPI/.objs/compositor.o] Error 1
meanwhile I already installed SDL2 and have neccesary include files:
SDL2/SDL.h
GL/gl.h
GLES2/gl2.h
The text was updated successfully, but these errors were encountered:
make BUILD=PI
meanwhile I already installed SDL2 and have neccesary include files:
The text was updated successfully, but these errors were encountered: