[Bf-committers] Release... :)

Douglas Bischoff bf-committers@blender.org
Fri, 28 Nov 2003 22:42:19 -0500


On Nov 28, 2003, at 4:26 PM, Ton Roosendaal wrote:

> Let's go for it again... just got sgi version in, based on last  
> commit. So let the machines rumble & roll!

Didn't see a note about OS X plugins... did that not make the 2.31  
release? Wasn't sure if it got totally committed yet.

Also, I got some info from Nicolas Zinovieff including three small  
fixes that permit compiling WITH_QUICKTIME on OS 10.3.1 using the  
latest GCC 3.3:

Index: source/blender/makesdna/intern/makesdna.c
===================================================================
RCS file:  
/cvsroot/bf-blender/blender/source/blender/makesdna/intern/makesdna.c,v
retrieving revision 1.6
diff -r1.6 makesdna.c
58c58
< #include "MEM_guardedalloc.h"
---
 > // #include "MEM_guardedalloc.h"
Index: source/blender/quicktime/apple/quicktime_export.c
===================================================================
RCS file:  
/cvsroot/bf-blender/blender/source/blender/quicktime/apple/ 
quicktime_export.c,v
retrieving revision 1.11
diff -r1.11 quicktime_export.c
80a81
 > #define __AIFF__
Index: source/blender/quicktime/apple/quicktime_import.c
===================================================================
RCS file:  
/cvsroot/bf-blender/blender/source/blender/quicktime/apple/ 
quicktime_import.c,v
retrieving revision 1.6
diff -r1.6 quicktime_import.c
41a42
 > #define __AIFF__

(I can't claim these: they're from Nicolas Zinovieff as I mentioned  
above).

Blender compiles flawlessly with these changes.

Just a note for 2.32!

-Bischofftep