We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm just getting up and running with ocsigen (via agarwal/eliom-starter) so it took me a bit of googling to figure out that this error
agarwal/eliom-starter
ocsigenserver -c config.xml ocsigenserver: ocsigen:main: Fatal - Error in configuration file: Error while parsing configuration file: Eliom: while loading _build/_server/eliom-starter.cma: error while linking _build/_server/eliom-starter.cma. ocsigenserver: ocsigen:main: Reference to undefined global `Xword'
was due to the fact that dependencies need to be added to config.xml as well as to myocamlbuild.
config.xml
myocamlbuild
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm just getting up and running with ocsigen (via
agarwal/eliom-starter
) so it took me a bit of googling to figure out that this errorwas due to the fact that dependencies need to be added to
config.xml
as well as tomyocamlbuild
.The text was updated successfully, but these errors were encountered: