[chuck-users] Okay, trying to compile chuck 1.3 etc

Harald hg42 at gmx.net
Sat Oct 6 06:04:40 EDT 2012


> RtAudio/RtAudio.cpp:1835:23: fatal error: jack/jack.h: No such file or directory
> RtAudio/RtAudio.cpp:5212:28: fatal error: alsa/asoundlib.h: No such file or directory
> RtAudio/RtAudio.cpp:6455:23: fatal error: soundcard.h: No such file or directory

if header files are missing, you need *-dev.deb packages.
On most linux systems developer (headers *.h and static libs *.a)
ending in -dev and runtime (dynamic libs *.so) packages are separate.
Most of these package names will start with "lib", e.g. libjackxxx and
libjackxxx-dev or libsndfilexxx(-dev), but some may also have other
names like rtaudioxxx(-dev) etc.

The used libraries should be documented, but keep in mind to also
install the corresponding  -dev packages when compiling yourself.


More information about the chuck-users mailing list