[Bf-committers] More OS X Compile Notes

Douglas Bischoff bf-committers@blender.org
Thu, 3 Jul 2003 16:36:41 -0400


On Thursday, July 3, 2003, at 04:14 PM, Hans Lambermont wrote:

> I think we suffer from moving gcc warning options targets across
> different gcc versions.
>
>> Not sure why missing-declarations is failing.
>
> Which gcc version are you using ?

3.1, Apple version (it apparently just adds some apple-specific 
functions, I don't think it changed anything else from standard gcc 3.1)

>> There are a large number of warnings about old style function casts...
>> I see that there is a compiler option to ignore those, too... should 
>> it
>> be included?
>
> That's a matter of taste; I'd say: clean up all the old style stuff,
> unless some other compiler that we use (IRIX anyone ?) *needs* it.

Not objecting, per se, just making sure that things are as clean as 
they can be. My ability to contribute for now lies only in reporting 
what I see that doesn't seem to work yet. :-)

-Bish