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

opam-build can not find target project batsh #64

Open
mthl opened this issue Oct 30, 2017 · 0 comments
Open

opam-build can not find target project batsh #64

mthl opened this issue Oct 30, 2017 · 0 comments

Comments

@mthl
Copy link

mthl commented Oct 30, 2017

Hello,

I am trying to compile Batsh to hack on it, however I fail to build it. after installing the dependencies with opam install ocp-build core ounit dlist cmdliner the make command fails with the following error

$ make
ocp-build build batsh
Compiler: ocaml 4.05.0
Warning: 36 old env warnings were not printed (add --env-warnings)
Warning: installed package "threads" has conflicting directories:
   first: threads@/home/mthl/.opam/4.05.0/lib/ocaml
     (from /home/mthl/.opam/4.05.0/lib/threads/META)
   second: threads@/home/mthl/.opam/4.05.0/lib/ocaml/threads
     (from /tmp/Batsh/src/batsh.ocp)
Use the --disable-package PKG@DIR to disable one of them.
Choosing "threads".
Warning: 9 old project warnings were not printed (add --project-warnings)
Error: Could not find target project batsh
Makefile:2: recipe for target 'build' failed
make: *** [build] Error 2

Any idea what the issue is?

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