[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_editnla.h blender/source/blender/src editnla.c header_nla.c

John K. Walton bf-committers@blender.org
Sat, 3 Jan 2004 09:10:09 -0500 (EST)


hrm irix compiler has a problem with what looks like variable
redeclaration of deselect_nlachannel_keys and delete_nlachannel_keys
duplicate_nlachannel_keys borderselect_nla deselect_nlachannels,
and delete_nlachannels (maybe a missed one?).

thanks!
John

c -c -n32 -mips3 -Xcpluscomm -DNDEBUG -n32 -mips3 -O2 -OPT:Olimit=0
-fullwarn -woff 1001,1110,1201,1209,1355,1424,1681,3201
-I/usr/demos/blender/../lib/irix-6.5-mips/python/include/python2.2
-I/usr/demos/blender/../lib/irix-6.5-mips/ghost/include
-I/usr/demos/blender/../lib/irix-6.5-mips/bmfont/include
-I/usr/demos/blender/../lib/irix-6.5-mips/SoundSystem/include
-I/usr/demos/blender/../lib/irix-6.5-mips/sdl/include/SDL
-I../render/extern/include -I../renderconverter -I../blenkernel
-I../blenlib -I../python -I../makesdna -I../imbuf -I../img -I../blenloader
-I.. -I../../kernel/gen_system -I../../gameengine/SoundSystem -I../ftfont
-I../radiosity/extern/include
-I/usr/demos/blender/source/gameengine/Physics/Sumo/include
-I/usr/demos/blender/../lib/irix-6.5-mips/guardedalloc/include
-I/usr/demos/blender/../lib/irix-6.5-mips/decimation/include
-I/usr/demos/blender/../lib/irix-6.5-mips/bsp/include -I../readstreamglue
-I../include -DNAN_BUILDINFO -DINTERNATIONAL -I/usr/include editnla.c -o
/usr/demos/blender/obj/irix-6.5-mips/blender/src/editnla.o
cc WARNING:  -I../../gameengine/SoundSystem does not refer to a valid
directory
cc-1196 cc: REMARK File = editnla.c, Line = 132
  The indicated function is declared implicitly.

                                duplicate_nlachannel_keys();
                                ^

cc-1196 cc: REMARK File = editnla.c, Line = 139
  The indicated function is declared implicitly.

                                delete_nlachannel_keys ();
                                ^

cc-1196 cc: REMARK File = editnla.c, Line = 141
  The indicated function is declared implicitly.

                                delete_nlachannels();
                                ^

cc-1196 cc: REMARK File = editnla.c, Line = 155
  The indicated function is declared implicitly.

                        borderselect_nla();
                        ^

cc-1196 cc: REMARK File = editnla.c, Line = 169
  The indicated function is declared implicitly.

                                        deselect_nlachannel_keys(1);
                                        ^

cc-1196 cc: REMARK File = editnla.c, Line = 171
  The indicated function is declared implicitly.

                                        deselect_nlachannels(1);
                                        ^

cc-1196 cc: REMARK File = editnla.c, Line = 273
  The indicated function is declared implicitly.

                                deselect_nlachannel_keys(0);
                                ^

cc-1196 cc: REMARK File = editnla.c, Line = 324
  The indicated function is declared implicitly.

        deselect_nlachannel_keys(0);
        ^

cc-1196 cc: REMARK File = editnla.c, Line = 514
  The indicated function is declared implicitly.

                        deselect_nlachannels (0);       // Auto clear
                        ^

cc-1196 cc: REMARK File = editnla.c, Line = 545
  The indicated function is declared implicitly.

                        deselect_nlachannels (0);       // Auto clear
                        ^

cc-1552 cc: WARNING File = editnla.c, Line = 442
  The variable "sel" is set but never used.

        int             sel;
                        ^

cc-1153 cc: ERROR File = editnla.c, Line = 596
  Declaration is incompatible with previous
"deselect_nlachannel_keys" (declared
          at line 169).

  void deselect_nlachannel_keys (int test)
       ^

cc-1153 cc: ERROR File = editnla.c, Line = 933
  Declaration is incompatible with previous
"delete_nlachannel_keys" (declared
          at line 139).

  void delete_nlachannel_keys(void)
       ^

cc-1153 cc: ERROR File = editnla.c, Line = 982
  Declaration is incompatible with previous "duplicate_nlachannel_keys"
          (declared at line 132).

  void duplicate_nlachannel_keys(void)
       ^

cc-1153 cc: ERROR File = editnla.c, Line = 1032
  Declaration is incompatible with previous "borderselect_nla" (declared
at line
          155).

  void borderselect_nla(void)
       ^

cc-1153 cc: ERROR File = editnla.c, Line = 1573
  Declaration is incompatible with previous
"deselect_nlachannels" (declared at
          line 171).

  void deselect_nlachannels(int test){
       ^

cc-1153 cc: ERROR File = editnla.c, Line = 1620
  Declaration is incompatible with previous "delete_nlachannels" (declared
at
          line 141).

  void delete_nlachannels(void){
       ^

6 errors detected in the compilation of "editnla.c".
gmake[3]: *** [/usr/demos/blender/obj/irix-6.5-mips/blender/src/editnla.o]
Error 2
gmake[2]: *** [all] Error 1
gmake[1]: *** [all] Error 1
gmake: *** [all] Error 1
sgi126 3% 


(hey i remembered not to double reply)