GG List Link Errors

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Post Reply
Message
Author
User avatar
Geoff the Medio
Programming, Design, Admin
Posts: 13587
Joined: Wed Oct 08, 2003 1:33 am
Location: Munich

GG List Link Errors

#1 Post by Geoff the Medio »

I can't seem to avoid these link errors in recent SVN versions...

Code: Select all

6>Link:
6>     Creating library ../../FreeOrion.lib and object ../../FreeOrion.exp
6>FleetWnd.obj : error LNK2001: unresolved external symbol "public: bool __thiscall GG::ListBox::RowPtrIteratorLess::operator()(class std::_List_iterator<class std::_List_val<struct GG::ListBox::Row *,class std::allocator<struct GG::ListBox::Row *> > > const &,class std::_List_iterator<class std::_List_val<struct GG::ListBox::Row *,class std::allocator<struct GG::ListBox::Row *> > > const &)const " (??RRowPtrIteratorLess@ListBox@GG@@QBE_NABV?$_List_iterator@V?$_List_val@PAURow@ListBox@GG@@V?$allocator@PAURow@ListBox@GG@@@std@@@std@@@std@@0@Z)
6>ObjectListWnd.obj : error LNK2001: unresolved external symbol "public: bool __thiscall GG::ListBox::RowPtrIteratorLess::operator()(class std::_List_iterator<class std::_List_val<struct GG::ListBox::Row *,class std::allocator<struct GG::ListBox::Row *> > > const &,class std::_List_iterator<class std::_List_val<struct GG::ListBox::Row *,class std::allocator<struct GG::ListBox::Row *> > > const &)const " (??RRowPtrIteratorLess@ListBox@GG@@QBE_NABV?$_List_iterator@V?$_List_val@PAURow@ListBox@GG@@V?$allocator@PAURow@ListBox@GG@@@std@@@std@@@std@@0@Z)
6>PlayerListWnd.obj : error LNK2001: unresolved external symbol "public: bool __thiscall GG::ListBox::RowPtrIteratorLess::operator()(class std::_List_iterator<class std::_List_val<struct GG::ListBox::Row *,class std::allocator<struct GG::ListBox::Row *> > > const &,class std::_List_iterator<class std::_List_val<struct GG::ListBox::Row *,class std::allocator<struct GG::ListBox::Row *> > > const &)const " (??RRowPtrIteratorLess@ListBox@GG@@QBE_NABV?$_List_iterator@V?$_List_val@PAURow@ListBox@GG@@V?$allocator@PAURow@ListBox@GG@@@std@@@std@@@std@@0@Z)
6>../../FreeOrion.exe : fatal error LNK1120: 1 unresolved externals

User avatar
adrian_broher
Programmer
Posts: 1156
Joined: Fri Mar 01, 2013 9:52 am
Location: Germany

Re: GG List Link Errors

#2 Post by adrian_broher »

Should be fixed in r7440.
Resident code gremlin
Attached patches are released under GPL 2.0 or later.
Git author: Marcel Metz

Post Reply