SVN r7702

I make now a clean compile and get following errors :

Microsoft Windows XP SP3 32-bit
GCC 4.4.3 (20100102) 32-bit


Code
C:\Emulator\Mess\SVN\Bin\mess>make TARGET=mess
Compiling src/osd/winui/mui_util.c...
In file included from src/mess/image.h:17,
                 from src/mess/messopts.h:10,
                 from src/mess/mess.h:13,
                 from src/emu/emu.h:95,
                 from src/osd/winui/mui_util.c:33:
[b]src/mess/softlist.h:22: error: expected unqualified-id before 'struct'
src/mess/softlist.h:22: error: expected ';' before 'struct'[/b]
In file included from src/mess/image.h:17,
                 from src/mess/messopts.h:10,
                 from src/mess/mess.h:13,
                 from src/emu/emu.h:95,
                 from src/osd/winui/mui_util.c:33:
[b]src/mess/softlist.h:53: error: expected ',' or '...' before 'struct'
make: *** [obj/windows/mess/osd/winui/mui_util.o] Error 1[/b]

C:\Emulator\Mess\SVN\Bin\mess>make TARGET=mess tools
Compiling src/mess/tools/imgtool/main.c...
In file included from src/mess/image.h:17,
                 from src/mess/messopts.h:10,
                 from src/mess/mess.h:13,
                 from src/emu/emu.h:95,
                 from src/mess/tools/imgtool/main.c:19:
[b]src/mess/softlist.h:22: error: expected unqualified-id before 'struct'
src/mess/softlist.h:22: error: expected ';' before 'struct'[/b]
In file included from src/mess/image.h:17,
                 from src/mess/messopts.h:10,
                 from src/mess/mess.h:13,
                 from src/emu/emu.h:95,
                 from src/mess/tools/imgtool/main.c:19:
src/mess/softlist.h:53: error: expected ',' or '...' before 'struct'
[b]make: *** [obj/windows/mess/mess/tools/imgtool/main.o] Error 1[/b]

judge, can you check your last compile error fix again, please ?

Last edited by Anna Wu; 04/04/10 06:27 PM.