[CM] Problems with installing CM, CLM-4, LISP, SNDLIB
Heinrich Taube
taube at uiuc.edu
Tue Jul 14 05:06:20 PDT 2009
ok the last version i used had this in mus-config:
#define USE_SND 0
#ifdef _MSC_VER
typedef long off_t;
#define ssize_t int
#define snprintf _snprintf
#define strtoll strtol
#if _MSC_VER > 1200
#define _CRT_SECURE_NO_DEPRECATE 1
#define _CRT_NONSTDC_NO_DEPRECATE 1
#define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1
#endif
#endif
#endif
the NEW version doesn have the MSC_VER suff and it ends with this:
#ifndef USE_SND
#define USE_SND 1
#endif
#endif
so i guess by default things are set up for linux unless you use ./
configure, but its not possible to use ./configure on windows. there
is no reason that sndlib cant work on windows if things are configured
for it.
On Jul 14, 2009, at 6:59 AM, Heinrich Taube wrote:
> i dont know, maybe compile switches changed in mus-config.h so things
> are now set up for linix and snd by default?
>
>
> On Jul 14, 2009, at 6:54 AM, Bill Schottstaedt wrote:
>
>> or rather "RootNamespace" is "sndlib" so it's looking in the
>> snflib directory?
>>
>>
>> _______________________________________________
>> Cmdist mailing list
>> Cmdist at ccrma.stanford.edu
>> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>
> _______________________________________________
> Cmdist mailing list
> Cmdist at ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
More information about the Cmdist
mailing list