HI I get the Following compile errors:

Quote
C:\mingw\mess>make all TARGET=mess
Compiling src/mess/osd/winui/messui.c...
src/mess/osd/winui/messui.c: In function 'void MyFillSoftwareList(int, WINBOOL)'
:
src/mess/osd/winui/messui.c:463: error: 'software_list_first' was not declared i
n this scope
src/mess/osd/winui/messui.c:463: error: 'software_list_next' was not declared in
this scope
make: *** [obj/windows/mess/mess/osd/winui/messui.o] Error 1

C:\mingw\mess>

Last edited by Kaylee; 07/04/10 04:46 PM.