Comment 3 for bug 296765

Revision history for this message
jcolton (jimcolt) wrote :

Scott James Remnant's suggestion worked for me on Ubuntu 9.10, btsco version 0.5.

I ran the script 'bootstrap', then
running autoreconf -v -i -f
then 'configure' per the doc that comes with the btsco tar file: ./configure --prefix=/usr --enable-alsaplugin
Then I had to add '#include <bits/local_lim.h>' to source file "./alsa-plugins/a2dpd.c" that came with the tar.
Then 'make install' succeeds fine.