Re: [MacRuby-devel] Building LLVM 82747 on Snow Leopard with MacPorts ocaml installed

2009-11-02 Thread Laurent Sansonetti
Thank you for the suggestion, I updated the README.rdoc file in r2948. Laurent On Nov 2, 2009, at 7:54 PM, Antony Blakey wrote: I've just discovered that there is an interaction between the LLVM build process and OCaml - if OCaml is installed then LLVM 82747 will try and build OCaml binding

[MacRuby-devel] Building LLVM 82747 on Snow Leopard with MacPorts ocaml installed

2009-11-02 Thread Antony Blakey
I've just discovered that there is an interaction between the LLVM build process and OCaml - if OCaml is installed then LLVM 82747 will try and build OCaml bindings, which for me at least stops the LLVM build. The trick is to configure LLVM with: ./configure --enable-bindings=none Given