bsansouci / bsb-native

Build system for OCaml/Reason
Other
245 stars 10 forks source link

Can't install #1

Closed Schmavery closed 7 years ago

Schmavery commented 7 years ago

I don't have opam I do have reason-cli

image

Edit: Trying to help troubleshoot This is line 99 of install.js

child_process.execSync(make + ' install', {cwd: path.join(__dirname, "..", "ocaml_src"), stdio:[0, 1, 2]})

It seems to fail on the last line of make install.

cp ./stdlib/*.ml ./stdlib/*.mli $(DEST)

This would obvs lead me to think that either ./stdlib or ./lib/ocaml don't exist. Will try to see which one. Prooobably stdlib because something fails to build etc etc.

Schmavery commented 7 years ago

Installed from master yesterday with no problems. Thanks