<br><br><div class="gmail_quote">On Sat, Oct 6, 2012 at 10:20 AM, Kassen <span dir="ltr"><<a href="mailto:signal.automatique@gmail.com" target="_blank">signal.automatique@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sat, Oct 06, 2012 at 12:04:40PM +0200, Harald wrote:<br>
> > RtAudio/RtAudio.cpp:1835:23: fatal error: jack/jack.h: No such file or directory<br>
> > RtAudio/RtAudio.cpp:5212:28: fatal error: alsa/asoundlib.h: No such file or directory<br>
> > RtAudio/RtAudio.cpp:6455:23: fatal error: soundcard.h: No such file or directory<br>
><br>
> if header files are missing, you need *-dev.deb packages.<br>
> On most linux systems developer (headers *.h and static libs *.a)<br>
> ending in -dev and runtime (dynamic libs *.so) packages are separate.<br>
> Most of these package names will start with "lib", e.g. libjackxxx and<br>
> libjackxxx-dev or libsndfilexxx(-dev), but some may also have other<br>
> names like rtaudioxxx(-dev) etc.<br>
<br>
</div>Exactly. This looks like libjack-dev is missing, and libasound-dev<br>
<br>
I wonder why it'd need both, maybe the libasound is used for MIDI even<br>
if you pick Jack for audio in/out.<br>
<br>
Anyway, look for those two in synaptic (I don't think Synaptic is<br>
installed by default in Ubuntu anymore, but that is probably the<br>
easiest program to look for and get these). You also at least need<br>
libsndfile-dev<br></blockquote><div><br>Yeah, just got the libsndfile package... which synaptic was not pointing to when I searched on 'sndfile', oh well.<br><br>[Googling 'sndfile.h' had gotten me directly to one downloadable version, but evidently the wrong one.] <br>
<br>I think it'll work I think it'll work....<br></div></div>