Kodi Community Forum

Full Version: DVDInputStreamBluray.cpp:562:8: error: ‘BD_EVENT_MENU’ was not declared in this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
git pull ; ./bootstrap ; ./configure ; make
Code:
CPP     xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamBluray.o
DVDInputStreamBluray.cpp: In member function ‘void CDVDInputStreamBluray::ProcessEvent()’:
DVDInputStreamBluray.cpp:562:8: error: ‘BD_EVENT_MENU’ was not declared in this scope
/home/xbmc3/xbmc/xbmc/guilib/GraphicContext.h: At global scope:
/home/xbmc3/xbmc/xbmc/guilib/GraphicContext.h:285:150: warning: ‘g_graphicsContext’ defined but not used [-Wunused-variable]
make[1]: *** [DVDInputStreamBluray.o] Error 1
make: *** [xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreams.a] Error 2
Update your libbluray-dev package.
I have latest version libbluray-dev package:

# dpkg -l | grep libbluray-dev
ii libbluray-dev 1:0.2.1+git20111208.63e308d-3 Blu-ray disc playback support library (development files)
that one is broken, see discussion at https://github.com/xbmc/xbmc/commit/b48f...5ec74cL560
Thank you for the link.
I will follow the advice.