[Bf-committers] compile error on irix

John K. Walton bf-committers@blender.org
Sat, 19 Jul 2003 15:46:39 -0400 (EDT)


fresh back from vacation, a clean CVS resulted in the following
compile error:

cc -c -n32 -mips3 -Xcpluscomm -DNDEBUG -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/usr/demos/python2.2.2/include/python2.2 Blender.c -o
/usr/demos/blender/obj/irix-6.5-mips/blender/python/Blender.o
cc-1196 cc: REMARK File = Blender.c, Line = 221
  The indicated function is declared implicitly.

    PyDict_SetItemString (dict, "IpoCurve",      IpoCurve_Init());
                                                 ^

cc-1164 cc: ERROR File = Blender.c, Line = 221
  Argument of type "int" is incompatible with parameter of type "PyObject
*".

    PyDict_SetItemString (dict, "IpoCurve",      IpoCurve_Init());
                                                 ^

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