[Bf-committers] python/api2_2x/Makefile

Michael Velikanje bf-committers@blender.org
Thu, 31 Jul 2003 00:47:49 -0800


Hi,
After a recent patch to the python source I had an error in finding 
IMB_imbuf_types.h during compile.
I added this to the Python/api2_2x/Makefile:

Index: blender/source/blender/python/api2_2x/Makefile
===================================================================
RCS file: 
/cvsroot/bf-blender/blender/source/blender/python/api2_2x/Makefile,v
retrieving revision 1.2
diff -d -r1.2 Makefile
55a56
 > CPPFLAGS += -I../../imbuf

it cured the problem.
Python2.3 release is out, I compiled it on my system, and it compiled 
with out any problems. Blender seems to like it,  including being able 
to return Text.h to the original (using NULL). It seems my problem with 
that was caused by a bug in Python2.3a.
OS  X 2.6

Michael Velikanje