[CM] cm3/sndlib with audio and midi file generation

Fernando Lopez-Lezcano nando at ccrma.Stanford.EDU
Fri Nov 28 11:48:21 PST 2008


On Fri, 2008-11-28 at 04:17 -0800, Bill Schottstaedt wrote:
> > SndLib.cpp:(.text+0x525): undefined reference to `xen_s7_c_to_xen_string' 
> 
> I think this would happen if you used gcc to make sndlib, then
> tried to load it into something built with g++. 

That was a mistake on my part, feel free to ignore...
-- Fernando


>  That's the reason
> for the
> 
> #ifdef __cplusplus
> extern "C" {
> #endif
> 
> #ifdef __cplusplus
> }
> #endif
> 
> wrappers in the header files.




More information about the Cmdist mailing list