We definitely should not be requiring ocaml :-) Are you using a configure-based build? If so, can you switch over to using cmake and see if you see that same issue? We pretty much don't maintain the configure build, and it is getting stripped from llvm and clang in the next version of them after 3.8, so we will not be able to support configure-based builds in the near future.
In the event that you still see it, let us know if you have ocaml or opam somewhere on your system. The warnings do seem to indicate that ocaml was specified for one reason or another? Maybe parts of it were sniffed out when trying to configure the build. -Todd On Thu, Dec 17, 2015 at 1:36 PM, Ryan Brown via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Are there new prereqs for building on a mac? > I just updated, and I'm getting this error: > > checking for __dso_handle... yes > > configure: WARNING: --enable-bindings=ocaml specified, but ctypes is not > installed > > configure: WARNING: --enable-bindings=ocaml specified, but OUnit 2 is not > installed. Tests will not run > > configure: error: Prequisites for bindings not satisfied. Fix them or use > configure --disable-bindings. > > error: making llvm and clang child exited with value 2 > > > -- Ryan Brown > > _______________________________________________ > lldb-dev mailing list > lldb-dev@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev > > -- -Todd
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev