walaj / SeqLib

C++ htslib/bwa-mem/fermi interface for interrogating sequence data
http://bioinformatics.oxfordjournals.org/content/early/2016/12/21/bioinformatics.btw741.full.pdf+html
Other
132 stars 36 forks source link

Undefined Constructor for template class GenomicRegionCollection #54

Open yonghanyu opened 4 years ago

yonghanyu commented 4 years ago

Several constructor declared in GenomicRegionCollection.h are not defined in GenomicRegionCollection.cpp, resulted in failed compilication with undefined reference error code.

wulj2 commented 4 years ago

I think you want to isolate the GenomicRegionCollection.h for your personal usage, and find out that it could not be compiled by just include the GenomicRegionCollection.h file. I advice that you can include both GenomicRegionCollection.h and GenomicRegionCollection.cpp in your source code and try to recompile, may it succeed~ @JackTATStraw