Skip to content

Symlinks when building R on windows

5 messages · Olivier BARTHELEMY, Duncan Murdoch

#
On 13-12-18 5:24 AM, Olivier BARTHELEMY wrote:
This doesn't sound like a good idea.  The Rtools are set up for native 
Windows builds.  If you run configure yourself, you'll be targeting a 
Cygwin build -- but that's something we don't support.

What you should do is follow the instructions for native Windows builds 
that are given in chapter 3 of the Installation and Administration 
manual.  In particular, *do not* run configure.

If you do choose to create a Cygwin build, please make sure it passes 
the tests before you use it.  I haven't seen one that does.

Duncan Murdoch
11 days later
#
On 13-12-30 4:47 AM, Olivier BARTHELEMY wrote:
I've never seen that error, so can't offer much help.  Did you delete 
everything from your previous unsuccessful build attempts?

Do note that it is not a syntax error, it's an evaluation error.  It 
would likely have happened during the construction of the colorspaces 
list, which calls make.rgb later in that same file.  You could insert 
print() or message() statements to localize the error, but it's not an 
error that should have happened in a valid build.

Duncan Murdoch