Error while installing ecoPCR: libecoPCR/ecoPCR.h:4:19: fatal error: stdio.h: No such file or directory #5

Closed
opened 2019-10-01 20:37:32 +00:00 by beausoleilmo · 2 comments
beausoleilmo commented 2019-10-01 20:37:32 +00:00 (Migrated from git.metabarcoding.org)

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?

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?
beausoleilmo commented 2019-10-02 02:22:00 +00:00 (Migrated from git.metabarcoding.org)

I found it! I ran the commands below:

cd /Library/Developer/CommandLineTools/Packages/
open macOS_SDK_headers_for_macOS_10.14.pkg
I found it! I ran the commands below: ``` cd /Library/Developer/CommandLineTools/Packages/ open macOS_SDK_headers_for_macOS_10.14.pkg ```
beausoleilmo commented 2019-10-04 02:08:57 +00:00 (Migrated from git.metabarcoding.org)

closed

closed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: obitools/ecopcr#5
No description provided.