All pastes #2051502 Raw Edit

Mine

public text v1 · immutable
#2051502 ·published 2011-04-28 11:45 UTC
rendered paste body
Compiling src/emu/cpu/e132xs/e132xs.c...
src/osd/sdl/debugwin.c: In member function 'virtual void sdl_osd_interface::init_debugger()':
src/osd/sdl/debugwin.c:548: error: ISO C++ forbids taking the address of an unqualified or parenthesized non-static member function to form a pointer to member function.  Say '&sdl_osd_interface::machine'
src/osd/sdl/debugwin.c:548: error: no matching function for call to 'delegate<void(int, xml_data_node*)>::delegate(void (*)(running_machine&, int, xml_data_node*), const char [19], running_machine& (osd_interface::*)()const)'
src/emu/delegate.h:658: note: candidates are: delegate<_ReturnType(_P1Type, _P2Type)>::delegate(const delegate_base<_ReturnType, _P1Type, _P2Type, delegate_param_none, delegate_param_none>&) [with _ReturnType = void, _P1Type = int, _P2Type = xml_data_node*]
src/emu/delegate.h:657: note:                 delegate<_ReturnType(_P1Type, _P2Type)>::delegate() [with _ReturnType = void, _P1Type = int, _P2Type = xml_data_node*]
src/emu/delegate.h:618: note:                 delegate<void(int, xml_data_node*)>::delegate(const delegate<void(int, xml_data_node*)>&)
src/osd/sdl/debugwin.c:548: error: ISO C++ forbids taking the address of an unqualified or parenthesized non-static member function to form a pointer to member function.  Say '&sdl_osd_interface::machine'
src/osd/sdl/debugwin.c:548: error: no matching function for call to 'delegate<void(int, xml_data_node*)>::delegate(void (*)(running_machine&, int, xml_data_node*), const char [19], running_machine& (osd_interface::*)()const)'
src/emu/delegate.h:658: note: candidates are: delegate<_ReturnType(_P1Type, _P2Type)>::delegate(const delegate_base<_ReturnType, _P1Type, _P2Type, delegate_param_none, delegate_param_none>&) [with _ReturnType = void, _P1Type = int, _P2Type = xml_data_node*]
src/emu/delegate.h:657: note:                 delegate<_ReturnType(_P1Type, _P2Type)>::delegate() [with _ReturnType = void, _P1Type = int, _P2Type = xml_data_node*]
src/emu/delegate.h:618: note:                 delegate<void(int, xml_data_node*)>::delegate(const delegate<void(int, xml_data_node*)>&)
make: *** [obj/sdl/mame64/osd/sdl/debugwin.o] Error 1
make: *** Waiting for unfinished jobs....