<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 18, 2012, at 9:10 AM, Dave Phillips wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi Rick,<br><br>A quick note to mention that I built and ran the JuceDemo on my Ubuntu box. It works fine, but there's no JACK selection in the Audio Tests tab.<br></div></blockquote><div><br></div><div>your demo probably doesn't have jack turned on (JUCE_JACK)</div><div><br></div><div>but don't worry about this, just try rebuilding the latest cm from scratch and see if it segfaults on ubuntu, i just tried it and it does not segfault</div><div><br></div><div>do this</div><div><br></div><div>cd cm</div><div>svn update</div><div>premake4 --clean</div><div>premake4 --jack</div><div>make</div><div><br></div><div><br></div><div>at that point you will have Grace with juce enabled for Jack support. Then switching from Alsa to Jack in Grace's Audio Settings panel does not segfault for me.</div><div>but i don't have jack connection to test as i cannot figure jack out. &nbsp;but sergey had even that working i think:</div><div><br></div><div><br></div><div><blockquote type="cite"><blockquote type="cite">Here is what my jack connections look like in patchage:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">&nbsp;<a href="http://img1.imagilive.com/0912/cm-svn-patchage.png">http://img1.imagilive.com/0912/cm-svn-patchage.png</a><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"></blockquote></div><div><br></div><div><br></div><div><br></div><div><br></div><br><blockquote type="cite"><div><br>How do I specify a debug build for the CM/Grace trunk ?<br><br></div></blockquote><br></div><div>premake4 clean</div><div>premake4 --jack</div><div>make config=debug</div><div><br></div><div><br></div><div>that'll compile juce and grace with assertions to stdio. &nbsp;lookout!</div><div><br></div><br></body></html>