[ scummvm-Bugs-2891590 ] ScummVM does not compile with VC++ Express

SourceForge.net noreply at sourceforge.net
Wed Nov 4 01:53:18 CET 2009


Bugs item #2891590, was opened at 2009-11-03 18:53
Message generated for change (Tracker Item Submitted) made by quietust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2891590&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compiler error
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Quietust (quietust)
Assigned to: Nobody/Anonymous (nobody)
Summary: ScummVM does not compile with VC++ Express

Initial Comment:
When attempting to build ScummVM using Visual C++ 2008 Express, compilation fails at the end with the error "LINK : fatal error LNK1104: cannot open file 'LIBC.lib'", since the static version of LIBC is not available with the Express edition.
Adding libc.lib to the IgnoreDefaultLibraryNames list for VCLinkerTool in ScummVM_Global.vsprops allows it to build successfully, though I don't know if this would impact the ability to compile using the full version of Visual C++ 2008 - if it does, perhaps an additional flag for the create_msvc tool could be added to request the creation of Express-compatible project files.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2891590&group_id=37116




More information about the Scummvm-tracker mailing list