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


User pjanik changed the following:

                  What    |Old value                 |New value
================================================================================
                        CC|'pjanik'                  |''
--------------------------------------------------------------------------------
               Assigned to|ericb                     |pjanik
--------------------------------------------------------------------------------
                  Priority|P3                        |P4
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Feb 11 03:56:59 -0800 
2005 -------
I'm now here too.

Proposed patch may work, but the real problem is IMHO in set_soenv:

Index: set_soenv.in
===================================================================
RCS file: /cvs/tools/config_office/set_soenv.in,v
retrieving revision 1.39
diff -u -u -r1.39 set_soenv.in
--- set_soenv.in        25 Jan 2005 16:55:07 -0000      1.39
+++ set_soenv.in        11 Feb 2005 11:53:00 -0000
@@ -891,8 +891,9 @@
                         $ps.$par_dir.$LIB.
                         $ps.'$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$LIB;
 }
-elsif ($platform eq $Macosx)
-{  $LD_LIBRARY_PATH   = '$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$LIB.
+elsif ($platform eq "$Macosx")
+{  $LD_LIBRARY_PATH   = $cur_dir.
+                        $ps.'$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$LIB.
                         $ps_STLPORT_LIB;
 }
 elsif ($platform ne $Winnt )

set_soenv.in is adding $cur_dir (it is ".") to LD_LIBRARY_PATH for all platforms
except MacOS X. Hmm ;-)

ericb: can you please remove Florian's patch from yourtree and test my proposed
patch instead?

Thanks.


---------------------------------------------------------------------
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