Compiling Error
#1
Hi,

i am trying to build the current opdenkamp master git version.
I am getting this error:
Code:
/root/xbmc/xbmc/addons/../../addons/library.xbmc.addon/libXBMC_addon.h:56:3: error: expected identifier before numeric constant
/root/xbmc/xbmc/addons/../../addons/library.xbmc.addon/libXBMC_addon.h:56:3: error: expected ‘}’ before numeric constant
/root/xbmc/xbmc/addons/../../addons/library.xbmc.addon/libXBMC_addon.h:56:3: error: expected unqualified-id before numeric constant
/root/xbmc/xbmc/addons/../../addons/library.xbmc.addon/libXBMC_addon.h:60:1: error: expected declaration before ‘}’ token

The libXBMC_addon.h looks okay, and is not modified since my last successfull build.

I tried to check all includes, but was not successfull, anybody an Idea where to search?

My buildsystem is an arm with openGLES.
Reply
#2
I think this is due to the newly introduced dependency to libudev-dev.
Unfortunatly the dependency is not checked in the configure script yet.

if you are on an apt-get system just do an:

sudo apt-get install libudev-dev
Reply
#3
thanks, was not the libudev-dev dependency,
but is fixed here:
https://github.com/opdenkamp/xbmc/commit...b915581d90
Reply

Logout Mark Read Team Forum Stats Members Help
Compiling Error0