Hi
I am trying to install tabix/samtools on my mac os x 10.8.2.
After typing $ make I het the following message:
gcc -c -g -Wall -O2 -fPIC -D_FILE_OFFSET_BITS=64 -D_USE_KNETFILE -DBGZF_CACHE bgzf.c -o bgzf.o
bgzf.c:25:19: error: stdio.h: No such file or directory
bgzf.c:26:20: error: stdlib.h: No such file or directory
bgzf.c:27:20: error: string.h: No such file or directory
bgzf.c:28:20: error: unistd.h: No such file or directory
bgzf.c:29:20: error: assert.h: No such file or directory
bgzf.c:30:23: error: sys/types.h: No such file or directory
In file included from bgzf.c:31:
bgzf.h:31:20: error: stdint.h: No such file or directory
bgzf.h:33:18: error: zlib.h: No such file or directory
In file included from bgzf.c:31:
bgzf.h:46: error: expected specifier-qualifier-list before ‘int64_t’
bgzf.h:55: error: expected specifier-qualifier-list before ‘size_t’
bgzf.h:99: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bgzf_read’
bgzf.h:109: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bgzf_write’
bgzf.h:132: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bgzf_seek’
and so on..
I am new to terminal installations and would like help in a low tec level.
I believe I need some functions from the bgzf library or maybe they just need to be put into the right path?
I have the developers package with Xcode, make, gcc ...
Thanks,
LouiseT
I am trying to install tabix/samtools on my mac os x 10.8.2.
After typing $ make I het the following message:
gcc -c -g -Wall -O2 -fPIC -D_FILE_OFFSET_BITS=64 -D_USE_KNETFILE -DBGZF_CACHE bgzf.c -o bgzf.o
bgzf.c:25:19: error: stdio.h: No such file or directory
bgzf.c:26:20: error: stdlib.h: No such file or directory
bgzf.c:27:20: error: string.h: No such file or directory
bgzf.c:28:20: error: unistd.h: No such file or directory
bgzf.c:29:20: error: assert.h: No such file or directory
bgzf.c:30:23: error: sys/types.h: No such file or directory
In file included from bgzf.c:31:
bgzf.h:31:20: error: stdint.h: No such file or directory
bgzf.h:33:18: error: zlib.h: No such file or directory
In file included from bgzf.c:31:
bgzf.h:46: error: expected specifier-qualifier-list before ‘int64_t’
bgzf.h:55: error: expected specifier-qualifier-list before ‘size_t’
bgzf.h:99: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bgzf_read’
bgzf.h:109: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bgzf_write’
bgzf.h:132: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bgzf_seek’
and so on..
I am new to terminal installations and would like help in a low tec level.
I believe I need some functions from the bgzf library or maybe they just need to be put into the right path?
I have the developers package with Xcode, make, gcc ...
Thanks,
LouiseT
Comment