Main > Software Forum
hiscore diff (with no nag/white box removal)
airix:
--- Quote from: MKChamp on April 01, 2016, 10:16:29 am ---
--- Quote from: abelenki on April 01, 2016, 07:01:24 am ---
--- Quote from: MKChamp on March 31, 2016, 11:44:48 am ---Can you guys check the whole compile log and send any and all warnings/errors?
--- End quote ---
here are mine:
--- Code: ---Compiling src/emu/ui/dsplmenu.cpp...
In file included from ../../../../../src/osd/../osd/windows/winmain.h:14:0,
from ../../../../../src/emu/ui/dsplmenu.cpp:19:
../../../../../src/osd/modules/lib/osdobj_common.h:175:16: error: 'virtual void osd_common_t::update_hi(bool)' can
be marked override [-Werror=suggest-override]
virtual void update_hi(bool skip_redraw);
^
In file included from ../../../../../src/emu/ui/dsplmenu.cpp:19:0:
../../../../../src/osd/../osd/windows/winmain.h:302:16: error: 'virtual void windows_osd_interface::update_hi(bool
)' can be marked override [-Werror=suggest-override]
virtual void update_hi(bool skip_redraw);
^
cc1plus.exe: all warnings being treated as errors
emu.make:1648: recipe for target '../../../../mingw-gcc/obj/x64/Release/src/emu/ui/dsplmenu.o' failed
make[2]: *** [../../../../mingw-gcc/obj/x64/Release/src/emu/ui/dsplmenu.o] Error 1
makefile:79: recipe for target 'emu' failed
make[1]: *** [emu] Error 2
makefile:879: recipe for target 'windows_x64' failed
make: *** [windows_x64] Error 2
--- End code ---
--- End quote ---
Ok...I believe it is now fixed...
--- End quote ---
That patch worked just fine on linux_x64, compiles with no errors and runs fine.
Thanks for the quick changes!
MKChamp:
--- Quote from: abelenki on April 01, 2016, 12:08:23 pm ---
--- Quote from: MKChamp on April 01, 2016, 10:16:29 am ---Ok...I believe it is now fixed...
--- End quote ---
thanks, MKChamp, but i got another similar error with new patch:
--- Code: ---Compiling src/emu/ui/dsplmenu.cpp...
In file included from ../../../../../src/emu/ui/dsplmenu.cpp:19:0:
../../../../../src/osd/../osd/windows/winmain.h:302:16: error: 'virtual void windows_osd_interface::update_hi(bool
)' can be marked override [-Werror=suggest-override]
virtual void update_hi(bool skip_redraw);
^
cc1plus.exe: all warnings being treated as errors
emu.make:1648: recipe for target '../../../../mingw-gcc/obj/x64/Release/src/emu/ui/dsplmenu.o' failed
make[2]: *** [../../../../mingw-gcc/obj/x64/Release/src/emu/ui/dsplmenu.o] Error 1
makefile:79: recipe for target 'emu' failed
make[1]: *** [emu] Error 2
makefile:879: recipe for target 'windows_x64' failed
make: *** [windows_x64] Error 2
--- End code ---
--- End quote ---
OK..OK...This one SHOULD WORK I promise! ;D
abelenki:
--- Quote from: MKChamp on April 01, 2016, 04:29:31 pm ---OK..OK...This one SHOULD WORK I promise! ;D
--- End quote ---
thank you, MKChamp!! it works perfectly now. much appreciated.
there are two warnings because of two tabs in the last line. i removed them, so it's perfect now.
MKChamp:
--- Quote from: abelenki on April 01, 2016, 09:59:39 pm ---
--- Quote from: MKChamp on April 01, 2016, 04:29:31 pm ---OK..OK...This one SHOULD WORK I promise! ;D
--- End quote ---
thank you, MKChamp!! it works perfectly now. much appreciated.
there are two warnings because of two tabs in the last line. i removed them, so it's perfect now. ;) i'm attaching fixed diff to the post.
--- End quote ---
Great! Uploaded to main page!
abelenki:
--- Quote from: MKChamp on April 02, 2016, 04:08:27 pm ---Great! Uploaded to main page!
--- End quote ---
cool, thanks!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version