[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x/doc Object.py

John K. Walton bf-committers@blender.org
Wed, 6 Aug 2003 18:15:54 -0400 (EDT)


not sure which change broke this today-ish:

====> make all in source/blender/python/api2_2x
cc -c -n32 -mips3 -Xcpluscomm -DNDEBUG -n32 -mips3 -O2 -OPT:Olimit=0
-fullwarn -woff 1001,1110,1201,1209,1355,1424,1681,3201  -I/usr/include
-I/usr/demos/blender/../lib/irix-6.5-mips/guardedalloc/include
-I../../makesdna -I../../blenkernel -I../../blenlib -I../../include
-I/usr/demos/blender/../lib/irix-6.5-mips/bmfont/include -I../../imbuf
-I/usr/demos/lib/irix-6.5-mips/python/include/python2.2 BezTriple.c -o
/usr/demos/blender/obj/irix-6.5-mips/blender/python/BezTriple.o
cc-1119 cc: ERROR File = BezTriple.c, Line = 128
  The "return" expression type differs from the function return type.

  if (strcmp (name, "pt") == 0)return BezTriple_setPoints(self,value);
                                      ^

1 error detected in the compilation of "BezTriple.c".
make[4]: ***
[/usr/demos/blender/obj/irix-6.5-mips/blender/python/BezTriple.o] Error 2
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1