Hi Gustavo,

It might seem that I might have made a mistake, or the version you are
using might be incorrect.

stewarts-MacBook-Pro-15:mozart stewart$ git diff share/bin/ozplatform
diff --git a/share/bin/ozplatform b/share/bin/ozplatform
index df50d08..24153bb 100755
--- a/share/bin/ozplatform
+++ b/share/bin/ozplatform
@@ -40,7 +40,7 @@ case $system in
    ;;
    m68k\ Linux\ *)      OZARCH=linux-m68k
    ;;
-   sparc*\ Linux\ *)    OZARCH=linux-sparc
+   sparc\ Linux\ *)     OZARCH=linux-sparc
    ;;
    9000/7*HP-UX*)      OZARCH=hpux-700
    ;;
@@ -78,7 +78,7 @@ case $system in
    ;;
    *i*86*Darwin*)       OZARCH=darwin-i386
    ;;
-   x86_64\ Linux*)      OZARCH=linux-x86_64_32
+   *x86_64*Darwin*)     OZARCH=darwin-i386
    ;;
    *)                          OZARCH=unknown-unknown
    ;;

Btw I did the same changes to get the binary working with mac. so the
'script' changes look good.

Currently I am looking at getting the actual compilation fixed for a mac.

Have you already attained this? If so ill sit tight on my branch.

Kind regards
On Fri, Jun 24, 2011 at 10:08 PM, Gustavo Gutierrez
<[email protected]> wrote:
>
>
> 2011/6/24 stewart mackenzie <[email protected]>
>>
>> seems you made changes to the linux x86_64_32 option.
>>
>> What was the reason for this change?
>>
>
> No, I did not. Here is the output of the diff between the files:
>
> ggs-imac:Desktop gg$ diff new-platform old-paltform
> 81,82d80
> <    *x86_64*Darwin*)     OZARCH=darwin-i386
> <    ;;
> ggs-imac:Desktop gg$
>
>
> new-platform is the new (modified) ozplatform and old-platform is the one
> that is present in the current bundle (i.e. not the beta).
>
> As you can see I only added a new case statement that only matches x86_64
> *and* Darwin.
>
> Regards,
> Gustavo.
>
> _________________________________________________________________________________
> mozart-users mailing list
> [email protected]
> http://www.mozart-oz.org/mailman/listinfo/mozart-users
>
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to