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.
_______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
