[Bf-committers] [Bf-commiters] source/blender/python/api2_2x/Scene.c

Charles Schwalbach charles at charlesschwalbach.com
Wed Jan 24 06:23:30 CET 2007


Here is a new error I got on IRIX that just popped up (I included the
associated warning as well):

cc-1196 c99: WARNING File = source/blender/python/api2_2x/Scene.c, Line = 1456
  The indicated function is declared implicitly.

        object = add_only_object(type, name);
                 ^

cc-1515 c99: ERROR File = source/blender/python/api2_2x/Scene.c, Line = 1456
  A value of type "int" cannot be assigned to an entity of type
"struct Object *"
          .

        object = add_only_object(type, name);
               ^

1 error detected in the compilation of "source/blender/python/api2_2x/Scene.c".

As with anything if this is Irix specific, please just let me know.

Thanks,

Charles


More information about the Bf-committers mailing list