search for: rwinlib

Displaying 17 results from an estimated 17 matches for "rwinlib".

2001 Feb 23
0
cross building
...$PATH /home/jyan/cross-tools/bin:/home/jyan/cross-tools/i386-mingw32msvc/bin: /usr/lib:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games Following the instructions, I was able to go through the following: jyan at ludwig:/a3/jyan/src/R-1.2.1/src/gnuwin32$ make PKGDIR=/home/jyan RLIB=/home/jyan/Rwinlibs STAMP=NO pkg-gee make DLLNM= EXTRADOCS= \ -C /home/jyan/gee PKG=gee RHOME=/a3/jyan/src/R-1.2.1 RLIB=/home/jyan/Rwinlibs \ -f /a3/jyan/src/R-1.2.1/src/gnuwin32/MakePkg make[1]: Entering directory `/a3/jyan/gee' ---------- Making package gee ------------ mkdir -p /home/jyan/Rwinlibs/gee cp...
2017 Jan 03
2
[R] Problems when trying to install and load package "rzmq"
On Tue, Jan 3, 2017 at 3:53 PM, Whit Armstrong <armstrong.whit at gmail.com> wrote: > > I maintian the rzmq project. > > love to get it running on windows, but zmq doesn't play nicely with R's > mingw. It's fairly easy to link against the libraries from rwinlib: https://github.com/rwinlib/zeromq. I'll send you a pull request later this week to fix the binary packages for win+mac.
2018 Feb 09
2
R Compilation gets stuck on Windows 64
On Fri, Feb 9, 2018 at 2:16 AM, Indrajit Sen Gupta <indrajitsg at gmail.com> wrote: > Hi Avraham, > > A quick question - I realized I did not have Perl installed. So I installed > ActiveState Perl right now. Also I see I need texinfo and texi2any. I was > able to installed texinfo from here: > http://gnuwin32.sourceforge.net/packages/texinfo.htm. But not sure where to >
2018 Feb 09
2
R Compilation gets stuck on Windows 64
On Fri, Feb 9, 2018 at 9:29 AM, Kenny Bell <kmbell56 at gmail.com> wrote: > I suggest that you work off the build process in the rwinlib repository so > you are starting from something that you know works and already incorporates > the set of dependencies you need. Hello, Kenny. For what it's worth I've been successfully building R+OpenBLAS on Windows64 since 2013, which I believe predates rwinlib on github, but I ma...
2017 Mar 06
2
Seeking advice regarding compilation of large libraries using RTools (Windows)
...te) linking of dlls, > or > > test executables. I've tried using a FAT32 file system for the build, as > > suggested by some old bug reports, but still have the issue. > > On Windows you can avoid the run-time dll mess by building static libs > of external libraries. See rwinlib for examples: > https://github.com/rwinlib > > > > Any suggestions on where to turn next? Are cross compilers the next step? > > Try building with msys2, but make sure to use gcc/g++ from Rtools by > setting the `CC` and `CXX` variables in the configure script. Cross > co...
2017 Mar 06
2
Seeking advice regarding compilation of large libraries using RTools (Windows)
Hello, I am working on the SimpleITK package for R. This is an enormous package that is largely automatically generated via a set of swig/json/lua magic, and is working well under linux and osx. However we're having a lot of trouble with the Windows side. In fact, we are struggling to get the base libraries to build using the RTools 3.4 toolchain, even before the worrying about the R-specific
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...n] Error 2 > > > Would it be possible for you to share your MkRules.local and Makefile.win > files? Hi Indrajit As somebody above already mentioned, the full build script as well as MkRules.local that we use for the CRAN releases of R for windows are available from https://github.com/rwinlib/base As is explained in the repository readme, if you have the required dependencies (rtools, miktex innosetup, strawberry perl) all you need to do is run the build-r-devel.bat script from the root of the repository. Once you got this to work, you can adapt it to your needs.
2017 Mar 06
0
Seeking advice regarding compilation of large libraries using RTools (Windows)
...ry long time (possibly infinite) linking of dlls, or > test executables. I've tried using a FAT32 file system for the build, as > suggested by some old bug reports, but still have the issue. On Windows you can avoid the run-time dll mess by building static libs of external libraries. See rwinlib for examples: https://github.com/rwinlib > Any suggestions on where to turn next? Are cross compilers the next step? Try building with msys2, but make sure to use gcc/g++ from Rtools by setting the `CC` and `CXX` variables in the configure script. Cross compiling will make things even more co...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
You can see how the appveyor build works here: https://github.com/rwinlib/base I suggest that you work off the build process in the rwinlib repository so you are starting from something that you know works and already incorporates the set of dependencies you need. On Fri, Feb 9, 2018, 5:33 AM Avraham Adler <avraham.adler at gmail.com> wrote: > On Fri, Feb 9,...
2018 Feb 13
0
R Compilation gets stuck on Windows 64
...r. Anything I can try out at this point? Regards, Indrajit On Fri, Feb 9, 2018 at 9:58 PM, Avraham Adler <avraham.adler at gmail.com> wrote: > On Fri, Feb 9, 2018 at 9:29 AM, Kenny Bell <kmbell56 at gmail.com> wrote: > > I suggest that you work off the build process in the rwinlib repository > so > > you are starting from something that you know works and already > incorporates > > the set of dependencies you need. > > Hello, Kenny. > > For what it's worth I've been successfully building R+OpenBLAS on > Windows64 since 2013, which I b...
2019 Feb 16
3
Trying to compile R 3.5.2 - 32 bit R - on Windows 10 64 bit - with ICU support
Hi, I am trying to compile R with ICU support. I am following https://cran.r-project.org/doc/manuals/R-admin.html#Building-from-source I have downloaded and extracted https://www.stats.ox.ac.uk/pub/Rtools/goodies/ICU_531.zip to W:\R-3.5._\App\R-Portable\ICU I have modified MkRules.local # set to use ICU USE_ICU = YES # path to parent of ICU headers ICU_PATH = w:/R-3.5._/App/R-Portable/ICU I
2017 Mar 07
0
Seeking advice regarding compilation of large libraries using RTools (Windows)
...gt; > > test executables. I've tried using a FAT32 file system for the build, > as > > > suggested by some old bug reports, but still have the issue. > > > > On Windows you can avoid the run-time dll mess by building static libs > > of external libraries. See rwinlib for examples: > > https://github.com/rwinlib > > > > > > > Any suggestions on where to turn next? Are cross compilers the next > step? > > > > Try building with msys2, but make sure to use gcc/g++ from Rtools by > > setting the `CC` and `CXX` variable...
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...ocal and >> Makefile.win >> > files? >> >> >> Hi Indrajit >> >> As somebody above already mentioned, the full build script as well as >> MkRules.local that we use for the CRAN releases of R for windows are >> available from https://github.com/rwinlib/base >> >> As is explained in the repository readme, if you have the required >> dependencies (rtools, miktex innosetup, strawberry perl) all you need >> to do is run the build-r-devel.bat script from the root of the >> repository. >> >> Once you got this t...
2017 Jan 03
2
[R] Problems when trying to install and load package "rzmq"
Possibly so. However, the ZeroMQ libraries do exist for Windows, so it might be possible to get the package working there. However, CRAN probably won't have the libraries, so cannot produce a binary package, and it is also quite possible that the package author is not a Windows person. At the very least, you'll need some familiarity with the Windows toolchain and be prepared to apply a
2018 Feb 13
0
R Compilation gets stuck on Windows 64
...possible for you to share your MkRules.local and Makefile.win > > files? > > > Hi Indrajit > > As somebody above already mentioned, the full build script as well as > MkRules.local that we use for the CRAN releases of R for windows are > available from https://github.com/rwinlib/base > > As is explained in the repository readme, if you have the required > dependencies (rtools, miktex innosetup, strawberry perl) all you need > to do is run the build-r-devel.bat script from the root of the > repository. > > Once you got this to work, you can adapt it to...
2019 Aug 02
2
Rtools contains Python interpreter(s), and six copies?
(Excerpts only). On Sat, Aug 3, 2019 at 12:48 AM Jeroen Ooms <jeroenooms at gmail.com> wrote: > > I'm assuming that Python is required to build R packages, on all operating > > systems. > Please don't assume but read the documentation (preferably before posting). I can't find one reference to Python in the documentation:
2015 May 29
3
Compiling 64bit static library for Windows (Rtools33, MSYS2, cross-compile on linux)
My apologies for cross-posting. I found this site, after I had posted on stack-overflow. I need to compile several static libraries (C & Fortran) which will later be linked with an R package. Rtools33 directory includes /i686-w64-mingw32 directory which I understand creates 32 bit binaries. Yet, there are other 64 bit directories as well. I have three related questions: 1. Can