[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Object.c Curve.c

John K. Walton walton at mrnutty.com
Thu Jul 10 02:29:08 CEST 2003


haven't compiled for a few days. got this error today on irix mipspro
on line 610.


cc -c -n32 -mips3 -Xcpluscomm -DNDEBUG -O2 -OPT:Olimit=0 -fullwarn -woff
1001,11
10,1201,1209,1355,1424,1681,3201  -I/usr/include
-I/usr/demos/blender/../lib/iri
x-6.5-mips/guardedalloc/include -I../../makesdna -I../../blenkernel
-I../../blen
lib -I../../include
-I/usr/demos/blender/../lib/irix-6.5-mips/bmfont/include -I/
usr/demos/python2.2.2/include/python2.2 Object.c -o
/usr/demos/blender/obj/irix-
6.5-mips/blender/python/Object.o
cc-1196 cc: REMARK File = Object.c, Line = 610
  The indicated function is declared implicitly.

              data_object = CurveCreatePyObject (self->object->data);
                            ^

cc-1515 cc: ERROR File = Object.c, Line = 610
  A value of type "int" cannot be assigned to an entity of type "PyObject
*".

              data_object = CurveCreatePyObject (self->object->data);
                          ^

cc-1506 cc: REMARK File = Object.c, Line = 1335
  There is an implicit conversion from "unsigned int" to "long"; rounding,
sign
          extension, or loss of accuracy may result.

          return (PyInt_FromLong(object->lay));
                                 ^

1 error detected in the compilation of "Object.c".
gmake[4]: ***
[/usr/demos/blender/obj/irix-6.5-mips/blender/python/Object.o] Err
or 2
gmake[3]: *** [all] Error 1
gmake[2]: *** [all] Error 1
gmake[1]: *** [all] Error 1
gmake: *** [all] Error 1
sgi126 3% 


On Wed, 9 Jul 2003, guignot wrote:

> guignot (guignot) 2003/07/09 14:25:29 CEST
> 
>   Modified files:
>     blender/source/blender/python/api2_2x Object.c Curve.c 
>   
>   Log:
>   added what needed to link a curve to an object (modification of Object_link
>   added 2 functions Curve_CheckPyObject and Curve_FromPyObject
>   that I had forgotten
>   
>   Revision  Changes    Path
>   1.26      +9 -0      blender/source/blender/python/api2_2x/Object.c
>   1.11      +8 -0      blender/source/blender/python/api2_2x/Curve.c
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at blender.org
> http://www.blender.org/mailman/listinfo/bf-blender-cvs
> 




More information about the Bf-blender-cvs mailing list