[CM] newbie question

Bill Schottstaedt bil@ccrma.Stanford.EDU
Fri, 30 May 2003 04:58:14 -0700


>     I ran the examples in the file "cmntest.lisp" and none of the examples
> returned any error message BUT  there is also no output.

cmntest assumes it can send its output to the X server, so it won't
work in windows unless you change the line

(setf *cmn-output-type* :x)

Did you try a simple example like

(cmn treble c4 q)

I don't think cmn on windows uses the ffi at all, so it should
work in any lisp.  If you do need the ffi, you'll have to send
me info about acl 6.2 -- every version of acl is incompatible
in this regard.