ogotoh / spaln

Genome mapping and spliced alignment of cDNA or amino acid sequences
GNU General Public License v2.0
96 stars 16 forks source link

Compilation Spaln throws error "makdbs.h: No such file or directory" #33

Closed marchoeppner closed 4 years ago

marchoeppner commented 4 years ago

I, as per the other ticket, I am trying now to compile spaln from source instead of using the conda version.

System: Centos 7, gcc 8.3

Following the instructions on git for tarball 2.4.1, I am getting this:

"makdbs.cc:24:10: fatal error: makdbs.h: No such file or directory

include "makdbs.h"

      ^~~~~~~~~~

compilation terminated. make: *** [makdbs] Error 1"

I also checked the previous release 2.4.04 as well as the repository itself - this file (makdbs.h) does not seem to exist anywhere? Am I missing anything?

Cheers, Marc

ogotoh commented 4 years ago

Thank you for your report.

I just forgot to add makdbs.h, which is new to this release, to the GitHub site. The missing file is now uploaded.

There is no functional change in makdbs from 2.4.0 to 2.4.1.