-
Notifications
You must be signed in to change notification settings - Fork 39
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
Can't build the hello_world example. #24
Comments
could you make an empty switch, add the janestreet repository to it, and then install bonsai again? |
Sorry for the late reply. For some reason I'm not receiving notifications on these.... Still not working. I even tried it on a Mac this time and got a similar error. List of commands:
the output that I got was:
I tried the command in the hint and it doesn't seem to do anything. |
I was able to resolve the issue by using the standard opam repository with Ocaml 4.13 installed. I was initially confused because I expected the build folder to be inside the hello_world directory, but it actually appears at the root folder of the repository. Once I figured that out, the hello_world example compiles fine. Some of the examples still gave me dependency issues (like "bonsai_web_ui_panels_experimental" or "piecewise_linear_kernel" not found...), but I was able to build most of them. |
I was trying to build |
Hi,
I'm trying to get started with the hello_world example, but when I try to build it I'm getting the following error
As far as I can tell, incr_dom is installed. I've also tried adding the janestreet repository to my current opam switch, but the same error persists.
I'm using Ocaml 4.13 on WSL/Windows.
Opam list: https://gist.github.com/joanimato/55207a2352daa16c142b052342b8231a
The text was updated successfully, but these errors were encountered: