search for: ruchardet

Displaying 1 result from an estimated 1 matches for "ruchardet".

2013 Mar 11
1
"undefined symbol" when `R CMD check'.
Hi! All. I want to make R package with "http://code.google.com/p/uchardet/" library. But I encountered error. Executable file with -lchardet works well but shared library didn't work with dyn.load() with Rcpp. Can any one give some tips? * installing *source* package ‘Ruchardet’ .. ** libs g++ -I/usr/share/R/include -DNDEBUG -I/usr/local/include -I/usr/include -I"/home/gogamza/R/x86_64-pc-linux-gnu-library/2.15/Rcpp/include" -fpic -O2 -pipe -g -c getCharEncoding.cpp -o getCharEncoding.o g++ -shared -o Ruchardet.so getCharEncoding.o -L/home/gogamza/R/x86_64-pc...