Fix build of implementation only opamParserTypes in Makefile build#36
Fix build of implementation only opamParserTypes in Makefile build#36sternenseemann wants to merge 1 commit intoocaml:masterfrom
Conversation
|
Thanks! This is an alternate fix to the one proposed in #35 - I think that renaming the .mli will be the best way, but not completely sure yet! |
|
I’m intrigued by the circular dependency - doesn’t using |
I've tried that, but I couldn't figure how to get it to work with the current build system (i. e. without touching the source), so I went with this solution.
I think it would, but we are using |
|
This fix is in fact orthogonal to #35 - it does bring the |
I had some issues linking against opam-file-format when it was built using the GNU make build process. I'm not sure if my solution is the best, but it has a pretty small diff and seems to work (I tested linking with building
opaline).[Having the make build process in place is kind of important for NixOS, since we'd otherwise run into circular dependencies since everything processing
.installfiles depends on this library and we need to install it somehow which theMakefilenicely solves.]