[CM] trouble with cm, osc + sbcl
Rick Taube
taube@uiuc.edu
Wed, 14 Feb 2007 09:40:27 -0600
OK Rev 1.3 of sockets.lisp in the OSC cvs fixes the problem. you may
have to wait a bit for the source to migrate to anon cvs.
Im not sure about oscc's depedancy on portmidi, but until this is
cleared up do this to load:
(use-system :rts)
(use-system :portmidi)
(use-system :osc)
this will load the system but i get an error when i call sc-open. i
dont have time today to look at it. some of the code needs to be
revisited for the newer sbcl releases.
On Feb 10, 2007, at 12:29 AM, James Baker wrote:
> Rick,
>
> did a cvs checkout yesterday, grabbed all the requirements for osc+rts
> and fired up sbcl 1.0.1 and all went smoothly until "sockets.lisp"
> comes up for compilation where sbcl falls over complaining about being
> unable to find "libc.dylib". This is a fair enough error considering
> I'm on a linux box :)
>
> is this a typo, or is it something on my end ?
>
> cheers,
>
> James
>
>
> p.s the generated makefile for the osc module tries to link with
> portmidi - I'm assuming this is unnecessary ?
>
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist