Kodi Community Forum

Full Version: disable-x11 option
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Compiling with --disable-x11 --enable-sdl options gives following error:
Quote:DVDPlayerVideo.cpp: In member function ‘void CDVDPlayerVideo:TonguerocessOverlays(DVDVideoPicture*, double)’:
DVDPlayerVideo.cpp:845:8: error: ‘g_Windowing’ was not declared in this scope
DVDPlayerVideo.cpp:845:40: error: ‘RENDER_QUIRKS_MAJORMEMLEAK_OVERLAYRENDERER’ was not declared in this scope
/home/amaru/xbmc/xbmc/guilib/GraphicContext.h: At global scope:
/home/amaru/xbmc/xbmc/guilib/GraphicContext.h:245:1: warning: ‘g_graphicsContext’ defined but not used [-Wunused-variable]
make[1]: *** [DVDPlayerVideo.o] Error 1
make: *** [xbmc/cores/dvdplayer/DVDPlayer.a] Error 2
Platform: Ubuntu 11

config.log
http://speedy.sh/jm6kH/config.log

What's wrong? Are these options still in development state?
No, they work fine but you have misused them in a way we did not predict. Perhaps you could explain why you want to configure xbmc on ubuntu 11 without x11 ?
Same error message for me. I was trying to compile an headless xbmc. If don't want to use it in this way, maybe an additional check in the configurre could be worth?!