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

Compiling Problem #2

Closed
kayji opened this issue Oct 25, 2015 · 2 comments
Closed

Compiling Problem #2

kayji opened this issue Oct 25, 2015 · 2 comments

Comments

@kayji
Copy link

kayji commented Oct 25, 2015

Hello,

I tried to build Vult, but I've run into this problem:

Error: Signature mismatch:
...
Values do not match:
val compare :
TypesVult.identifier ->
TypesVult.identifier -> Ppx_deriving_runtime.int
is not included in
val compare : t -> t -> int
File "src/typesUtil.ml", line 89, characters 7-14: Actual declaration
Command exited with code 2.

Has anybody experienced the same problem?

@kayji
Copy link
Author

kayji commented Oct 25, 2015

rm: cannot remove ‘vultc.native’: No such file or directory
rm: cannot remove ‘vultc.d.byte’: No such file or directory

  • ocamlfind ocamlc -c -package ocamlgraph -package str -package containers -I src -I src/util -I src/passes -o src/typesUtil.cmo src/typesUtil.ml
    File "src/typesUtil.ml", line 94, characters 29-40:

@modlfo
Copy link
Collaborator

modlfo commented Oct 26, 2015

The problem is that the build command was not updated to use a new version of ppx_deriving. Now the build.sh script is up-to-date.

@modlfo modlfo closed this as completed Oct 26, 2015
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

2 participants