glennhickey / progressiveCactus

Distribution package for the Prgressive Cactus multiple genome aligner. Dependencies are linked as submodules
Other
79 stars 26 forks source link

error: cannot convert ‘bool’ to ‘char*’ in return #121

Open annabananakobana opened 4 years ago

annabananakobana commented 4 years ago

Installing cactus... git clone git://github.com/glennhickey/progressiveCactus.git cd progressiveCactus git pull git submodule update --init make

When running the 'make' command...

In file included from kcdbext.cc:16:0: kcdbext.h: In member function ‘char kyotocabinet::IndexDB::get(const char, size_t, size_t)’: kcdbext.h:1281:14: error: cannot convert ‘bool’ to ‘char’ in return return false; ^~~~~ make[2]: [kcdbext.o] Error 1 make[2]: Leaving directory `/scale_wlg_nobackup/filesets/nobackup/username/progressiveCactus/submodules/kyotocabinet' make[1]: [kyotocabinetRule] Error 2 make[1]: Leaving directory `/scale_wlg_nobackup/filesets/nobackup/username/progressiveCactus/submodules' make: *** [all] Error 2

diekhans commented 4 years ago

please get cactus from

https://github.com/ComparativeGenomicsToolkit/cactus

see

https://github.com/glennhickey/progressiveCactus/blob/master/README.md

annabananakobana notifications@github.com writes:

Installing cactus... git clone git://github.com/glennhickey/progressiveCactus.git cd progressiveCactus git pull git submodule update --init make

When running the 'make' command...

In file included from kcdbext.cc:16:0: kcdbext.h: In member function ‘char kyotocabinet::IndexDB::get(const char, size_t, size_t)’: kcdbext.h:1281:14: error: cannot convert ‘bool’ to ‘char’ in return return false; ^~~~~ make[2]: [kcdbext.o] Error 1 make[2]: Leaving directory `/scale_wlg_nobackup/filesets/nobackup/username/progressiveCactus/submodules/kyotocabinet' make[1]: [kyotocabinetRule] Error 2 make[1]: Leaving directory `/scale_wlg_nobackup/filesets/nobackup/username/progressiveCactus/submodules' make: *** [all] Error 2

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/glennhickey/progressiveCactus/issues/121Installing cactus... git clone git://github.com/glennhickey/progressiveCactus.git cd progressiveCactus git pull git submodule update --init make

When running the 'make' command...

In file included from kcdbext.cc:16:0: kcdbext.h: In member function ‘char kyotocabinet::IndexDB::get(const char, size_t, size_t)’: kcdbext.h:1281:14: error: cannot convert ‘bool’ to ‘char’ in return return false; ^~~~~ make[2]: [kcdbext.o] Error 1 make[2]: Leaving directory /scale_wlg_nobackup/filesets/nobackup/username/ progressiveCactus/submodules/kyotocabinet' make[1]: [kyotocabinetRule] Error 2 make[1]: Leaving directory /scale_wlg_nobackup/filesets/nobackup/ username/progressiveCactus/submodules' make: *** [all] Error 2

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.*