On Jun 26, 2007, at 5:01 PM, Shaun McDonald wrote:


On 26 Jun 2007, at 14:35, Stephan Bergmann wrote:

Hi all,

Just committed sal/osl/unx/nlsupport.c:1.33.46.1

  ---8<---
  @@ -880,7 +880,7 @@
           {
/* Load the locale discovery library if we are running on OS X */

- const sal_Char *aLocaleLibName = "libsalsystools" SAL_DLLEXTENSION; + const sal_Char *aLocaleLibName = "@loader_path/libsalsystools" SAL_DLLEXTENSION; const sal_Char *aGetOSXLocaleFunctionName = "macosx_getLocale";
               oslModule         pLocaleLib;
               void             *pFunc;
  (
  ---8<---

on a CWS targeting OOo 2.4 (sb71), but <http://developer.apple.com/ releasenotes/DeveloperTools/RN-dyld/index.html> appears to indicate that the @loader_path feature is only available since Mac OS X 10.4. Would that match our baseline?


Aqua is Mac OS X 10.4
With X11 we are trying to keep it compiling on Mac OS X 10.3.9 for as long as we can, though we do not guarantee that it will work on Mac OS X 10.3.9.

No problem at all in this specific case: libsalsystools will be history soon.

Oliver


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

Reply via email to