Closed dtrudg closed 9 years ago
With intel compiler, knetfile.c requires includ of sys/select.h to build.
Also various samtools code is POSIX, but R is C99 - and might be setup to build packages with -std=c99. Flag the POSIX source files with #define as done by rsamtools:
https://github.com/Bioconductor-mirror/Rsamtools/commit/c70ed5a3b4068aff3af65ca14274ac45b2a28330
With intel compiler, knetfile.c requires includ of sys/select.h to build.
Also various samtools code is POSIX, but R is C99 - and might be setup to build packages with -std=c99. Flag the POSIX source files with #define as done by rsamtools:
https://github.com/Bioconductor-mirror/Rsamtools/commit/c70ed5a3b4068aff3af65ca14274ac45b2a28330