Re: [CM] CM/Grace problem

2014-02-14 Thread Dave Phillips
Greetings, I haven't touched any files yet, I wanted to clarify that the problem is not merely one of warnings. This happens when I attempt any of the SAL MIDI output example code : Error: attempt to apply the untyped #undefined to (; ;; Sending MIDI Output ; ; To run examples put the

[CM] CM/Grace problem

2014-02-13 Thread Dave Phillips
Greetings, Compiled a git pull from this morning, everything seems fine until I open bin/Grace (see error report below). Did I forget something ? Best, dp Error: define-macro: syntactic keywords (such as unless) tend to behave badly if redefined (define-macro (unless arg . body) ({list}

Re: [CM] CM/Grace problem

2014-02-13 Thread Bill Schottstaedt
It looks like that's the new s7 with syntactic when/unless -- I had that error message to warn myself -- I'll remove it, but hopefully Grace's s7 stuff will eventually remove the when/unless macro definitions. ___ Cmdist mailing list

Re: [CM] CM/Grace problem

2014-02-13 Thread Bill Schottstaedt
You can remove them by commenting out the definitions in cm/scm/s7.scm -- around line 63, I think. Please let me know if that breaks anything! ___ Cmdist mailing list Cmdist@ccrma.stanford.edu http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Re: [CM] CM/Grace problem

2014-02-13 Thread Dave Phillips
On 02/13/2014 12:51 PM, Bill Schottstaedt wrote: You can remove them by commenting out the definitions in cm/scm/s7.scm -- around line 63, I think. Please let me know if that breaks anything! Hi Bill, Thanks for the tip. However, the same code for s7.scm gave me no trouble in previous

Re: [CM] CM/Grace problem

2014-02-13 Thread Heinrich Taube
oh, you mean s7 has those forms? I will certainly get rid of them and update the sources. It'll take a few days tho, I'm traveling…. On Feb 13, 2014, at 1:21 PM, Dave Phillips dlphill...@woh.rr.com wrote: On 02/13/2014 12:51 PM, Bill Schottstaedt wrote: You can remove them by commenting

Re: [CM] CM/Grace problem

2014-02-13 Thread Bill Schottstaedt
oh, you mean s7 has those forms? yes, I'm slowly trying to become semi-compatible with the new Scheme definition. Now let's see, CL was last revised 30 years ago? Anyway, when and unless are built-in and it's the optimizer that is cranky -- it can be smart about built-in syntax, but worries