theintencity / py-audio

Python bindings for audio device and speex codecs
GNU Lesser General Public License v3.0
14 stars 8 forks source link

On (Debian) linux rtaudio 4.0.8 fails to build, use 4.0.12 #9

Open dhrp opened 8 years ago

dhrp commented 8 years ago

On linux (Debian) compiling rtaudio 4.0.8 errors with:

/bin/ln -s librtaudio.so.4.0.7 librtaudio.so
/bin/ln: failed to create symbolic link 'librtaudio.so': File exists
make: *** [librtaudio.so] Error 1

This appears to be a bug present in the compile script in 4.0.8, and does not occur in 4.0.12. The latest version or rtaudio (4.1.x) moves the .a file to somewhere else or something, so I wouldn't upgrade to that.

Want a PR?

theintencity commented 8 years ago

Thanks, a PR will be great. I don't have linux anymore, so can't really test easily.

dhrp commented 8 years ago

Using Docker for Mac it has now become really easy (and lightweight) to run Linux (containers) on your mac.