Compiling on Hardy for Apple TV
#1
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.
Reply

Logout Mark Read Team Forum Stats Members Help
Compiling on Hardy for Apple TV0