Re: [Rd] Seeking advice regarding compilation of large libraries using RTools (Windows)

2017-03-07 Thread Richard Beare
So far I've been using the separate cmake package (direct from kitware), rather than one available via msys2 (as I started without msys2). I'll have a play with the msys2 versions. The problem definitely seems to be with ld - it sits at high load for days at a time, and I haven't seen it complete

Re: [Rd] Seeking advice regarding compilation of large libraries using RTools (Windows)

2017-03-07 Thread Ray Donnelly
On Mon, Mar 6, 2017 at 8:21 PM, Richard Beare wrote: > Yep - simpleITK is available at github.com/SimpleITK/SimpleITK. There's > also github.com/SimpleITK/SimpleITKRInstaller - a devtools based installer > for mac and linux. > > CMake has a range of build environments. I

Re: [Rd] Seeking advice regarding compilation of large libraries using RTools (Windows)

2017-03-06 Thread Richard Beare
Yep - simpleITK is available at github.com/SimpleITK/SimpleITK. There's also github.com/SimpleITK/SimpleITKRInstaller - a devtools based installer for mac and linux. CMake has a range of build environments. I experimented with MSYS2 and mingw makefiles, but had trouble with incompatibilities in

Re: [Rd] Seeking advice regarding compilation of large libraries using RTools (Windows)

2017-03-06 Thread Jeroen Ooms
On Mon, Mar 6, 2017 at 6:33 AM, Richard Beare wrote: > 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. Is it available

[Rd] Seeking advice regarding compilation of large libraries using RTools (Windows)

2017-03-06 Thread Richard Beare
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