Browse thread
The Caml vs. the Leopard
- Gordon Henriksen
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Gordon Henriksen <gordonhenriksen@m...> |
| Subject: | The Caml vs. the Leopard |
Good news for Mac users and early adopters! Ocaml versions in CVS now compile cleanly on Leopard with or without setenv MACOSX_DEPLOYMENT_TARGET 10.4. To get the code: # HEAD branch cvs -d :pserver:anoncvs@camlcvs.inria.fr:/caml co ocaml -d ocaml-3.11.x # release310 branch cvs -d :pserver:anoncvs@camlcvs.inria.fr:/caml co -r release310 ocaml - d ocaml-3.10.x This isn't a release yet, so run at your own risk. Thanks for hacking that patch into shape, Xavier. — Gordon