jamis / rtc-ocaml

"The Ray Tracer Challenge" (http://www.raytracerchallenge.com) implemented in OCaml
15 stars 3 forks source link

Remove setup.data from source control #1

Closed tiegz closed 4 years ago

tiegz commented 5 years ago

This fixes the build for me by removing environment-specific setup.data:

$ make 
ocaml setup.ml -build 
sh: /Users/jamis/.opam/default/bin/ocamlbuild: No such file or directory
E: Failure("Command ''/Users/jamis/.opam/default/bin/ocamlbuild' src/rtc.cma src/rtc.cmxa src/rtc.a src/rtc.cmxs tests/tests.native progs/chapter.native -tag debug' terminated with error code 127")
make: *** [build] Error 1
jamis commented 4 years ago

Good point. Thanks!