[CM] Problems with installing CM, CLM-4, LISP, SNDLIB
Markus Eichhoff
eichhoff at statistik.tu-dortmund.de
Tue Jul 14 05:25:27 PDT 2009
So, what does it mean? The end is
#ifndef USE_SND
#define USE_SND 1
#endif
#endif
This is also my version where the errors appear.
Shell I change only the end into:
#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
Or shell one add this code above the end-code?
Heinrich Taube schrieb:
> 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
>
> _______________________________________________
> Cmdist mailing list
> Cmdist at ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
More information about the Cmdist
mailing list