Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2005:
[Freeciv-Dev] (PR#11892) compile errors freeciv2 beta6 on IRIX 6.5
Home

[Freeciv-Dev] (PR#11892) compile errors freeciv2 beta6 on IRIX 6.5

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#11892) compile errors freeciv2 beta6 on IRIX 6.5
From: "Joerg Behrens" <behrens@xxxxxxxxxx>
Date: Tue, 11 Jan 2005 04:13:37 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11892 >

Hello,

i get this error when compiling beta 6 on a irix 6.5.26 runging mips cc 7.4.2m 
compiler.

c99 -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl 
-I./agents  -I/usr/nekoware/include -I/usr/nekoware/include/SDL 
-D_SGI_MP_SOURCE -I/usr/nekoware/inc
lude  -O3 -mips4 -Wl,-rpath -Wl,/usr/nekoware/lib -I/usr/nekoware/include 
-OPT:Olimit=0:roundoff=3  
-TARG:platform=IP27:proc=r10000 -c helpdata.c
cc-1185 c99: WARNING File = helpdata.c, Line = 146
  An enumerated type is mixed with another type.

    pitem->type = type;
                ^

cc-1185 c99: WARNING File = helpdata.c, Line = 225
  An enumerated type is mixed with another type.

          current_type = i;
                       ^

cc-1032 c99: ERROR File = helpdata.c, Line = 558
  The indicated expression must have an arithmetic type.

        req_append(get_tech_name(game.player_ptr, b->tech_req));
        ^

cc-1032 c99: ERROR File = helpdata.c, Line = 562
  The indicated expression must have an arithmetic type.

        req_append(get_terrain_name(b->terr_gate[i]));
        ^

cc-1032 c99: ERROR File = helpdata.c, Line = 565
  The indicated expression must have an arithmetic type.

        req_append(get_special_name(b->spec_gate[i]));
        ^

3 errors detected in the compilation of "helpdata.c".
gmake[3]: *** [helpdata.o] Error 2
gmake[3]: Leaving directory `/raids/strip2/MIPS/freeciv-2.0.0-beta6/client'


regards
Joerg





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#11892) compile errors freeciv2 beta6 on IRIX 6.5, Joerg Behrens <=