loneknightpy / idba

124 stars 53 forks source link

fix MacOS bus error; add configure file and Makefile.in #4

Closed voutcn closed 9 years ago

voutcn commented 9 years ago

Hi Peng Yu,

When I was integrating IDBA's code into Megahit, I encountered the bus error problem in Mac OS. Luckily I got it fixed (at least runnable in my Mac). Please try it out. Issues like https://github.com/Homebrew/homebrew-science/issues/2252 and https://groups.google.com/forum/#!topic/hku-idba/kxZ4JN0ZGLk could probably get answered.

Cheers, Dinghua

loneknightpy commented 9 years ago

Hi Dinghua,

Thanks for working on this patch. Can you extract the real code change (.cpp and .h) and remove the other files? Those files are auto generated by the autotools.

Thanks, Yu Peng

voutcn commented 9 years ago

Done. But without ./configure and Makefile.in we cannot compile following the steps shown by README.

loneknightpy commented 9 years ago

Those commands are for users who use release package. If you checkout the source code, you need to run build.sh in order to build.