-
Notifications
You must be signed in to change notification settings - Fork 54
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
Unbound constructor #747
Comments
Hello @jgrenat, On Debian 11.2 with opam 2.1.0, a fresh installation of the latest version (6.0.1) of Ocsigen Start works: cd $(mktemp --directory)
opam update
opam switch --empty create .
opam install ocsigen-start
eliom-distillery -name myapp -template os.pgocaml
cd myapp
make db-init
make db-create
make db-schema
make test.byte Could you please send the output of the command |
Hello @ilankri Thanks for your answer, here is the result of the command:
I'm on MacOS, from what I understand of the error, there should be a module My problem seems similar to https://stackoverflow.com/questions/68140969/error-during-compiling-application-template-written-with-eliom-of-ocsigen-start |
Thanks! At first glance, I do not see anything suspicious regarding the installed packages. What is the contents of the file |
Starting a fresh install following your instructions, I've had the following error:
|
Here is the content:
On the fresh install, I've managed to make it work using |
Thanks! I have a similar error on my side on macOS. |
This workaround works for me: #564 (comment) |
|
Hello,
I'm totally new to the Ocaml ecosystem and I wanted to try Eliom.
I'm unable to launch the Ocsigen-Start app, when I execute the
make test.byte
, I have the following error:Do you know how I can fix this?
Thanks! :)
The text was updated successfully, but these errors were encountered: