drmeister / legacy-externals-clasp

Libraries that clasp depends on
13 stars 10 forks source link

ctypes not found #4

Open dmrq70 opened 9 years ago

dmrq70 commented 9 years ago

In Linux (Ubuntu 14.04.2 LTS), if you have ocaml installed, "make" fails in the configure stage saying that it couldn't find "ctypes" and "OUnit" (or something similar). Installing ctypes via opam solves both errors. Sorry I don't have the exact error messages. If it helps I can try cleaning up my environment and reproducing them.

jl2 commented 9 years ago

I believe this is similar to an issue I had building on OSX here: https://github.com/drmeister/externals-clasp/issues/5

Instead of installing OCaml, I was able to work around the problem by adding --disable-bindings to the command line arguments being passed into llvm's configure script inside of extermals-clasp/makefile