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

1.1+18: glpk/dune-shared failure #54

Open
jamesjer opened this issue Aug 22, 2024 · 0 comments
Open

1.1+18: glpk/dune-shared failure #54

jamesjer opened this issue Aug 22, 2024 · 0 comments

Comments

@jamesjer
Copy link

Attempting to use src/glpk/dune-shared fails with version 1.1+18:

File "src/glpk/dune", lines 1-8, characters 0-169:
1 | (library
2 |  (name mccs_hostglpk_shared)
3 |  (public_name mccs.glpk.shared)
4 |  (modules ocaml_mccs_glpk)
5 |  (c_library_flags
6 |   :standard
7 |   (:include clibs.sexp))
8 |  (wrapped false))
Error: No rule found for src/glpk/clibs.sexp

Given the changes in c685e0b, I tried changing clibs.sexp to ../clibs.sexp, which "works" (i.e., the build completes), but is that correct?

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