[CM] CM 2.9.1 + RTS 2.0 released

andersvi@extern.uio.no andersvi@extern.uio.no
Wed, 17 May 2006 18:58:55 +0200


>>> "R" == Rick Taube <taube@uiuc.edu> writes:
R> 
>> away zillions of realtime processes :-) (havent tried with
>> midishare or osc yet, just portmidi).  This is sbcl-0.9.9*, and
R> 
R> you should be able to output to any of them (they are all under
R> construction...) but only portmidi receving is probably working. in a
R> nutshell the new receiving api is:

I tried loading the osc-system, changing "libc.dylib" to
"libc.so" in "osc/sockets.lisp" to locate the lib on linux, but
it complains about the library:

  Error opening shared object "libc.so":
  /usr/lib/libc.so: invalid ELF header.
  [Condition of type SIMPLE-ERROR]

Any clues?