Re: Updated dictionaries (Portuguese/English)

2017-07-02 Thread Marcus
Am 30.06.2017 um 17:11 schrieb Matthias Seidel: Meanwhile the Portuguese and the English dictionaries were updated. I committed to trunk. But for the 4.1.4 branch should we reopen https://bz.apache.org/ooo/show_bug.cgi?id=127341 ? sure, that's the purpose of the issue. Marcus

Re: problems building trunk on Windows

2017-07-02 Thread Don Lewis
On 1 Jul, To: dev@openoffice.apache.org wrote: > Has anyone build recent versions of trunk on Windows? I'm running into > some problems that I haven't encountered before. The first is that the > sal module fails to build because it can't find gtest.h. I was able to > work around that by adding

Re: Re[2]: Building OO

2017-07-02 Thread Damjan Jovanovic
I just succeeded in building trunk with: 32 bit VirtualBox VM Windows XP SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" ./configure --with-frame-home="$SDK_PATH" --with-psdk-home="$SDK_PATH" --with-midl-path="$SDK_PATH/bin" --with-ant-home="/cygdrive/c/apache-ant-1.9.6"

Re: problems building trunk on Windows

2017-07-02 Thread Damjan Jovanovic
Sorry the options didn't have --disable-unit-tests at the end, that got pasted by accident. It was just: SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" ./configure --with-frame-home="$SDK_PATH" --with-psdk-home="$SDK_PATH" --with-midl-path="$SDK_PATH/bin"

Re: problems building trunk on Windows

2017-07-02 Thread Damjan Jovanovic
I successfully built the latest trunk on Windows with the following setup: 32 bit VirtualBox VM Windows XP SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" ./configure --with-frame-home="$SDK_PATH" --with-psdk-home="$SDK_PATH" --with-midl-path="$SDK_PATH/bin"