Main > Software Forum

hiscore diff (with no nag/white box removal)

<< < (213/250) > >>

abelenki:

--- 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 ---

MomoneDk:
Finally, and only with mame compiler, i can compile mame when diff hi172 is applied.
I don't like that, i prefer without mame compiler  :(

But, for mame compiler when i click on go the first time i have this error after 3 seconds (tried 3 times, always this error) :
make[1]: Leaving directory `D:/buildtools170/msys64/src/3rdparty/genie/build/gmake.windows'

And when i click again on "go", the compilation works  and finish....

MKChamp:

--- 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...

abelenki:

--- 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 ---

EMDB:
The original patch worked just fine with the 0172 sources and the latest MC64 2.0.171 without any error or even the need to restart the compilation...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version