Compiling the new svn10986 gives this:
Code
make TARGET=mess OSD=winui
Compiling src/osd/winui/dialog.c...
src/osd/winui/dialog.c: In function 'void seqselect_settext(HWND__*)':
src/osd/winui/dialog.c:1067: error: invalid initialization of reference of type
'running_machine&' from expression of type 'running_machine*'
src/emu/inputseq.h:94: error: in passing argument 1 of 'astring& input_seq_name(
running_machine&, astring&, const input_seq*)'
src/osd/winui/dialog.c: In function 'void seqselect_start_read_from_main_thread(
void*)':
src/osd/winui/dialog.c:1113: error: invalid initialization of reference of type
'running_machine&' from expression of type 'running_machine*'
src/osd/windows/window.h:160: error: in passing argument 1 of 'int winwindow_ui_
is_paused(running_machine&)'
src/osd/winui/dialog.c:1115: error: invalid initialization of reference of type
'running_machine&' from expression of type 'running_machine*'
src/osd/windows/window.h:159: error: in passing argument 1 of 'void winwindow_ui
_pause_from_main_thread(running_machine&, int)'
src/osd/winui/dialog.c:1126: error: invalid initialization of reference of type
'running_machine&' from expression of type 'running_machine*'
src/emu/inputseq.h:84: error: in passing argument 1 of 'void input_seq_poll_star
t(running_machine&, input_item_class, const input_seq*)'
src/osd/winui/dialog.c:1131: error: invalid initialization of reference of type
'running_machine&' from expression of type 'running_machine*'
src/emu/inputseq.h:87: error: in passing argument 1 of 'int input_seq_poll(runni
ng_machine&, input_seq*)'
src/osd/winui/dialog.c:1143: error: invalid initialization of reference of type
'running_machine&' from expression of type 'running_machine*'
src/osd/windows/window.h:159: error: in passing argument 1 of 'void winwindow_ui
_pause_from_main_thread(running_machine&, int)'
src/osd/winui/dialog.c: In function 'void before_display_dialog(running_machine*
)':
src/osd/winui/dialog.c:1602: error: invalid initialization of reference of type
'running_machine&' from expression of type 'running_machine*'
src/osd/windows/window.h:158: error: in passing argument 1 of 'void winwindow_ui
_pause_from_window_thread(running_machine&, int)'
src/osd/winui/dialog.c: In function 'void after_display_dialog(running_machine*)
':
src/osd/winui/dialog.c:1613: error: invalid initialization of reference of type
'running_machine&' from expression of type 'running_machine*'
src/osd/windows/window.h:158: error: in passing argument 1 of 'void winwindow_ui
_pause_from_window_thread(running_machine&, int)'
make: *** [obj/winui/mess/osd/winui/dialog.o] Error 1

EDIT: compiling it without wunui switch gives this:
Code
src/osd/windows/winfile.c: In function 'DWORD create_path_recursive(const TCHAR*
)':
src/osd/windows/winfile.c:358:8: error: variable 'filerr' set but not used [-Wer
ror=unused-but-set-variable]
cc1plus.exe: all warnings being treated as errors

make: *** [obj/windows/mess/osd/windows/winfile.o] Error 1

Last edited by Kaylee; 03/30/11 04:40 PM.