Re: [R-SIG-Mac] rJava: configure error: One or more JNI types differ from the corresponding native type

2016-02-10 Thread Jan Deleeuw
0.9-8 solves the problem with environmental variables but I now get checking whether JRI should be compiled (autodetect)... yes ./configure: line 3816: syntax error near unexpected token `WANT_JRI,' ./configure: line 3816: `AM_CONDITIONAL(WANT_JRI, test "x${want_jri}" = yes)' ERROR: configurat

Re: [R-SIG-Mac] rJava: configure error: One or more JNI types differ from the corresponding native type

2015-11-03 Thread Marius Hofert
... worked flawlessly with rJava 0.9-8 from https://www.rforge.net/rJava/files/ -- thanks a ton, Simon! Cheers, Marius On Tue, Nov 3, 2015 at 4:57 PM, Simon Urbanek wrote: > Please make sure you are using rJava 0.9-8 since your JVM is lacking the path > in libjvm and you are on 10.11 which has

Re: [R-SIG-Mac] rJava: configure error: One or more JNI types differ from the corresponding native type

2015-11-03 Thread Simon Urbanek
Please make sure you are using rJava 0.9-8 since your JVM is lacking the path in libjvm and you are on 10.11 which has issues with passing env vars. Cheers, Simon > On Nov 3, 2015, at 4:20 PM, Marius Hofert wrote: > > Hi, > > I run R (devel and 3.2.2) under Mac OS X 10.11.1. I installed the

[R-SIG-Mac] rJava: configure error: One or more JNI types differ from the corresponding native type

2015-11-03 Thread Marius Hofert
Hi, I run R (devel and 3.2.2) under Mac OS X 10.11.1. I installed the JDK via jdk-8u66-macosx-x64.dmg ("java -version" works in the terminal). When I do install.packages("rJava"), I receive: ... checking whether JNI programs can be compiled... yes checking JNI data types... configure: error: One