Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

ocaml+twt not found #16

Open
cha1n opened this Issue Oct 21, 2016 · 3 comments

Comments

Projects
None yet
2 participants

cha1n commented Oct 21, 2016

opam install ocaml+twt
[ERROR] No package named ocaml+twt found.

opam --version
2.0~alpha5

when i use version 1.2.2, it still tell No package named ocaml+twt found.

cha1n commented Oct 21, 2016

i solved this

opam install ocaml-twt

but i donnot know why

I do like you suggest.
opam install batteries ocaml-twt gsl.
Correctly installed.

Then,
cd PhyloCSF
make
But it does not work.

make -C lib/CamlPaml reinstall
make[1]: 正在进入目录 /home/zhongpei/PhyloCSF/lib/CamlPaml' make uninstall make[2]: 正在进入目录/home/zhongpei/PhyloCSF/lib/CamlPaml'
ocamlfind remove CamlPaml
make[2]: ocamlfind:命令未找到
make[2]: *** [uninstall] 错误 127
make[2]:正在离开目录 /home/zhongpei/PhyloCSF/lib/CamlPaml' make[1]: *** [reinstall] 错误 2 make[1]:正在离开目录/home/zhongpei/PhyloCSF/lib/CamlPaml'
make: *** [CamlPaml] 错误 2

Could you help me solve this problem?

cha1n commented Oct 24, 2016

仔细看错误提示啊哥们

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment