-
Notifications
You must be signed in to change notification settings - Fork 25
librinterface must be .dll for WIndows #4
Comments
It might work with Cygwin, or MinGW. Regarding prebuilt DLLs Installing binary packages is something that Julia was not really prepared for last time I looked at it... but since I last had the time to work on this Julia seems to introduced a number of new things. I hope to look at this again in the near future. |
This is what I got when I tried to build with MinGW C:\Users\Gerri\AppData\Roaming\julia\packages\Rif\deps>make |
Try editing out the offending option in
|
I got rutils to compile that way, but librinterface needs rinterface.h, which I can't find anywhere. Searching on google, I find references to it being not available for windows. Any suggestions? From: Laurent Gautier [mailto:[email protected]] Try editing out the offending option in {your .julia directory}/Rif/Make.inc (see default content below), then try again importing the package in Julia. -- mode: makefile-gmake --CC= gcc — |
Ah, yes. "rinterface.h" can be found in the R source. At the difference of Linux and OS X, it is not part of the installation with R binaries for Microsoft Windows. Questions about why this is the case, and whether this could be changed, are something for the r-devel mailing-list. |
one more question: what exactly are you trying to include in the link step with the '--ldflags' option?
|
The R executable can be used to return information about the way R can be linked against. However, for this to function properly one needs to:
|
I put Windows aside, since the packages required for Windows development is non-trivial and tried the Mac. librinterface.so doesn't build there either. Error message is execvp(): No such file or directory failed process: process Make All From: Laurent Gautier [mailto:[email protected]] The R executable can be used to return information about the way R can be linked against. However, for this to function properly one needs to:
— |
This package won't run on Windows. The automatic build fails. I tried creating a .dll with the source files for librinterface and can't get it to build using Visual Studio. It would be preferable if an already built .dll was available.
The text was updated successfully, but these errors were encountered: