While compiling trunk #649 for A590, A620, A630 and ixus70
----------------------------------------------------------------------
(from gcc 4.3.2 error log)
gui.c: In function 'gui_redraw':
gui.c:2138: warning: suggest parentheses around comparison in operand of !=
gui.c:2138
if (gui_mode != GUI_MODE_REVERSI && gui_mode != GUI_MODE_SOKOBAN && gui_mode != GUI_MODE_4WINS != GUI_MODE_MASTERMIND)
i suppose there's a '&& gui_mode' missing before the last '!=', no ?
--------------------------------------------------------------------------------------------------------------------------------------------
Also, with both GCC 3.4.6 & 4.3.2 i get:
(from either gcc error log, only on compiles for A620 & 630)
/bin/sh: line 5: stubs_auto.S: Permission denied
... so #649
does not build for A620 and 630
wim
edit: in my last compile before this, #645, these warnings/errors were not present.