Skip to content
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

dune utop fails #18

Open
cemerick opened this issue Oct 15, 2021 · 0 comments
Open

dune utop fails #18

cemerick opened this issue Oct 15, 2021 · 0 comments

Comments

@cemerick
Copy link

I'm using ppx_rapper in a project that builds and tests successfully, but I cannot run utop in it. dune utop test (for example) results in:

File "_none_", line 1:
Error: Module `Pg_query' is unavailable (required by `Ppx_rapper')

Pg_query is provided by the pg_query package, which is available: ppx_wrapper depends on it directly, and regular builds would fail otherwise.

I've created a repo that minimally reproduces the failure; see the README for an invocation to create a fresh switch, build, and try to run a toplevel:

https://github.com/cemerick/rapper_utop

Maybe I'm doing something wrong, but I've been stumped so far. 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant