<div dir="ltr"><div>Still working on getting a basic compile of LibreOffice on Windows working (Linux version compilation goes smoothly). <br></div><div><br>Platfom: Windows 10 64bit, running Cygwin 32 LODE build setup to compile libreoffice. Using VS2013 Community edition. <br></div><div>Default setup of build envrionment as outlined in <a href="https://wiki.documentfoundation.org/Development/BuildingOnWindows" target="_blank">https://wiki.documentfoundation.org/Development/BuildingOnWindows</a>, virus checkers disabled (as for the previous issue)<br><br></div><div>Synced up to git repo today (2/11/2016)<br></div><div>Stepped around the SSL test issue for now (disabling the test case) <br>Compilation went well until reaching unit test for the xmltesttools (see below for output).<br><br></div><div></div><div>Checked email list archive and couldn't find any mention, so sending it out (again). Also checked that Gerrit had no trouble building<br></div><div>Currently debugging the issue. Anything known already here? <br><br></div><div>Best Regards<br></div>Paul<br><br>[build CUT] sc_condformats<br>C:/sources/libo-core/test/source/xmltesttools.cxx:70:SdExportTest::testBnc822341<br>equality assertion failed<br>- Expected: 1<br>- Actual  : 0<br>- In <file:///C:/cygwin/tmp/lu43369mz57.tmp>, XPath '/ContentType:Types/ContentType:Override[@ContentType='application/vnd.openxmlformats-officedocument.wordprocessingml.document']' number of nodes is incorrect<br><br>C:/sources/libo-core/test/source/xmltesttools.cxx(70) : error : Assertion<br>Test name: SdExportTest::testBnc822341<br>equality assertion failed<br>- Expected: 1<br>- Actual  : 0<br>- In <file:///C:/cygwin/tmp/lu43369mz57.tmp>, XPath '/ContentType:Types/ContentType:Override[@ContentType='application/vnd.openxmlformats-officedocument.wordprocessingml.document']' number of nodes is incorrect<br><br>Failures !!!<br>Run: 47   Failure total: 1   Failures: 1   Errors: 0<br><br>Error: a unit test failed, please do one of:<br>make CppunitTest_sd_export_tests CPPUNITTRACE=TRUE # which is a shortcut for the following line<br>make CppunitTest_sd_export_tests CPPUNITTRACE="'C:/PROGRA~2/MICROS~2.0/VC//../Common7/IDE/WDExpress.exe' /debugexe" # for interactive debugging in Visual Studio<br>make CppunitTest_sd_export_tests CPPUNITTRACE="drmemory -free_max_frames 20" # for memory checking (install Dr.Memory first, and put it to your PATH)<br><br>C:/sources/libo-core/solenv/gbuild/CppunitTest.mk:90: recipe for target 'C:/sources/libo-core/workdir/CppunitTest/sd_export_tests.test' failed<br>make[1]: *** [C:/sources/libo-core/workdir/CppunitTest/sd_export_tests.test] Error 1<br>make[1]: *** Waiting for unfinished jobs....<br>Makefile:249: recipe for target 'build' failed<br>make: *** [build] Error 2<br><br></div>