To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83192





------- Additional comments from [EMAIL PROTECTED] Mon Nov  5 12:23:39 +0000 
2007 -------
"I'm guessing that picking up on the local lib path collides with the recent
changes for a combined ure and OOo deployment."  Yes, looks like "In URE cppu,
libraries with native UNO environments and bridges are now explicitly searched
next to cppu itself."
[http://wiki.services.openoffice.org/wiki/ODF_Toolkit/Efforts/OOo_without_URE]

Affected are testcppu and Mapping.test.  Since these tests appear to need
libraries (libgcc3_uno.so etc.) that are only built in bridges, it might be best
to move those two tests to bridges or beyond (e.g., testtools).  (Fixing in cppu
is not that easy:  On Unix, it might work to have a testtool script that does

  LD_LIBRARY_PATH=$SOLARBINDIR:$LD_LIBRARY_PATH ./testtool.bin

but (a) that does not work for Windows [where PATH would have to be changed, but
testtool.exe would still find cppu.dll next to itself in cppu/wntmsci10.pro/bin,
instead of through PATH], and (b) that would use the delivered cppu lib, instead
of the local one, which might cause confusion when testing cppu before
delivering it.)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to