On 10 Aug, Matthias Seidel wrote: > I could now get past the gtest error by disabling unit tests > (--disable-unit-tests). > > Errors in udm and xml2cmp remain: > > make: *** No rule to make target > '/cygdrive/e/slave14/aoo-win7/build/main/udm/source/inc/precomp.h > ', needed by > '/cygdrive/e/slave14/aoo-win7/build/main/solver/420/wntmsci12.pro/workdir/CxxObject/udm/source/html/htmlitem.o'. > Stop. > dmake: Error code 2, while making 'all' > > make: *** No rule to make target > '/cygdrive/e/slave14/aoo-win7/build/main/xml2cmp/source/xcd/cr_html.hxx > ', needed by > '/cygdrive/e/slave14/aoo-win7/build/main/solver/420/wntmsci12.pro/workdir/CxxObject/xml2cmp/source/xcd/cr_html.o'. > Stop. > dmake: Error code 2, while making 'all'
I'm able to reproduce this on Windows 10 with cygwin 2.8.2. If you look carefully about the "missing" files, you'll find that the file names in the error report have a carriage return character appended to them as in: '/cygdrive/e/slave14/aoo-win7/build/main/udm/source/inc/precomp.h^M' Something is going wrong in the Windows version of "make depend", essentially. If I look at main/solver/420/wntmsci12.pro/workdir/Dep/CxxObject/xml2cmp/source/xcd/cr_html.d, I see: $(WORKDIR)/CxxObject/xml2cmp/source/xcd/cr_html.o: \ \ $(SRCDIR)/xml2cmp/source/xcd/cr_html.hxx^M \ $(SRCDIR)/xml2cmp/source/support/sistr.hxx^M \ etc. I believe I have this fixed in trunk revision r1805063. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org