-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if opam is installed when having any ocamlfind-dependencies #15
Comments
Ahh so I'll try and dig into this some but I'm really not sure where to get started :) |
Oh really? If you run |
thanks for replying so quickly! which ocamlfind returns the bin from opam (running inside a debian vm):
if i
Everything compiles fine to any backend without |
No problem :) Can you run |
Trying a bunch of different configurations and might end up nuking the system to go from scratch so that I know what's going on. Sorry for not being more helpful - trying to dig into ReasonML cross compilation for the first time. May switch to jbuilder then back to this to get a better understanding, too. Lots of things to learn! |
This is very strange... Thanks for reporting, I'll see what I can do. Just wondering, what package are you using from opam? Also what's your compilation target? |
I'm trying to get I tried both Sorry for dumping this on you too. I'm digging around trying to find out what's up also. Wonder what's wrong with my setup on this system. |
Right now, if you have reason-cli you'll get this error
This is obviously terrible. We could detect if opam is installed by simply running
which opam
using some utility that bsb has to run commands and get the output (see Bsb_build_utils).The text was updated successfully, but these errors were encountered: