Kodi Community Forum
Linux DVDInputStreamBluray.cpp:562:8: error: ‘BD_EVENT_MENU’ was not declared in this - 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: Linux DVDInputStreamBluray.cpp:562:8: error: ‘BD_EVENT_MENU’ was not declared in this (/showthread.php?tid=184938)



DVDInputStreamBluray.cpp:562:8: error: ‘BD_EVENT_MENU’ was not declared in this - ray1112 - 2014-01-30

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



RE: DVDInputStreamBluray.cpp:562:8: error: ‘BD_EVENT_MENU’ was not declared in this - Ace - 2014-01-30

Update your libbluray-dev package.


RE: DVDInputStreamBluray.cpp:562:8: error: ‘BD_EVENT_MENU’ was not declared in this - ray1112 - 2014-01-31

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)


RE: DVDInputStreamBluray.cpp:562:8: error: ‘BD_EVENT_MENU’ was not declared in this - Ace - 2014-01-31

that one is broken, see discussion at https://github.com/xbmc/xbmc/commit/b48f2f7ff009b817f671916b288660d7670676a7#diff-81ac4678c21c60f166f32d9e005ec74cL560


RE: DVDInputStreamBluray.cpp:562:8: error: ‘BD_EVENT_MENU’ was not declared in this - ray1112 - 2014-01-31

Thank you for the link.
I will follow the advice.