-
Notifications
You must be signed in to change notification settings - Fork 32
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
4.0.0 : trouble when compiling webapp (ocsigen-i18n-rewriter command) #619
Comments
Thanks for the report. The issue was a dependency with a too lax version constraint (58d345a). A fixed version of ocsigen-start will be released shortly: ocaml/opam-repository#18030 Feel free to close this issue if upgrading ocsigen-i18n resolves your problem. |
ocsigen-i18n.3.7.0 was already installed as specified since at least ocsigen-start.2.21.1 In Makefile.i18n, the option Looking at i18n_ppx_rewriter.ml, I see that val default_module_name is defined, but the related option
The solution is:
See PR besport/ocsigen-i18n#43. |
it's the change to using it is due to an oversight in the testing of the template. Until the dune branch of ocsigen-i18n is deployed, we should retro-fit the template to be compatible with the 3.7.0 version |
i opened a PR to fix the template. @MdeLv (and anyone encountering the same issue) in the meantime you can change your |
I erroneously mentionned
I understand from your post that About the name of values: I understand what is |
the
It uses the |
@clembu Do we need better documentation in the README? |
OS's readme? or os-i18n? |
Good question. Ocsigen-i18n I'd say. I looked at the README but I'm not sure whether I extract what you've written above from it. |
Hmm. I'll revise it in the weekend |
Revised? |
debian 10
ocaml 4.10.0
ocsigen-start.4.0.0
psql startup is fine.
make test.byte immediately triggers the following error:
It seems related to the non existent
--default-module
option for ocsigen-i18n-rewriter command.But I don't know ocsigen-i18n-rewriter , and its help is limited:
Do you have any idea about how to fix that?
The text was updated successfully, but these errors were encountered: