Dear Sir,
I am trying to build the Libre office 5.2.3.3 source code for Hindi .
It was successfully built for en but after changing the for 'hi' in autogen.sh
for Hindi gives below error after make command execution.
assertion failed
- Expression: nNonWhiteCount>100
- Tdf93124: vertical alignment of text is incorrect!
E:/sources/libreoffice-5.2.3.3/sd/qa/unit/import-tests.cxx(1311) : error :
Assertion
Test name: SdImportTest::testTdf93124
assertion failed
- Expression: nNonWhiteCount>100
- Tdf93124: vertical alignment of text is incorrect!
Failures !!!
Run: 45 Failure total: 1 Failures: 1 Errors: 0
Error: a unit test failed, please do one of:
make CppunitTest_sd_import_tests CPPUNITTRACE=TRUE # which is a shortcut for the
following line
make CppunitTest_sd_import_tests
CPPUNITTRACE="'C:/PROGRA~1/MICROS~3.0/VC//../Common7/IDE/devenv.exe' /debugexe"
# for interactive debugging in Visual Studio
make CppunitTest_sd_import_tests CPPUNITTRACE="drmemory -free_max_frames 20" #
for memory checking (install Dr.Memory first, and put it to your PATH)
E:/sources/libreoffice-5.2.3.3/solenv/gbuild/CppunitTest.mk:99: recipe for
target 'E:/Libre_Build/workdir/CppunitTest/sd_import_tests.test' failed
make[1]: *** [E:/Libre_Build/workdir/CppunitTest/sd_import_tests.test] Error 1
make[1]: *** Waiting for unfinished jobs....
Creating library E:/Libre_Build/workdir/LinkTarget/Library/isw.lib and object
E:/Libre_Build/workdir/LinkTarget/Library/isw.exp
Makefile:259: recipe for target 'build' failed
make: *** [build] Error 2
Regards
Vinodkumar Pache