Opened 19 years ago

Closed 19 years ago

Last modified 5 years ago

#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 sev-, 19 years ago

Correction:

It happens only with --enable-plugins build.

comment:2 by fingolfin, 19 years ago

Priority: blockernormal

comment:3 by fingolfin, 19 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 sev-, 19 years ago

Resolution: fixed
Status: newclosed

comment:5 by sev-, 19 years ago

Neverthless it is fixed now, thanks.

comment:6 by digitall, 5 years ago

Component: --Unset----Other--
Note: See TracTickets for help on using tickets.