Re: CppunitTest_vcl_app_test:: help required

2015-10-19 Thread Stephan Bergmann
On 10/16/2015 07:19 PM, sibu wrote: On Friday 16 October 2015 13:45:41 Stephan Bergmann wrote: LD_LIBRARY_PATH=/home/linteg/BUILD_LO/libreoffice-5.0.2.2/instdir/program ldd /home/linteg/BUILD_LO/libreoffice-5.0.2.2/workdir/LinkTarget/CppunitTest /libtest_vcl_app_test.so root [ /home/linteg ]#

Re: CppunitTest_vcl_app_test:: help required

2015-10-16 Thread sibu
On Friday 16 October 2015 13:45:41 Stephan Bergmann wrote: > On 10/16/2015 01:02 PM, sibu wrote: > > DynamicLibraryManagerException: "Failed to load dynamic library: > > /home/linteg/BUILD_LO/libreoffice-5.0.2.2/workdir/LinkTarget/CppunitTest/ > > libtest_vcl_app_test.so " > > Looks like there's s

Re: CppunitTest_vcl_app_test:: help required

2015-10-16 Thread Stephan Bergmann
On 10/16/2015 01:02 PM, sibu wrote: DynamicLibraryManagerException: "Failed to load dynamic library: /home/linteg/BUILD_LO/libreoffice-5.0.2.2/workdir/LinkTarget/CppunitTest/libtest_vcl_app_test.so " Looks like there's something wrong with loading that test lib. What is the output of reade

Re: CppunitTest_vcl_app_test:: help required

2015-10-16 Thread Eike Rathke
Hi sibu, On Friday, 2015-10-16 12:02:00 +0100, sibu wrote: > export CPPUNITTRACE="gdb --args"# for interactive debugging on Linux > I did the following > export CPPUNITTRACE="gdb"# for interactive debugging on Linux Note that the original message said to set "gdb --args", not just "gdb"