glennhickey / progressiveCactus

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

Kyoto cabinet fails to compile with GCC 6 #68

Open fourpartswater opened 7 years ago

fourpartswater commented 7 years ago

Change line 1281 of submodules/kyotocabinet/kcdbext.h from

return false; to return nullptr;

This problem would have been solved in a more recent version of Kyoto Cabinet (which needs python 3.5)