Kodi Community Forum
Compiling on Hardy for Apple TV - 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: Compiling on Hardy for Apple TV (/showthread.php?tid=122869)



Compiling on Hardy for Apple TV - vajonam - 2012-02-14

team,

I am trying to compile xbmc for my applev for hardy. Since hardy is no longer built by the buildbots or the ppas

I see the following compilation error, i've created a separate chroot, got all the dependencies that I need, I think I might have overlooked something.

Code:
AR      xbmc/cdrip/cdrip.a
CPP     xbmc/cores/AudioRenderers/PulseAudioDirectSound.o
PulseAudioDirectSound.cpp:136:21: error: missing binary operator before token "("
PulseAudioDirectSound.cpp:215:22: error: missing binary operator before token "("
PulseAudioDirectSound.cpp:277:21: error: missing binary operator before token "("
make[1]: *** [PulseAudioDirectSound.o] Error 1

seems be complaining about

#if PA_CHECK_VERSION(1,0,0)


which leads me to think something I have on my hardy system is out of date, any ideas what this is?

the ./bootstrap and ./configure run okay and I have the most of the dependencies that I need on my appletv

any help is appreciated.