Opened 7 years ago
Closed 7 years ago
#9992 closed defect (fixed)
MOHAWK: MYST: Build Failure for x86_64-linux-gnu
Reported by: | dafioram | Owned by: | wjp |
---|---|---|---|
Priority: | normal | Component: | Engine: Mohawk |
Version: | Keywords: | ||
Cc: | Game: | Myst |
Description
Tester OS: Ubuntu 64 16.04
When I try to build scummvm 96a1b70 (July 23) on x86_64-linux-gnu the build fails for myst/mohawk. If I disable the mohawk engine scummvm builds successfully. I have tested this on both gcc 5.4.0 (the default for ubuntu 16.04) and 6.3.0 which can be got by adding another toolchain. The result is the same.
If I build all the engines in scummvm 17dd32f (July 16) (96a1b70~100) then it builds fine under gcc 5.4.0.
My configure line was:
./configure --host=x86_64-linux-gnu --disable-all-engines --enable-engine=mohawk
Error: myst.h line 237 cannot convert ‘Mohawk::MystConsole*’ to ‘GUI::Debugger*’
Attachments (1)
Change History (2)
by , 7 years ago
comment:1 by , 7 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks, should be fixed now.
Output of make command