On Thursday 13 of December 2012, Noel Grandin wrote:
Hi
I seem to have triggered a problem on the windows tinderbox, but I'm
struggling to understand why.
The error on the tinderbox looks like:
C:/cygwin/home/tinderbox/master-build/workdir/wntmsci13.pro/LinkTarget/Libr
ary/iembobj.exp docholder.o : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: long __thiscall
Rectangle::GetHeight(void)const " (__imp_?GetHeight@Rectangle@@QBEJXZ)
referenced in function
__catch$?GetDocFrame@DocumentHolder@@AAE?AV?$Reference@VXFrame@frame@star@s
un@com@@@uno@star@sun@com@@XZ$0
Firstly, there seems to be a missing inline statement in the class
header section.
That's not needed actually.
Secondly, given that there __is__ an inline modifier, why would the
windows compiler be trying to link this function externally?
The compiler is not required to inline, the keyword is just a hint.
I'm not a Windows expert, but it looks like it is required on Windows to pass
every used library to the link command, and this problem exists because
embedobj does not link the tools library, and you've just introduced usage of
it. I've pushed a fix for this.
--
Lubos Lunak
l.lunak@suse.cz
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.