[CM] compiling cm 3.9.1 from svn

2015-06-01 Thread Stefaan Himpe
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

Re: [CM] compiling cm 3.9.1 from svn

2015-06-01 Thread Bill Schottstaedt
in src/Scheme.cpp, a symbol s7_NIL is referenced but it doesn't exist. I had to change it to s7_nil instead argh -- this is a bug in my cross-referencer -- I was trying not to clobber anything used by Rick's code. I'll put s7_NIL back in s7.h.

Re: [CM] compiling cm 3.9.1 from svn

2015-06-01 Thread Rick Taube
this is terrific thank you so much for all your work! ill try to update to the latest s7 and make a release this summer! On Jun 1, 2015, at 2:58 PM, Stefaan Himpe stefaan.hi...@gmail.com wrote: Hi all, I tried to compile cm from svn trunk and hit a few problems: * in src/Scheme.cpp, a