#2004 closed defect (fixed)
CVS is broken
Reported by: | sev- | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | --Other-- |
Version: | Keywords: | ||
Cc: | Game: |
Description
On linker stage:
common/libcommon.a(config-file.o): In function `Common::ConfigFile::hasKey(Common::String const&, Common::String const&) const': /home/sev/projects/scummvm/scummvm/common/config-file.cpp:235: undefined reference to `Common::ConfigFile::Section::hasKey(Common::String const&) const' common/libcommon.a(config-file.o): In function `Common::ConfigFile::removeKey(Common::String const&, Common::String const&)': /home/sev/projects/scummvm/scummvm/common/config-file.cpp:244: undefined reference to `Common::ConfigFile::Section::removeKey(Common::String const&)' common/libcommon.a(config-file.o): In function `Common::ConfigFile::getKey(Common::String const&, Common::String const&, Common::String&) const': /home/sev/projects/scummvm/scummvm/common/config-file.cpp:254: undefined reference to `Common::ConfigFile::Section::getKey(Common::String const&) const' common/libcommon.a(config-file.o): In function `Common::ConfigFile::setKey(Common::String const&, Common::String const&, Common::String const&)': /home/sev/projects/scummvm/scummvm/common/config-file.cpp:279: undefined reference to `Common::ConfigFile::Section::getKey(Common::String const&) const'
Ticket imported from: #1188736. Ticket imported from: bugs/2004.
Change History (6)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Priority: | blocker → normal |
---|
comment:3 by , 20 years ago
Well, no big deal then. Plugin building is not really supported for regular builds anyway.
As a simple workaround, remove the ConfigFile source file from module.mk.
comment:4 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 6 years ago
Component: | --Unset-- → --Other-- |
---|
Correction:
It happens only with --enable-plugins build.