| Strange. I have been building csound regularly on OSX 10.2
and haven't had problems (apart from -gstabs debug option,
which I disable).
scons useOldPortAudioPlugin=1 noDebug=1
does it for me.
Victor
>
> I still have problems with the lines
>
> void (*RewindScore)(void *csound);
> #ifdef HAVE_GCC3
> __attribute__ ((__format__ (__printf__, 2, 3)))
> void (*Message)(void *csound, const char *format,
> ...);
> __attribute__ ((__format__ (__printf__, 3, 4)))
> void (*MessageS)(void *csound, int attr, const char
> *format, ...); #else
> void (*Message)(void *csound, const char *format,
> ...);
> void (*MessageS)(void *csound, int attr, const char
> *format, ...); #endif
>
> On my Mac I have GCC3 but the __attribute work causes it
> to throw an error. Whatever this is, it is not on all
> gcc3 systems; can it be corrected as I have to fix it
> every down-load? ==John ffitch
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |