Entering edit mode
Andrés Rogers
▴
20
@andres-rogers-4149
Last seen 10.2 years ago
Hello bioconductor community, this is my first post so please excuse
me if i
make any protocol mistake, also please note that english is not my
native
language.
I'm trying to install the package GeneR (
http://bioconductor.org/packages/release/bioc/html/GeneR.html)
but for some reason i can't complete the compilation process.
Im currently using Archlinux, R 2.11 , gcc 4.5 and the stable release
of
Bioconductor (2.6).
Here is what i'm doing (i have already installed other packages
without
problem)
sudo R
> source("http://bioconductor.org/biocLite.R")
> biocLite("GeneR")
and here is the output:
...
* installing *source* package âGeneRâ ...
** libs
g++ -I/usr/include/R/ -I/usr/local/include -fpic -march=i686
-mtune=generic -O2 -pipe -c GeneR_glob.cc -o GeneR_glob.o
g++ -I/usr/include/R/ -I/usr/local/include -fpic -march=i686
-mtune=generic -O2 -pipe -c GeneR_seq.cc -o GeneR_seq.o
g++ -I/usr/include/R/ -I/usr/local/include -fpic -march=i686
-mtune=generic -O2 -pipe -c complementaire.cc -o complementaire.o
g++ -I/usr/include/R/ -I/usr/local/include -fpic -march=i686
-mtune=generic -O2 -pipe -c compoSeq.cc -o compoSeq.o
compoSeq.cc: En la función âvoid sys_exactmatch(int*, char**, int*,
int*,
int*, int*, int*, int*, int*, int*, int*, int*)â:
compoSeq.cc:77:9: error: no hay coincidencias al convertir la función
âstrstrâ al tipo âchar* (*)(const char*, const char*)â
/usr/include/string.h:329:1: error: los candidatos son: char*
strstr(char*,
const char*)
/usr/include/string.h:335:1: error: const char*
strstr(const char*, const char*)
compoSeq.cc:81:11: error: no hay coincidencias al convertir la
función
âstrcasestrâ al tipo âchar* (*)(const char*, const char*)â
/usr/include/string.h:367:20: error: los candidatos son: char*
strcasestr(char*, const char*)
/usr/include/string.h:369:28: error: const char*
strcasestr(const char*, const char*)
make: *** [compoSeq.o] Error 1
ERROR: compilation failed for package âGeneRâ
* removing â/usr/lib/R/library/GeneRâ
...
any help is much appreciated, as i'm needing this for my master thesis
work,
thanks!
[[alternative HTML version deleted]]