<div dir="ltr">I ran autogen.sh as shown below :<div><br></div><div> /cygdrive/c/sources/libo-core/autogen.sh              </div><div>  --with-external-tar=/cygdrive/c/sources/lo-externalsrc             </div><div>   --with-junit=/cygdrive/c/sources/junit-4.10.jar             </div><div>   --with-ant-home=/cygdrive/c/sources/apache-ant-1.9.5              </div><div>  --enable-pch --disable-ccache              </div><div>  --enable-64-bit                </div><div> --disable-skia              </div><div>  --with-jdk-home=/cygdrive/c/ProgramFiles/Java/jdk-13.0.2<br></div><div><br></div><div>It gave the following output :</div><div><br></div><div>Host Configuration unchanged - avoiding scp2 stamp update<br>Language Configuration unchanged - avoiding scp2 stamp update<br>****************************************************************************<br><br>To build, run:<br>C:/cygwin64/opt/lo/bin/make<br><br>To view some help, run:<br>C:/cygwin64/opt/lo/bin/make help<br></div><div><br></div><div><br></div><div>Then I ran the following command : </div><div><br></div><div>/opt/lo/bin/make gb_COLOR=1<br></div><div><br></div><div>as given in the documentation.</div><div><br></div><div>I got the following output : </div><div><br></div><div>C:/sources/libo-core/sal/osl/all/filepath.cxx: fatal error C1853: 'C:/build/workdir/PrecompiledHeader/nodebug/precompiled_sal.hxx.pch' precompiled header file is from a different version of th<br>e compiler, or the precompiled header is C++ and you are using it from C (or vice versa)<br>C:/sources/libo-core/sal/osl/all/loadmodulerelative.cxx: fatal error C1853: 'C:/build/workdir/PrecompiledHeader/nodebug/precompiled_sal.hxx.pch' precompiled header file is from a different ver<br>sion of the compiler, or the precompiled header is C++ and you are using it from C (or vice versa)C:/sources/libo-core/sal/osl/all/debugbase.cxx: fatal error C1853: 'C:/build/workdir/Precompil<br>edHeader/nodebug/precompiled_sal.hxx.pch' precompiled header file is from a different version of the compiler, or the precompiled header is C++ and you are using it from C (or vice versa)<br><br>C:/sources/libo-core/sal/osl/all/compat.cxx: fatal error C1853: 'C:/build/workdir/PrecompiledHeader/nodebug/precompiled_sal.hxx.pch' precompiled header file is from a different version of the<br>compiler, or the precompiled header is C++ and you are using it from C (or vice versa)<br>make[1]: *** [C:/sources/libo-core/solenv/gbuild/LinkTarget.mk:301: C:/build/workdir/CxxObject/sal/osl/all/filepath.o] Error 2<br>make[1]: *** Waiting for unfinished jobs....<br>make[1]: *** [C:/sources/libo-core/solenv/gbuild/LinkTarget.mk:301: C:/build/workdir/CxxObject/sal/osl/all/loadmodulerelative.o] Error 2<br>make[1]: *** [C:/sources/libo-core/solenv/gbuild/LinkTarget.mk:301: C:/build/workdir/CxxObject/sal/osl/all/debugbase.o] Error 2<br>make[1]: *** [C:/sources/libo-core/solenv/gbuild/LinkTarget.mk:301: C:/build/workdir/CxxObject/sal/osl/all/compat.o] Error 2<br>make: *** [Makefile:282: build] Error 2<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 4, 2020 at 11:52 PM Jan-Marek Glogowski <<a href="mailto:glogow@fbihome.de">glogow@fbihome.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am 04.07.20 um 18:16 schrieb anshu khare:<br>
> C:\PROGRA~1\Java\JDK-13~1.2\lib\jawt.lib : warning LNK4272: library<br>
> machine type 'x64' conflicts with target machine type 'x86'<br>
<br>
Quote: "Make sure to get a 32-bit SDK if you are building for 32-bit<br>
Windows, and a 64-bit SDK if you are building for 64-bit Windows (with<br>
--enable-64-bit).<br>
<br>
You can use --with-jdk-home=/cygdrive/c/Program Files/Java/jdk-14.0.1 to<br>
select the correct one.<br>
</blockquote></div>