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

Trouble Installing PhyloCSF #26

Open
ataylor22 opened this issue Jan 6, 2020 · 1 comment
Open

Trouble Installing PhyloCSF #26

ataylor22 opened this issue Jan 6, 2020 · 1 comment

Comments

@ataylor22
Copy link

ataylor22 commented Jan 6, 2020

Hello Dr. Lin,

I followed the previous steps in the README file, but while running the make command I get the following error:

PhyloCSF$ make
make -C lib/CamlPaml reinstall
make[1]: Entering directory '/home/hamiltonat/PhyloCSF/lib/CamlPaml'
make uninstall
make[2]: Entering directory '/home/hamiltonat/PhyloCSF/lib/CamlPaml'
ocamlfind remove CamlPaml
Removed /home/hamiltonat/.opam/default/lib/CamlPaml/META
Removed /home/hamiltonat/.opam/default/lib/CamlPaml
make[2]: Leaving directory '/home/hamiltonat/PhyloCSF/lib/CamlPaml'
make install
make[2]: Entering directory '/home/hamiltonat/PhyloCSF/lib/CamlPaml'
ocamlbuild -cflag '-unsafe-string' -use-ocamlfind CamlPaml.cma CamlPaml.cmxa
Finished, 72 targets (72 cached) in 00:00:02.
ocamlfind install CamlPaml META _build/CamlPaml.cmi _build/CamlPaml.cma _build/CamlPaml.cmxa _build/CamlPaml.a
Installed /home/hamiltonat/.opam/default/lib/CamlPaml/CamlPaml.a
Installed /home/hamiltonat/.opam/default/lib/CamlPaml/CamlPaml.cmxa
Installed /home/hamiltonat/.opam/default/lib/CamlPaml/CamlPaml.cma
Installed /home/hamiltonat/.opam/default/lib/CamlPaml/CamlPaml.cmi
Installed /home/hamiltonat/.opam/default/lib/CamlPaml/META
make[2]: Leaving directory '/home/hamiltonat/PhyloCSF/lib/CamlPaml'
make[1]: Leaving directory '/home/hamiltonat/PhyloCSF/lib/CamlPaml'
make -C src clean
make[1]: Entering directory '/home/hamiltonat/PhyloCSF/src'
rm -f *~
ocamlbuild -cflag '-unsafe-string' -clean
Finished, 0 targets (0 cached) in 00:00:00.
00:00:00 0 (0 ) STARTING -------- |make[1]: Leaving directory '/home/hamiltonat/PhyloCSF/src'
make -C src
make[1]: Entering directory '/home/hamiltonat/PhyloCSF/src'
rm -f ForkMaybe.ml
ln -s ForkNo.ml ForkMaybe.ml
ocamlbuild -cflag '-unsafe-string' -use-ocamlfind PhyloCSF.native

  • ocamlfind ocamlc -c -unsafe-string -g -package batteries -package CamlPaml -pp ocaml+twt -o PhyloCSF.cmo PhyloCSF.ml
    File "PhyloCSF.ml", line 424, characters 88-105:
    Error: Unbound value Lexing.from_input
    Command exited with code 2.
    Compilation unsuccessful after building 10 targets (0 cached) in 00:00:03.
    Makefile:7: recipe for target 'all' failed
    make[1]: *** [all] Error 10
    make[1]: Leaving directory '/home/hamiltonat/PhyloCSF/src'
    Makefile:8: recipe for target 'PhyloCSF' failed
    make: *** [PhyloCSF] Error 2

This issue seems similar to #21. Any suggestions?

Thank You

@danielrebib
Copy link

Hi, same problem here!

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