./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.
@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.
I ran into this problem with autogen.sh:
I installed libtool (apt-get install libtool) and it gets further...
Then I needed to inatll libcap-dev.
Now I get all the way to:
sudo apt-get install libcap-dev
that gets me further but then I get a sndfile error requiring sudo apt-get install libsndfile-devconfigure: 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.