[quake3] SVN_1171 fails to compile

Tony J. White tjw at webteam.net
Mon Sep 10 10:15:26 EDT 2007


On Sat, Sep 08, 2007 at 02:13:22PM -0400, Henry Garcia wrote:
>    Fails in Linux and MinGW
> 
>      SHLIB_CC code/cgame/cg_main.c
>      code/cgame/cg_main.c:89: error: `MAX_ITEMSV' undeclared here (not in a
>      function)
>      code/cgame/cg_main.c:89: error: storage size of `cg_items' isn't known
>      make-3.79.1.exe[2]: ***

Line 89 of cg_main.c in SVN is: 

itemInfo_t                      cg_items[MAX_ITEMS];

Maybe a 'svn revert' is in order?

-Tony



More information about the quake3 mailing list