Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] H/csoundCore.h

Date2005-05-14 17:26
FromVictor Lazzarini
SubjectRe: [Cs-dev] H/csoundCore.h
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

Date2005-05-15 00:31
FromAnthony Kozar
SubjectRe: [Cs-dev] H/csoundCore.h
Do you have GCC 3.1 or 3.3, Victor?

10.2 originally came with GCC 3.1 (probably what John has).  But there was
an upgrade released later for 3.3.  Perhaps that is the difference.  (Code
should be fixed to work on either though).

Anthony

On 5/14/05 12:26 PM, Victor Lazzarini  etched in
stone:

> Strange. I have been building csound regularly on OSX 10.2
> and haven't had problems (apart from -gstabs debug option,
> which I disable).

>> 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