sanger-pathogens / snp-sites

Finds SNP sites from a multi-FASTA alignment file
http://sanger-pathogens.github.io/snp-sites/
Other
233 stars 50 forks source link

Build is failing on Mac OS #45

Closed bouzidnm closed 8 years ago

bouzidnm commented 8 years ago

Required user to install automake, autoconf, libtool, and check.

Fails to build from the github download with the following error:

./configure: line 3030: syntax error near unexpected tokenCHECK,check'
./configure: line 3030: PKG_CHECK_MODULES(CHECK,check >= 0.8.2,have_check="yes",'

bouzidnm commented 8 years ago

I copied the contents of m4 into the main directory and it built successfully. Problem solved.

andrewjpage commented 8 years ago

Excellent thanks for letting me know On 2 Mar 2016 01:25, "N. M. Bouzid" notifications@github.com wrote:

I copied the contents of m4 into the main directory and it built successfully. Problem solved.

— Reply to this email directly or view it on GitHub https://github.com/sanger-pathogens/snp_sites/issues/45#issuecomment-191007907 .

johannanvs commented 1 year ago

For what it's worth, copying the m4 into main and making sure automake, autoconf, libtool, and check were installed did not do the trick for me. Installing pkgconfig as well, however, did make that error message disappear.