Open Botantisty opened 2 years ago
I had the same problem, which was apparently due to an older ../gclib being already installed. The instructions say
Building this program from source requires the GCLib source code library. The make command should automatically fetch the latest gclib version from the repository if no ../gclib directory is found.
The old ../gclib stopped the automatic fetch, and the old gclib files don't have the correct definitions, so the compile failed. Removing the old ../gclib folder allowed the automatic fetch to do its work and the compile completed.
Thank you for @wlkath !!
Hello,
I am trying to install gffread in cluster environment (Rocks Compute Node Rocks 7.0 (Manzanita) ) following the directions on the git page. However, I receive error 1 from make. Guidance on how to solve this issue would be appreciated.
Thanks.