[Bf-python] Re: Vector convenienve patch [committed]

Yann Vernier yann at algonet.se
Mon Jan 24 11:35:26 CET 2005


On Sun, Jan 23, 2005 at 03:46:03PM -0500, Stephen Swaney wrote:
> On Sun, Jan 23, 2005 at 09:22:13PM +0100, Yann Vernier wrote:
> > Well, I just tried enabling -pedantic only to find that this makes other
> > parts of Blender fail to build. I'll just stick in in the SConscript
> > file for the Python section, I guess.
> 
> What parts don't work?  I fixed a bad declaration in some c++ code and
> just checked a (forgotten) fix for some undeclared parameters in
> toolbox.c.
> 
> I *believe* the whole mess should build ok now with -pedantic.
> 
> I'm using the following warning flags:
> 
> 	warn_flags = ['-Wall', '-W',  '-Wno-char-subscripts','-Wno-long-long', '-Wno-unused-parameter', '-pedantic' ]

It stopped somewhere within Ghost. I just added -Wall and -pedantic to
CCFLAGS and CXXFLAGS. The first error was something about long long, but
I see you've turned that one off. Not sure why it wound up stopping, and
it took quite a while to do the build. Maybe I'll look into it later.



More information about the Bf-python mailing list