mlin / PhyloCSF

Phylogenetic analysis of multi-species genome sequence alignments to identify conserved protein-coding regions
http://compbio.mit.edu/PhyloCSF
GNU Affero General Public License v3.0
63 stars 24 forks source link

Trouble Installing PhyloCSF #26

Open ataylor22 opened 4 years ago

ataylor22 commented 4 years ago

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

This issue seems similar to #21. Any suggestions?

Thank You

danielrebib commented 1 year ago

Hi, same problem here!