linker error

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
User avatar
Raziel
ScummVM Porter
Posts: 1517
Joined: Tue Oct 25, 2005 8:27 am
Location: a dying planet

linker error

Post by Raziel »

I get a strange error on statically linking scummvm recently (I know it worked before the 2.1.1 release)

Code: Select all

    LINK     scummvm
engines/scumm/libscumm.a(scumm.o): In function `Scumm::ScummEngine::errorString(char const*, char*, int)':
engines/scumm/scumm.cpp:2884: undefined reference to `Scumm::Player_HE::Player_HE(Scumm::ScummEngine*)'
gmake: *** [scummvm] Error 1
Only the SDL1 and OGLES builds are affected though, SDL2 is fine.

They both share the same (uptodate) code base with no local changes and i already did a gmake clean and configure beforehand.

Anyone has any idea?

Thanks in advance
User avatar
rootfather
ScummVM Lead
Posts: 173
Joined: Tue Mar 31, 2015 11:59 am
Location: Germany
Contact:

Re: linker error

Post by rootfather »

Could you reach out to bugs.scummvm.org? I'm afraid it's too easy for your issue to get lost in the forums.
User avatar
Raziel
ScummVM Porter
Posts: 1517
Joined: Tue Oct 25, 2005 8:27 am
Location: a dying planet

Re: linker error

Post by Raziel »

@rootfather

Fixed by another clean (distclean this time)
Post Reply