[CM] Receiving from portmidi

Rick Taube taube at uiuc.edu
Sun, 2 Dec 2007 12:16:16 -0600


this is a cffi issue -- im using cffi-061220. sigh. all this platform/ 
packaging nonsense in commonlisp is one of the main reasons im moving  
to juce. i cant do anything about this until i get on my linux box at  
work. it should work in linux with the cffi im using though.


On Dec 2, 2007, at 11:56 AM, Ralf Mattes wrote:
> This (from cffi-portmidi.lisp) already triggers an error:
>
>  (cffi:define-foreign-type pm-message () ':long)
>
> In DEFCLASS PM-MESSAGE, the slot name :LONG is a keyword.
>    [Condition of type SB-INT:SIMPLE-PROGRAM-ERROR]