<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Remove CreateTextFromNode methods"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=38885#c28">Comment # 28</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Remove CreateTextFromNode methods"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=38885">bug 38885</a>
              from <span class="vcard"><a class="email" href="mailto:abhishek.iitkgp23@gmail.com" title="Abhishek <abhishek.iitkgp23@gmail.com>"> <span class="fn">Abhishek</span></a>
</span></b>
        <pre>(In reply to Julien Nabet from <a href="show_bug.cgi?id=38885#c27">comment #27</a>)
<span class="quote">> (In reply to Abhishek from <a href="show_bug.cgi?id=38885#c25">comment #25</a>)
> > 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.</span >

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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>