[ scummvm-Bugs-2144834 ] Linking fails when disabling certain engines

SourceForge.net noreply at sourceforge.net
Fri Oct 3 20:33:41 CEST 2008


Bugs item #2144834, was opened at 2008-10-03 20:33
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2144834&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: Unknown Crash/Other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Torbjrn Andersson (eriktorbjorn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Linking fails when disabling certain engines

Initial Comment:
Latest ScummVM SVN snapshot
Unstable Debian (Linux)

If I disable the SCUMM and AGOS engines, I can no longer build ScummVM. (I don't usually disable engines like that, but it's occasionally useful, e.g. when doing regression testing.)

To clarify, --disable-scumm and --disable-agos were the only configuration options I used. The linker claims that:

backends/libbackends.a(compressed-saves.o): In function `wrapOutSaveFile(Common::WriteStream*)':
/home/d91tan/src/CVS/scummvm+test/backends/saves/compressed/compressed-saves.cpp:35: undefined reference to `Common::wrapCompressedWriteStream(Common::WriteStream*)'
backends/libbackends.a(compressed-saves.o): In function `wrapInSaveFile(Common::SeekableReadStream*)':
/home/d91tan/src/CVS/scummvm+test/backends/saves/compressed/compressed-saves.cpp:31: undefined reference to `Common::wrapCompressedReadStream(Common::SeekableReadStream*)'
collect2: ld returned 1 exit status
make: *** [scummvm] Error 1


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

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




More information about the Scummvm-tracker mailing list