<br><br><div class="gmail_quote">On Tue, Aug 14, 2012 at 4:36 AM, Carlos sanchiavedraz <span dir="ltr"><<a href="mailto:csanchezgs@gmail.com" target="_blank">csanchezgs@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello all.<br>
<br>
I just had a few minutes and tried to install Non Session Manager to<br>
test later in Musix, but failed.<br>
<br>
I think I have all required dependencies[1] for<br>
non-daw-and-mixer-v1.1.0.tar.bz2, although it says that Jack is not<br>
present when it is (jackd 0.118). But when trying to do "make" it<br>
doesn't work[2]: No rule for building «nonlib/libnonlib.a», needed for<br>
«src/send_osc>>.<br>
Somebody got that same error or just succeeded?<br>
<br>
In addition to that, may I suggest something to our partners here of<br>
the non-family. At first it's not clear where to find Non Session<br>
Manager tar.gz nor the git site, it is not in its wiki[3] and I<br>
discovered in other wiki that it is with the rest of the familiy in<br>
the same tar.gz and git for Mixer and Sequencer.<br>
<br>
Thanks.<br>
<br>
<br>
[1] $ ./configure<br>
Checking sanity...            ok<br>
--- Configuration required<br>
:: Installation prefix? [/usr/local]<br>
:: Build for debugging? [no]<br>
Checking for FLTK...          ok (1.1.10)<br>
Checking for FLUID...         ok<br>
Checking for ar...            ok<br>
Checking for makedepend...    ok<br>
Checking for JACK...          missing!<br>
 * Suggested package JACK doesn't appear to be installed. Some<br>
functionality may be missing from your build.<br>
 * Continuing without JACK...<br>
<br>
Checking for liblo...         ok (0.26)<br>
Checking for sigcpp...        ok (2.2.4.2)<br>
Checking for XPM...           ok (3.5.8)<br>
<br>
[2] $ make<br>
Calculating dependencies...done<br>
SESSION_MANAGER         [100%] src/send_osc.C<br>
make: *** No hay ninguna regla para construir el objetivo<br>
«nonlib/libnonlib.a», necesario para «src/send_osc».  Alto.<br>
<br>
[3] <a href="http://non.tuxfamily.org/nsm/" target="_blank">http://non.tuxfamily.org/nsm/</a><br>
<span class="HOEnZb"><font color="#888888">--<br>
Carlos sanchiavedraz<br>
* Musix GNU+Linux<br>
  <a href="http://www.musix.es" target="_blank">http://www.musix.es</a><br>
_______________________________________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" target="_blank">http://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
</font></span></blockquote></div><br>You're probably missing the -dev header package for JACK. The build system uses pkg-config to collect information, so if pkg-config data for that package is broken on your system, that would also cause a problem. Also, you're strongly recommended to build the latest from git instead of that tarball, there have been many improvements. '<br>
<br>And since when is there a wiki?<br><br><br>