Windows tinderboxes unresolved external errors

David Ostrovsky david.ostrovsky at gmx.de
Sat Jul 7 14:27:33 PDT 2012


Hi Michael,

i think it has something to do with these commits:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=15f32aac7b874eee5f7b7ebe90f50c31ebd5efac
http://cgit.freedesktop.org/libreoffice/core/commit/?id=67f63a9057c3f3f3bc2aff807426fdf133963524
http://cgit.freedesktop.org/libreoffice/core/commit/?id=2cc9e1614e410e5f70db420122bdbf0601252f89
http://cgit.freedesktop.org/libreoffice/core/commit/?id=bf744412213eb8b78d68e3ede9fa4ac77b4e0422

Regards
David

On 07.07.2012 11:31, Rafael Dominguez wrote:
> Im trying to fix this errors in the windows tinderboxes
>
> templatedlg.o : error LNK2019: unresolved external symbol "public:
> bool __thiscall TemplateFolderView::moveTemplates(class std::set<class
> ThumbnailViewItem const *,struct std::less<class ThumbnailViewItem
> const *>,class std::allocator<class ThumbnailViewItem const *> >
> &,unsigned short,bool)"
> (?moveTemplates at TemplateFolderView@@QAE_NAAV?$set at PBVThumbnailViewItem@@U?$less at PBVThumbnailViewItem@@@std@@V?$allocator at PBVThumbnailViewItem@@@3@@std@@G_N at Z)
> referenced in function "private: long __thiscall
> SfxTemplateManagerDlg::MoveMenuSelectHdl(class Menu *)"
> (?MoveMenuSelectHdl at SfxTemplateManagerDlg@@AAEJPAVMenu@@@Z)
> templatedlg.o : error LNK2019: unresolved external symbol "public:
> void __thiscall ThumbnailView::sortItems(class boost::function<bool
> __cdecl(class ThumbnailViewItem const *,class ThumbnailViewItem const
> *)> const &)" (?sortItems at ThumbnailView@@QAEXABV?$function@$$A6A_NPBVThumbnailViewItem@@0 at Z@boost@@@Z)
> referenced in function "private: long __thiscall
> SfxTemplateManagerDlg::MenuSelectHdl(class Menu *)"
> (?MenuSelectHdl at SfxTemplateManagerDlg@@AAEJPAVMenu@@@Z)
> templatedlg.o : error LNK2019: unresolved external symbol "public:
> void __thiscall TemplateFolderView::sortOverlayItems(class
> boost::function<bool __cdecl(class ThumbnailViewItem const *,class
> ThumbnailViewItem const *)> const &)"
> (?sortOverlayItems at TemplateFolderView@@QAEXABV?$function@$$A6A_NPBVThumbnailViewItem@@0 at Z@boost@@@Z)
> referenced in function "private: long __thiscall
> SfxTemplateManagerDlg::MenuSelectHdl(class Menu *)"
> (?MenuSelectHdl at SfxTemplateManagerDlg@@AAEJPAVMenu@@@Z)
> templatedlg.o : error LNK2019: unresolved external symbol "public:
> class std::vector<struct std::pair<unsigned short,class
> std::vector<class ThumbnailViewItem *,class std::allocator<class
> ThumbnailViewItem *> > >,class std::allocator<struct
> std::pair<unsigned short,class std::vector<class ThumbnailViewItem
> *,class std::allocator<class ThumbnailViewItem *> > > > > __thiscall
> TemplateFolderView::getFilteredItems(class boost::function<bool
> __cdecl(class ThumbnailViewItem const *)> const &)const "
> (?getFilteredItems at TemplateFolderView@@QBE?AV?$vector at U?$pair at GV?$vector at PAVThumbnailViewItem@@V?$allocator at PAVThumbnailViewItem@@@std@@@std@@@std@@V?$allocator at U?$pair at GV?$vector at PAVThumbnailViewItem@@V?$allocator at PAVThumbnailViewItem@@@std@@@std@@@std@@@2@@std@@ABV?$function@$$A6A_NPBVThumbnailViewItem@@@Z at boost@@@Z)
> referenced in function "private: long __thiscall
> SfxTemplateManagerDlg::SearchUpdateHdl(void *)"
> (?SearchUpdateHdl at SfxTemplateManagerDlg@@AAEJPAX at Z)
>   C:/lo/core/workdir/wntmsci12.pro/LinkTarget/Library/sfxlo.dll : fatal
> error LNK1120: 4 unresolved externals
>
> mt.exe : general error c101008d: Failed to write the updated manifest
> to the resource of file
> "C:/lo/core/workdir/wntmsci12.pro/LinkTarget/Library/sfxlo.dll". The
> system cannot find the file specified.
>
> I added a SFX2_DLLPUBLIC to TemplateFolderView class but it didnt
> work, any ideas how to fix this????
>
> Related classes
> http://opengrok.libreoffice.org/xref/core/sfx2/inc/sfx2/thumbnailview.hxx
> http://opengrok.libreoffice.org/xref/core/sfx2/inc/sfx2/templatefolderview.hxx
> http://opengrok.libreoffice.org/xref/core/sfx2/inc/sfx2/thumbnailviewitem.hxx
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice




More information about the LibreOffice mailing list