Re: [Caml-list] Findlib fails to build on OS X Leopard

2008-07-23 Thread Gerd Stolpmann
I've released findlib-1.2.3 (hopefully) fixing this problem. Gerd Am Mittwoch, den 16.07.2008, 18:17 -0700 schrieb Nathaniel Gray: > My colleague is trying to install GODI but it's choking on findlib > 1.2.2. Specifically, the command used to locate the std. lib. in > get_stdlib is not compatibl

[Caml-list] Findlib fails to build on OS X Leopard

2008-07-16 Thread Nathaniel Gray
My colleague is trying to install GODI but it's choking on findlib 1.2.2. Specifically, the command used to locate the std. lib. in get_stdlib is not compatible with OS X's sed: ocamlc -where | sed "s/\r//" || ... The version of sed included with Leopard doesn't support backslash-escapes like \r