search for: svt_iv

Displaying 2 results from an estimated 2 matches for "svt_iv".

Did you mean: set_id
2010 Oct 27
1
install RSPerl on Fedora
...mand line sudo R CMD INSTALL ~/Download/RSPerl_0.92-1.tar.gz It failed with following errors, could some one offer help? Thanks Yuan Converters.c: In function ?PerlAllocHomogeneousVector?: Converters.c:1003: error: ?elementType? undeclared (first use in this function) Converters.c:1004: error: ?SVt_IV? undeclared (first use in this function) Converters.c:1005: error: ?SVt_PVIV? undeclared (first use in this function) Converters.c:1008: error: ?SVt_NV? undeclared (first use in this function) Converters.c:1009: error: ?SVt_PVNV? undeclared (first use in this function) Converters.c:1012: error: ?SV...
2011 Jun 27
0
Errors when installing RSPerl-0.92
...function ‘PerlAddHomogeneousElement’: Converters.c:1056:7: error: duplicate case value Converters.c:1041:7: error: previously used here make: *** [Converters.o] Error 1 ERROR: compilation failed for package ‘RSPerl’ * removing ‘/usr/lib64/R/library/RSPerl’ The errors involve the use of C constants SVt_IV (perl integer) and SVt_RV (perl reference). As of perl 5.12, SVt_RV is synonymous with SVt_IV. So the switch statements containing both throw a duplicate value error. Well, I reasoned that the integer interpretation may only be needed now and commented out the SVt_IV entries in Converters.c and Re...