Hi Jean Marc,
Not a bug. We're still using HFS style paths and file APIs
internally, so that is in fact still native. OS X supports both HFS
and Uniz style paths.
Let us know if you have any problems you're not able to work around
with the strategies you've outlined.
-Joshua
On Oct 3, 2006, at 6:01 PM, Jean-Marc Pelletier wrote:
>
> Dear all,
>
> Having recently compiled a number of externals on an Intel Mac, I
> ran accross some unexpected behaviour that forced me to re-examine
> my code. Specifically:
>
> A function that relied on path_nameconform
> (fn,fn_conform,PATH_STYLE_NATIVE,PATH_TYPE_ABSOLUTE) had to be
> changed to PATH_STYLE_SLASH, PATH_TYPE_BOOT to work on Mactel. It
> seems that PATH_STYLE_NATIVE returns OS9-style colon-sperated
> paths. Did I miss something, or is this a bug?