I try to build LibreOffice for Windows using Cygwin as it written is the instruction.
I use autogen with such params:
./autogen.sh --with-external-tar=./../lo-externalsrc --without-java --enable-pch --disable-ccache --disable-activex --disable-atl --enable-64-bit --enable-dbgutil --enable-debug
After configuring I run:
/opt/lo/bin/make --debug
And I have this output:
It may repeat infinitly.
I use Visual Studio 2013, so I clone the repository before its support was dropped.
How can I fix this?