<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Hi Eike,</div><div class="gmail_quote"><br></div><div class="gmail_quote">On Fri, Jul 24, 2015 at 1:03 PM, Eike Rathke <span dir="ltr"><<a href="mailto:erack@redhat.com" target="_blank">erack@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi Dashamir,<br>
<span class=""><br>
On Thursday, 2015-07-23 18:42:23 +0200, Dashamir Hoxha wrote:<br>
<br>
> /compile/libreoffice-5-0/workdir/CxxObject/svtools/source/dialogs/prnsetup.o:<br>
> In function `PrinterSetupDialog::ImplPropertiesHdl(void*)':<br>
> prnsetup.cxx:(.text+0x1e67): undefined reference to<br>
> `Printer::Setup(vcl::Window*)'<br>
> prnsetup.cxx:(.text+0x1ee5): undefined reference to<br>
> `Printer::Setup(vcl::Window*)'<br>
<br>
</span>indeed  include/vcl/print.hxx declares<br>
<br>
    Setup( vcl::Window* pWindow = NULL, bool bPapersizeFromSetup = false);<br>
<br>
since 6779b46796c93cbb4293a400f57c29e8ae85811b on branch libreoffice-5-0 of Jul-7<br>
so workdir/CxxObject/svtools/source/dialogs/prnsetup.o should had been<br>
build with a reference to a two parameter Printer::Setup() as well.<br>
<br>
Are you mixing sources or builds of different checkouts somehow?<br></blockquote><div><br></div><div>I have tried to compile libreoffice-4-4-4 before, and maybe I forgot to cleanup properly.</div><div>I use this script to cleanup git:</div><div> - <a href="https://github.com/FreeSoft-AL/libreoffice-compile/blob/master/compile/git-clean.sh">https://github.com/FreeSoft-AL/libreoffice-compile/blob/master/compile/git-clean.sh</a></div><div>(because I didn't know about `g`)</div><div><br></div><div>I will try it again and I will let you know.</div><div><br></div><div>Thanks,</div><div>Dashamir</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Excute  ./g pull -r  in your source tree and then make.<br>
<span class=""><font color="#888888"><br>
  Eike<br>
<br>
--<br>
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.<br>
GPG key "ID" 0x65632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A<br>
Better use 64-bit 0x6A6CD5B765632D3A here is why: <a href="https://evil32.com/" rel="noreferrer" target="_blank">https://evil32.com/</a><br>
Care about Free Software, support the FSFE <a href="https://fsfe.org/support/?erack" rel="noreferrer" target="_blank">https://fsfe.org/support/?erack</a><br>
</font></span></blockquote></div><br></div></div>