[CM] error building latest sndlib

Heinrich Taube taube at uiuc.edu
Mon Apr 6 11:49:48 PDT 2009


eval this an tell me if this drifts:

(loop for i from 1 to 61 by .25
       do
       (loop for k in (key '(c4 e g bf))
             do (mp:midi i .2 k .8)))




On Apr 6, 2009, at 1:39 PM, lieven moors wrote:

> Bill Schottstaedt wrote:
>>> configured with "configure --with-alsa" and build
>>> with "make CC=g++".
>>>
>>
>> This won't work.  If you're going to use C++, you have to configure
>> it with C++.  Use
>>
>> make clean
>> configure --with-alsa CC=g++
>> make
>>
>>
>>
>>
>>
> Sorry, my mistake...
> thanks
>
> _______________________________________________
> Cmdist mailing list
> Cmdist at ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist



More information about the Cmdist mailing list