Re: Build error on Windows

2018-10-10 Thread Kaganski Mike
On 10/10/2018 8:57 PM, Jan-Marek Glogowski wrote: > I did my build without specifying an SDK, so this uses the newest one on the > system (from VS 2017). > I simply removed all dependencies and added libraries, until linking didn't > fail anymore. > Mike added shlwapi in commit 095caf5c7501 ("Res

Re: Build error on Windows

2018-10-10 Thread Jan-Marek Glogowski
Am 10.10.2018 um 11:05 schrieb Kaganski Mike: > On 10/10/2018 12:02 PM, Stephan Bergmann wrote: >> Looks like a bug in >> >> >> "Implement Windows VCL backend as plugin", which removed the shlwapi

Re: Build error on Windows

2018-10-10 Thread Gabor Kelemen
Hi Mike This is it! So far the build was configured[1] as: --with-windows-SDK=8.1 Since this did compile and it was enough for us, so we moved along. We should be able to produce working builds for Win7, but we have no other strong requrement or preference for this option. Now this is broken, bu

Re: Build error on Windows

2018-10-10 Thread Kaganski Mike
On 10/10/2018 12:02 PM, Stephan Bergmann wrote: > Looks like a bug in > > > "Implement Windows VCL backend as plugin", which removed the shlwapi > dependency from vcl/Library_vcl.mk but didn't ad

Re: Build error on Windows

2018-10-10 Thread Stephan Bergmann
On 10/10/2018 09:58, Gabor Kelemen wrote: [build DEP] LNK:Library/dbmmlo.dll    Creating library D:/LibreOffice/core/workdir/LinkTarget/Library/isubsequenttest.lib and object D:/LibreOffice/core/workdir/LinkTarget/Library/isubsequenttest.exp [build LNK] Library/dbmmlo.dll [build DEP] LNK:Libr

Re: Build error on Windows

2018-10-10 Thread Kaganski Mike
Hi Gabor, On 10/10/2018 10:58 AM, Gabor Kelemen wrote: > We are experiencing a misterious build error with current master branch > on Windows without any code changes. > make distclean does not help. Any idea what could be done here? > > [build DEP] LNK:Library/dbmmlo.dll >    Creating library

Re: Build error on Windows 7 and VS 2012 in unit test using Cygwin

2014-01-15 Thread Michael Stahl
On 14/01/14 12:50, Anderson Roberto wrote: > > At end of make process I got an error on unit test > CppunitTest_filter_tiff_test > > So I run make again only to build this unit test using: make > CppunitTest_filter_tiff_test > [build CUT] filter_tiff_test > > /bin/sh: line 1: 5228 Aborted