hfujita / pulseaudio-raop2

Experimental RAOP2 (Apple AirPlay2) support for PulseAudio
http://hfujita.github.io/pulseaudio-raop2/
Other
138 stars 19 forks source link

libtool package needed as well #65

Open gearhead opened 6 years ago

gearhead commented 6 years ago

I ran into this problem with autogen.sh:

./configure: line 10323: syntax error near unexpected token `2.4'
./configure: line 10323: `LT_PREREQ(2.4)'

I installed libtool (apt-get install libtool) and it gets further...

Then I needed to inatll libcap-dev. sudo apt-get install libcap-dev that gets me further but then I get a sndfile error requiring sudo apt-get install libsndfile-dev Now I get all the way to: configure: creating ./config.status config.status: error: cannot find input file:Makefile.in' ` and I cannot build this as the file is missing.

Renamed Makefile.am to Makefile.in and it still will not compile. This is on Ubuntu 16.04. I have a pair of AIrPlay speakers and would like to use them with Linux. I'm hoping this allows synchronization of video to audio over the airplay speakers compared to DLNA which is not.

qwertychouskie commented 6 years ago

@gearhead This repo was merged into PulseAudio 11, yoour best bet is to download the official sources for 11 and use those. If you still have issues, you can use their forums/etc.