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

shared.ml compilation error #7

Open
sutyrin opened this issue Feb 29, 2020 · 0 comments
Open

shared.ml compilation error #7

sutyrin opened this issue Feb 29, 2020 · 0 comments

Comments

@sutyrin
Copy link

sutyrin commented Feb 29, 2020

Hey,

I am trying to work on tasks from here, and I get this error. How could that be? Thanks.

:~/dev/pasl$ make -C pasl/tools/pview pview
make: Entering directory '/home/pavel/dev/pasl/pasl/tools/pview'
ocamlopt graphics.cmxa unix.cmxa str.cmxa  -I . shared.ml visualize.ml -o pview pview.ml
File "shared.ml", line 861, characters 10-15:
Error: Multiple definition of the extension constructor name Break.
       Names must be unique in a given structure or signature.
Makefile:13: recipe for target 'pview' failed
make: *** [pview] Error 2
make: Leaving directory '/home/pavel/dev/pasl/pasl/tools/pview'
:~/dev/pasl$ ocaml --version
The OCaml toplevel, version 4.05.0
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