<div dir="ltr"><div dir="ltr">Hello LO friends,<br><br>I have the following build problem<br><br>[CMP] sw/util/sw<br>[DEP] LNK:Library/libswuilo.so<br>[LNK] Library/libswuilo.so<br>[DEP] LNK:Library/libvbaswobjlo.so<br>[LNK] Library/libvbaswobjlo.so<br>/home/lo/Dev/LO1/core/workdir/CxxObject/sw/source/ui/vba/vbarevision.o(.debug_addr+0x398): error: undefined reference to 'SwFormat::GetName() const'<br>/home/lo/Dev/LO1/core/workdir/CxxObject/sw/source/ui/vba/vbarevision.o(.debug_addr+0x5c0): error: undefined reference to 'SwFormat::Which() const'<br>/home/lo/Dev/LO1/core/workdir/CxxObject/sw/source/ui/vba/vbasections.o(.debug_addr+0x1048): error: undefined reference to 'SwFormat::Which() const'<br>/home/lo/Dev/LO1/core/workdir/CxxObject/sw/source/ui/vba/vbasections.o(.debug_addr+0x12c8): error: undefined reference to 'SwFormat::GetName() const'<br>/home/lo/Dev/LO1/core/workdir/CxxObject/sw/source/ui/vba/vbadocumentproperties.o(.debug_addr+0x1b68): error: undefined reference to 'SwFormat::Which() const'<br>/home/lo/Dev/LO1/core/workdir/CxxObject/sw/source/ui/vba/vbadocumentproperties.o(.debug_addr+0x20f0): error: undefined reference to 'SwFormat::GetName() const'<br>/home/lo/Dev/LO1/core/workdir/CxxObject/sw/source/ui/vba/vbaselection.o(.debug_addr+0x7d8): error: undefined reference to 'SwFormat::GetName() const'<br>/home/lo/Dev/LO1/core/workdir/CxxObject/sw/source/ui/vba/vbaselection.o(.debug_addr+0x12d0): error: undefined reference to 'SwFormat::Which() const'<br>collect2: error: ld returned 1 exit status<br>/home/lo/Dev/LO1/core/sw/Library_vbaswobj.mk:20: recipe for target '/home/lo/Dev/LO1/core/instdir/program/libvbaswobjlo.so' failed<br>make[1]: *** [/home/lo/Dev/LO1/core/instdir/program/libvbaswobjlo.so] Error 1<br>make[1]: *** Waiting for unfinished jobs....<br>Makefile:282: recipe for target 'build' failed<br>make: *** [build] Error 2<br><br>I have done several ./g pull -r over the past week in hope that this was only a temporary problem.<br></div><div dir="ltr"><br></div><div dir="ltr">Here is the content of my autogen.lastrun<br>--enable-debug<br>--without-myspell-dicts<br>--without-doxygen<br>--without-java<br>--without-help<br><br>Same error when trying the following<br><br>./autogen.sh<br>make clean <br>make<br><br>ccache --clear<br>./autogen.sh<br>make clean<br>make<br><br>GNU C Compiler version 7.1.0 (Ubuntu 7.1.0-10ubuntu1~16.04.york0)<br></div></div>