[Bf-committers] Error on compile OSX 10.3

Michael Velikanje bf-committers@blender.org
Wed, 26 Nov 2003 21:51:27 -0900


After updating to the latest CVS (v2.31) I had this error when 
compiling:
<<
buttons_shading.c:1949: error: `B_MATHALO' undeclared
buttons_shading.c:2217: error: `B_MATHALO' undeclared
 >>
B_MATHALO was added into blender/source/blender/src/buttons_shading.c 
in the last 8 or so hours.

I added this line to blender/source/blender/include/butspace.h on line 
141 between B_MATBUTS and B_MATCO:
It just looked right ;) .
<<
#define B_MATHALO           1333
 >>
This addition resulted in the successful compile of a working blender. 
:^)

It's a beautiful thing.

Michael Velikanje