[Scummvm-tracker] [ScummVM] #10154: MSVC 2015 - SCI does not build, STATIC_ASSERT broken?

Paul Gilbert trac at scummvm.org
Mon Aug 21 16:42:23 CEST 2017


#10154: MSVC 2015 - SCI does not build, STATIC_ASSERT broken?
-----------------------+-------------------------
  Reporter:  quietust  |      Owner:  (none)
      Type:  defect    |     Status:  new
  Priority:  normal    |  Component:  Engine: SCI
Resolution:            |   Keywords:
      Game:            |
-----------------------+-------------------------

Comment (by dreammaster):

 That sounds weird. I build with Visual Studio 2015, and I've never had
 such issues with linking in the SCI engine. A few things I can suggest:
 1) make sure you're using the dists/msvc14 folder to build the solution,
 not msvc15, since that's a VS2017 solution
 2) Check if you're using Debug/Win32 as the target. I at least that that
 target works with the scummvm_libs zip file we provide. Not sure about the
 other targets off the top of my head.

 If you still have problems, try changing all the lines calling
 create_project in the dists/msvc14/create_msvc14.bat file to add in a
 --disable-engine=sci
 See it compiles afterwards. Presuming that you're not building ScummVM
 specifically to poke around the SCI engine, that would at least hopefully
 let you bypass the problem you're having and run the executable.

--
Ticket URL: <https://bugs.scummvm.org/ticket/10154#comment:1>
ScummVM <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list