[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x modules.h

John K. Walton bf-committers@blender.org
Sat, 19 Jul 2003 16:32:52 -0400 (EDT)


that fixed one problem. here's another? :-)

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 Ipo.c -o
/usr/demos/blender/obj/irix-6.5-mips/blender/python/Ipo.o
cc-1116 cc: WARNING File = Ipocurve.c, Line = 86
  Non-void function "IpoCurve_Recalc" (declared at line 81) should return
a
          value.

  }
  ^

cc-1119 cc: ERROR File = Ipocurve.c, Line = 134
  The "return" expression type differs from the function return type.

    return l;
           ^

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



On Sat, 19 Jul 2003, Willian Padovani Germano wrote:

> ianwill (Willian Padovani Germano) 2003/07/19 22:44:25 CEST
> 
>   Modified files:
>     blender/source/blender/python/api2_2x modules.h 
>   
>   Log:
>   Exppython:
>   - Trying to correct a compile problem. IpoCurve_Init wasn't declared in modules.h
>   
>   Revision  Changes    Path
>   1.28      +2 -0      blender/source/blender/python/api2_2x/modules.h
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs@blender.org
> http://www.blender.org/mailman/listinfo/bf-blender-cvs
>