[Scummvm-tracker] [ScummVM] #10585: TOOLS: Compiler error in prince engine
Adrian Frühwirth
trac at scummvm.org
Mon Jul 2 15:53:58 CEST 2018
#10585: TOOLS: Compiler error in prince engine
----------------------+----------------------------
Reporter: raziel- | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Prince
Resolution: | Keywords:
Game: |
----------------------+----------------------------
Comment (by bonki):
Mea culpa, seeing your logs now I understand that I had totally missed
that your report concerns the tools, not the main tree.
I can confirm that compiling with C++11 support disabled is broken right
now because of this. Since the offending code has been copied directly
from the main tree and should remain in sync it doesn't seem a good idea
to change it to not use {{{nullptr}}}, instead we should just add
{{{c++11-compat.h}}} to TOOLS.
Not having looked at the status quo yet I'm not sure, off the top of my
head, if we can sync over {{{common/scummsys.h}}} as well as
{{{common/c++11-compat.h}}} from the main tree as they are or if there are
changes in {{{scummsys.h}}} specific to the tools and only
{{{c++11-compat.h}}} should be added and included in the existing
{{{scummsys.h}}} without touching it further. I'll have a look at this
later.
Thanks for reporting!
--
Ticket URL: <https://bugs.scummvm.org/ticket/10585#comment:5>
ScummVM <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list