<div dir="ltr"><div>Hi all,<br></div><div><br></div><div>I tried to compile cm from svn trunk and hit a few problems:</div><div><br></div><div>* in src/Scheme.cpp, a symbol s7_NIL is referenced but it doesn&#39;t exist. I had to change it to s7_nil instead</div><div><br></div><div>* in the version of JUCE that was downloaded, there&#39;s no juce::String::compareLexicographically method anymore. I replaced it with compareNatural and that seems to work.</div><div><br></div><div>* a final problem I noticed was with the file permissions of src/Transport.h which seems to be executable for some reason. &quot;svn diff&quot; doesn&#39;t catch file permissions, unfortunately.</div><div><br></div><div>I&#39;ve logged a bug on sourceforge and attached a patch there for the two first compilation problems.</div><div><br></div><div>* I can now also confirm that with this new JUCE version the &quot;save file&quot; functionality works correctly on linux.<br></div><div><br></div><div>Best regards,</div><div>Stefaan.</div><div><br></div></div>