Closed Ant1r closed 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!
Carabiner was failing to build on Linux, because of missing pthread linking, e.g:
undefined reference to 'pthread_create'
Addingtarget_link_libraries(Carabiner pthread)
to CMakeLists.txt fixes that.