Error while installing ecoPCR: libecoPCR/ecoPCR.h:4:19: fatal error: stdio.h: No such file or directory
I'm trying to install ecoPCR (version 1.0.1) on my mac from this website.
But when I follow the instruction below:
tar -zxvf ecopcr-*.tar.gz
cd ecoPCR/src/
make
I got that series of messages:
global.mk:17: ecopcr.P: No such file or directory
global.mk:17: ecofind.P: No such file or directory
global.mk:17: ecoisundertaxon.P: No such file or directory
gcc -M -o ecoisundertaxon.d ecoisundertaxon.c
In file included from ecoisundertaxon.c:1:0:
libecoPCR/ecoPCR.h:4:19: fatal error: stdio.h: No such file or directory
compilation terminated.
make: *** [ecoisundertaxon.P] Error 1
How do I make it install properly?