[CM] compiling cm 3.9.1 from svn
Stefaan Himpe
stefaan.himpe at gmail.com
Mon Jun 1 12:58:28 PDT 2015
Hi all,
I tried to compile cm from svn trunk and hit a few problems:
* in src/Scheme.cpp, a symbol s7_NIL is referenced but it doesn't exist. I
had to change it to s7_nil instead
* in the version of JUCE that was downloaded, there's no
juce::String::compareLexicographically method anymore. I replaced it with
compareNatural and that seems to work.
* a final problem I noticed was with the file permissions of
src/Transport.h which seems to be executable for some reason. "svn diff"
doesn't catch file permissions, unfortunately.
I've logged a bug on sourceforge and attached a patch there for the two
first compilation problems.
* I can now also confirm that with this new JUCE version the "save file"
functionality works correctly on linux.
Best regards,
Stefaan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ccrma-mail.stanford.edu/mailman/private/cmdist/attachments/20150601/724cfe99/attachment.html
More information about the Cmdist
mailing list