R 中安装 seqminer seqminer其内置 htslib的源码与新版 GCC 的兼容性问题。bcf_index.c:222:38: error: implicit declaration of function strdupbcf_index.c:222:38: error: implicit declaration of function strdup。可以使用Makevars 方法1. 创建 ~/.R/Makevars2. 加入CFLAGS -D_GNU_SOURCE CXXFLAGS -D_GNU_SOURCE3. 重新打开 Rinstall.packages(seqminer)4. 基本可以解决问题
R 中安装 seqminer 报在安装 sequenza的依赖 seqminer时,报以下错误:cc1: warning: command-line option ‘-fvisibility-inl
R 中安装 seqminer seqminer其内置 htslib的源码与新版 GCC 的兼容性问题。bcf_index.c:222:38: error: implicit declaration of function strdupbcf_index.c:222:38: error: implicit declaration of function strdup。可以使用Makevars 方法1. 创建 ~/.R/Makevars2. 加入CFLAGS -D_GNU_SOURCE CXXFLAGS -D_GNU_SOURCE3. 重新打开 Rinstall.packages(seqminer)4. 基本可以解决问题