You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on the your JRI project trying to automate the build using Maven with native-maven-plugin. The process is quite slow because I haven't worked with the native interface before.
I am now encountering the following problem when compiling the C sources:
jri.h:5:15: fatal error: R.h: No such file or directory
#include <R.h>
^
I cannot find the R.h header file anywhere. Could you please advise?
Thanks,
Alex
The text was updated successfully, but these errors were encountered:
Hi @s-u ,
I'm working on the your JRI project trying to automate the build using Maven with native-maven-plugin. The process is quite slow because I haven't worked with the native interface before.
I am now encountering the following problem when compiling the C sources:
jri.h:5:15: fatal error: R.h: No such file or directory
#include <R.h>
^
I cannot find the R.h header file anywhere. Could you please advise?
Thanks,
Alex
The text was updated successfully, but these errors were encountered: