You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can not build a newly generated "bin" project. Tried also with the "hello" type of project - the same error.
Details:
OS: macos
❯ opam spin new bin my_ocaml_app
⚠️ No config file found. To save some time in the future, create one with spin config
? Project name: my_ocaml_app
? Project slug: myocamlapp
? Description: A short, but powerful statement about your project
? Name of the author: yeryomenkom
? Which test framework do you prefer? Alcotest
? Which CI/CD do you use? GitHub
🏗️ Creating a new project from bin in my_ocaml_app
Done!
🎁 Installing packages in a switch. This might take a couple minutes.
opam-spin: [ERROR] The template generation failed:
The command make build did not run successfully: exited with code 2
❯ opam --version
2.1.2
❯ opam spin --version
0.8.3
I tried to adjust dune flags for the project in an attempt to disable the above warning but it also didn't help.
Here is my dune file after those adjustments:
Hi!
I can not build a newly generated "bin" project. Tried also with the "hello" type of project - the same error.
Details:
OS: macos
If I try to run
make build
I get the following:I tried to adjust dune flags for the project in an attempt to disable the above warning but it also didn't help.
Here is my dune file after those adjustments:
Can somebody help with this, please?
The text was updated successfully, but these errors were encountered: