[Bf-committers] irix errors

John K. Walton bf-committers@blender.org
Sat, 6 Mar 2004 11:52:06 -0500 (EST)


haven't compiled since feb 27th. just got back to it. got this:
Thanks!
John


cc -c -n32 -mips3 -Xcpluscomm -DNDEBUG -n32 -mips3 -O2 -OPT:Olimit=0
-fullwarn -woff 1001,1209,1424,3201
-I. -I.. -I../../../kernel/gen_messaging -I../../blenloader
-I../../inflate BLO_readStreamGlue.c -o
/usr/demos/blender/obj/irix-6.5-mips/blender/readstreamglue/BLO_readStreamGlue.o
cc-1133 cc: ERROR File = BLO_readStreamGlue.c, Line = 164
  Expression must be a modifiable lvalue.

                                (struct readStreamGlueLoopBackStruct
*)(*control)->begin = readStreamGlueLoopBack_begin;
                                ^

cc-1133 cc: ERROR File = BLO_readStreamGlue.c, Line = 165
  Expression must be a modifiable lvalue.

                                (struct readStreamGlueLoopBackStruct
*)(*control)->process = readStreamGlueLoopBack_process;
                                ^

cc-1133 cc: ERROR File = BLO_readStreamGlue.c, Line = 166
  Expression must be a modifiable lvalue.

                                (struct readStreamGlueLoopBackStruct
*)(*control)->end = readStreamGlueLoopBack_end;
                                ^

cc-1133 cc: ERROR File = BLO_readStreamGlue.c, Line = 170
  Expression must be a modifiable lvalue.

                                (struct readStreamGlueLoopBackStruct
*)(*control)->begin = BLO_inflate_begin;
                                ^

cc-1133 cc: ERROR File = BLO_readStreamGlue.c, Line = 171
  Expression must be a modifiable lvalue.

                                (struct readStreamGlueLoopBackStruct
*)(*control)->process = BLO_inflate_process;
                                ^

cc-1133 cc: ERROR File = BLO_readStreamGlue.c, Line = 172
  Expression must be a modifiable lvalue.

                                (struct readStreamGlueLoopBackStruct
*)(*control)->end = BLO_inflate_end;
                                ^

cc-1110 cc: REMARK File = BLO_readStreamGlue.c, Line = 185
  The indicated statement is not reachable.

                                break;
                                ^

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