Hi, I could not compile CORTEX_release_v1.0.5.21 in a mac with OS X 10.9. Are there anyone who could have any clue? The following is a tail of the message from "install.sh".
==================================
cc -O3 -Wall -Wextra -I ../htslib/htslib/ -I ../string_buffer -c seq_sam.c -o seq_sam.o
readlink: illegal option -- f
usage: readlink [-n] [file ...]
ar -csru libseqfile.a seq_file.o seq_common.o seq_fasta.o seq_fastq.o seq_plain.o seq_sam.o
cc -o seq_convert -O3 -Wall -Wextra -I ../htslib/htslib/ -I ../string_buffer seq_convert.c libseqfile.a -L ../htslib/htslib/ -L ../string_buffer -lstrbuf -lhts -lpthread -lz -lm
cc -o seq_file_test -O3 -Wall -Wextra -I ../htslib/htslib/ -I ../string_buffer seq_file_test.c libseqfile.a -L ../htslib/htslib/ -L ../string_buffer -lstrbuf -lhts -lpthread -lz -lm
cd new_api; make HTSLIB=
if [[ '' == '' ]]; \
then echo "Error: Please pass HTSLIB=... with path to htslib"; exit 1; fi
Error: Please pass HTSLIB=... with path to htslib
make[1]: *** [htslib] Error 1
make: *** [all] Error 2
if test -e needleman_wunsch; then rm needleman_wunsch; fi
for file in ; do rm -r $file; done
for file in ; do rm $file; done
gcc -o needleman_wunsch -O3 -fnested-functions -DCOMPILE_TIME='"Wed Feb 5 10:29:28 AKST 2014"' -DSCORE_TYPE='int' -Wall \
-I . -I ./libs/utility_lib -I ./libs/string_buffer \
-I ./libs/bioinf -I ./libs/alignment_scoring \
nw_cmdline.c needleman_wunsch.c \
./libs/alignment_scoring/*.c ./libs/utility_lib/utility_lib.c \
./libs/bioinf/bioinf.c ./libs/string_buffer/string_buffer.c -lz
./libs/bioinf/bioinf.c:593:47: error: expected ';' at end of declaration
int cmp_chroms(const void *a, const void *b)
^
;
1 error generated.
make: *** [all] Error 1