Re: windows build with precompiled headers broken

2018-08-05 Thread Don Lewis
It doesn't appear to be a problem with the source code. I tried building some older revisions that I was previously able to build and got the same errors. The other thing that changed is that I am now using a different Windows 7 VM than I was using before. I'm currently stumped. On 5 Aug, Matt

Re: windows build with precompiled headers broken

2018-08-05 Thread Matthias Seidel
Hi Don, I have never built with --enable-pch. But it may be related to Damjans gbuild transition. Building without this switch is successful. Regards,    Matthias Am 04.08.2018 um 21:35 schrieb Don Lewis: > Something changed in the last few months to break Windows build with the > --enable-pc

windows build with precompiled headers broken

2018-08-04 Thread Don Lewis
Something changed in the last few months to break Windows build with the --enable-pch configure option. Both the basebmp and tools modules fail to build. In both cases the missing symbols appear to come from basegfx. [ build LNK ] Library/ibasebmp.lib R=c:/aoo/aoo-trunk && O=$R/main/solver/420/w

Re: Precompiled headers

2014-01-21 Thread Issac Goldstand
On 21/01/2014 13:56, Andre Fischer wrote: > On 21.01.2014 09:25, Issac Goldstand wrote: >> On 21/01/2014 10:09, Andre Fischer wrote: >>> On 21.01.2014 08:57, Andre Fischer wrote: >>>> Yesterday I was asked whether the use of precompiled headers had any >>>

Re: Precompiled headers

2014-01-21 Thread Andre Fischer
On 21.01.2014 09:25, Issac Goldstand wrote: On 21/01/2014 10:09, Andre Fischer wrote: On 21.01.2014 08:57, Andre Fischer wrote: Yesterday I was asked whether the use of precompiled headers had any benefit on the compilation speed. I thought the answer would be yes but I was not sure. So I

Re: Precompiled headers

2014-01-21 Thread Issac Goldstand
On 21/01/2014 10:09, Andre Fischer wrote: > On 21.01.2014 08:57, Andre Fischer wrote: >> Yesterday I was asked whether the use of precompiled headers had any >> benefit on the compilation speed. I thought the answer would be yes >> but I was not sure. So I did some tests.

Re: Precompiled headers

2014-01-21 Thread Andre Fischer
On 21.01.2014 08:57, Andre Fischer wrote: Yesterday I was asked whether the use of precompiled headers had any benefit on the compilation speed. I thought the answer would be yes but I was not sure. So I did some tests. And the difference is huge. I compiled sw/ with make -sr -j8 on

Re: Precompiled headers

2014-01-21 Thread Oliver-Rainer Wittmann
Hi, On 21.01.2014 08:57, Andre Fischer wrote: Yesterday I was asked whether the use of precompiled headers had any benefit on the compilation speed. I thought the answer would be yes but I was not sure. So I did some tests. And the difference is huge. I compiled sw/ with make -sr -j8

Precompiled headers

2014-01-20 Thread Andre Fischer
Yesterday I was asked whether the use of precompiled headers had any benefit on the compilation speed. I thought the answer would be yes but I was not sure. So I did some tests. And the difference is huge. I compiled sw/ with make -sr -j8 on a i7 s2720 (2.2GHz), 8GB Ram laptop