[Libreoffice-bugs] [Bug 38885] Remove CreateTextFromNode methods

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 3 22:38:54 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=38885

--- Comment #28 from Abhishek <abhishek.iitkgp23 at gmail.com> ---
(In reply to Julien Nabet from comment #27)
> (In reply to Abhishek from comment #25)
> > In my submitted patch there are some error messages such as "undefined
> > references for function SmNodeToTextVisitor " but they are not showing where
> > exactly the error is occuring? Please Help!
> 
> On your local sources, type:
> git pull -r
> 
> then try again to build starmath module.

I have removed all the warning messages but there are still undefined
refernces.
Sorry for irrelevant commit.
My current error message is

/home/abhishek/core/workdir/CxxObject/starmath/source/node.o:(.data.rel.ro._ZTV6SmNode[_ZTV6SmNode]+0x50):
undefined reference to `SmNode::SmNodeToTextVisitor(SmNode*, rtl::OUString&)'
/home/abhishek/core/workdir/CxxObject/starmath/source/node.o:(.data.rel.ro._ZTV15SmStructureNode[_ZTV15SmStructureNode]+0x50):
undefined reference to `SmStructureNode::SmNodeToTextVisitor(SmNode*,
rtl::OUString&)'
/home/abhishek/core/workdir/CxxObject/starmath/source/node.o:(.data.rel.ro._ZTV13SmVisibleNode[_ZTV13SmVisibleNode]+0x50):
undefined reference to `SmNode::SmNodeToTextVisitor(SmNode*, rtl::OUString&)'
/home/abhishek/core/workdir/CxxObject/starmath/source/node.o:(.data.rel.ro._ZTV13SmGraphicNode[_ZTV13SmGraphicNode]+0x50):
undefined reference to `SmNode::SmNodeToTextVisitor(SmNode*, rtl::OUString&)'
/home/abhishek/core/workdir/CxxObject/starmath/source/node.o:(.data.rel.ro._ZTV11SmTableNode[_ZTV11SmTableNode]+0x50):
undefined reference to `SmStructureNode::SmNodeToTextVisitor(SmNode*,
rtl::OUString&)'
/home/abhishek/core/workdir/CxxObject/starmath/source/node.o:(.data.rel.ro._ZTV10SmLineNode[_ZTV10SmLineNode]+0x50):
undefined reference to `SmStructureNode::SmNodeToTextVisitor(SmNode*,
rtl::OUString&)'
/home/abhishek/core/workdir/CxxObject/starmath/source/node.o:(.data.rel.ro._ZTV11SmUnHorNode[_ZTV11SmUnHorNode]+0x50):
undefined reference to `SmStructureNode::SmNodeToTextVisitor(SmNode*,
rtl::OUString&)'
/home/abhishek/core/workdir/CxxObject/starmath/source/node.o:(.data.rel.ro._ZTV12SmBinHorNode[_ZTV12SmBinHorNode]+0x50):
undefined reference to `SmStructureNode::SmNodeToTextVisitor(SmNode*,
rtl::OUString&)'
/home/abhishek/core/workdir/CxxObject/starmath/source/node.o:(.data.rel.ro._ZTV17SmBinDiagonalNode[_ZTV17SmBinDiagonalNode]+0x50):
undefined reference to `SmStructureNode::SmNodeToTextVisitor(SmNode*,
rtl::OUString&)'
/home/abhishek/core/workdir/CxxObject/starmath/source/node.o:(.data.rel.ro._ZTV15SmBracebodyNode[_ZTV15SmBracebodyNode]+0x50):
more undefined references to `SmStructureNode::SmNodeToTextVisitor(SmNode*,
rtl::OUString&)' follow
/home/abhishek/core/workdir/CxxObject/starmath/source/node.o:(.data.rel.ro._ZTV14SmPolyLineNode[_ZTV14SmPolyLineNode]+0x50):
undefined reference to `SmNode::SmNodeToTextVisitor(SmNode*, rtl::OUString&)'
collect2: error: ld returned 1 exit status
/home/abhishek/core/starmath/Library_sm.mk:10: recipe for target
'/home/abhishek/core/instdir/program/libsmlo.so' failed
make: *** [/home/abhishek/core/instdir/program/libsmlo.so] Error 1

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200303/8c3b9784/attachment.htm>


More information about the Libreoffice-bugs mailing list