Kodi Community Forum
disable-x11 option - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: disable-x11 option (/showthread.php?tid=119580)



disable-x11 option - Amaru - 2012-01-11

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?


- davilla - 2012-01-11

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 ?


RE: disable-x11 option - subbia - 2015-11-13

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?!


RE: disable-x11 option - da-anda - 2015-11-13

@subbia - check out http://forum.kodi.tv/showthread.php?tid=212061 for headless