Deep-Symmetry / carabiner

A loose connector for interacting with Ableton Link
GNU General Public License v2.0
157 stars 14 forks source link

link to pthread on Linux #2

Closed Ant1r closed 6 years ago

Ant1r commented 7 years ago

Carabiner was failing to build on Linux, because of missing pthread linking, e.g: undefined reference to 'pthread_create' Adding target_link_libraries(Carabiner pthread) to CMakeLists.txt fixes that.

Ant1r commented 6 years ago

Cool Actually I was looking for something like Carabiner in order to Link a PureData patch running on a raspberryPi, because I'm currently unable to build abl_link Pd's extension on the Pi (see https://github.com/libpd/abl_link/issues/15). So thanks for Carabiner!