I'm trying to build spotyxbmc2 for the Raspberry Pi. My first attempt was to just cross-compile the source code from spotyxbmc2's Github, but it turns out that the XBMC code needs to be modified for it to compile correctly and use the OpenGLES library compatible with the Pi's GPU. So I then tried to git merge the code from xbmc-rbp (Raspberry Pi compatible XBMC branch) with spotyxbmc2 code. It all seemed to work at first. I had the libraries for the Pi and the Spotify specific code from spotyxbmc2. When I tried to compile I ran into some errors, like missing "}" or random "====" or ">>>>>" inserted into the code. After cleaning it up I managed to compile everything, but when make tries to build a binary it fails almost immediately with erros saying that there are a lot calls to undefined functions in the code. I have no idea what I did wrong. Does anyone have any idea?
Cheers!