开发者

trouble installing JRI (R to java)

开发者 https://www.devze.com 2023-03-20 21:49 出处:网络
I\'m wondering if anyone has experience with my error message or has any advice. When I run the ./configure file it runs with no error.When I run the make file I get

I'm wondering if anyone has experience with my error message or has any advice.

When I run the ./configure file it runs with no error. When I run the make file I get

make -C src JRI.jar
gcc-4.2 -arch x86_64 -std=gnu99 -c -o Rengine.o Rengine.c -g -Iinclude -g -O2 -I/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include -I/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include/. -fno-common -I/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include -I/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include/. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64
Rengine.c: In function ‘Java_org_rosuda_JRI_Rengine_rniParse’:
Rengine.c:89: error: too few arguments to function ‘R_ParseVector’
Rengine.c: In function ‘Java_org_rosuda_JRI_Rengine_rniRunMainLoop’:
Rengine.c:181: warning: implicit declaration of function ‘run_Rmainloop’
Rengine.c: In function ‘Java_org_rosuda_JRI_Rengine_rniGetList’:
Rengine.c:313: warning: implicit declaration of function ‘jri_error’
Rengine.c: In function ‘Java_org_rosuda_JRI_Rengine_rniStop’:
Rengine.c:377: warning: implicit declaration of function ‘getpid’
make[1]: *** [Rengine.o] Error 1
make: *** [src/JRI.jar] Error 2

I've seen the same or similar question asked on other forums but it didn't seem that anyone had there question answered. Wondering if anyone k开发者_如何学编程new what this means on stackoverflow.


Try using the rJava distribution instead (JRI is now part of rJava).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号