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: 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"

Re: problems building trunk on Windows

2017-07-01 Thread Matthias Seidel
Hi Don, I couldn't build trunk when I tried it recently... But when our Windows buildbots were still intact, they did produce 4.2.0 daily builds. Maybe you can see something in the configuration:

problems building trunk on Windows

2017-07-01 Thread Don Lewis
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 --disable-unit-tests to the configure options. The