progressiveCactus icon indicating copy to clipboard operation
progressiveCactus copied to clipboard

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

Open annabananakobana opened this issue 4 years ago • 1 comments

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

annabananakobana avatar Oct 15 '19 22:10 annabananakobana

please get cactus from

https://github.com/ComparativeGenomicsToolkit/cactus

see

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

annabananakobana [email protected] 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.*

diekhans avatar Oct 15 '19 22:10 diekhans