bcgsc / biobloom

Create Bloom filters for a given reference and then use it to categorize sequences
http://www.bcgsc.ca/platform/bioinfo/software/biobloomtools
GNU General Public License v3.0
75 stars 15 forks source link

missing source files: Common/HashManager.h, Common/BloomFilterInfo.h #1

Closed benvvalk closed 10 years ago

benvvalk commented 10 years ago

Hi Justin :-)

FYI, I cloned your repo and tried to build. Got the following errors when running make:

g++44 -DHAVE_CONFIG_H -I. -I../../BioBloomMaker -I..  -I../../BioBloomMaker -I../../Common -I../../DataLayer -I..    -g -O2 -MT biobloommaker-BioBloomMaker.o -MD -MP -MF .deps/biobloommaker-BioBloomMaker.Tpo -c -o biobloommaker-BioBloomMaker.o `test -f 'BioBloomMaker.cpp' || echo '../../BioBloomMaker/'`BioBloomMaker.cpp
In file included from ../../BioBloomMaker/BioBloomMaker.cpp:11:
../../BioBloomMaker/BloomFilterGenerator.h:12:32: error: Common/HashManager.h: No such file or directory
../../BioBloomMaker/BioBloomMaker.cpp:12:36: error: Common/BloomFilterInfo.h: No such file or directory
In file included from ../../BioBloomMaker/BioBloomMaker.cpp:11:
../../BioBloomMaker/BloomFilterGenerator.h:37: error: ‘HashManager’ does not name a type
../../BioBloomMaker/BioBloomMaker.cpp: In function ‘int main(int, char**)’:
../../BioBloomMaker/BioBloomMaker.cpp:255: error: ‘BloomFilterInfo’ was not declared in this scope
../../BioBloomMaker/BioBloomMaker.cpp:255: error: expected ‘;’ before ‘info’
../../BioBloomMaker/BioBloomMaker.cpp:259: error: ‘info’ was not declared in this scope
make[2]: *** [biobloommaker-BioBloomMaker.o] Error 1```