Skip to content

having trouble building r-devel

2 messages · Mark Bravington, Brian Ripley

#
Aha-- thanks!
Yes, it's just worked for me too. Is it worth mentioning this in the INSTALL file after the sentence that says "IMPORTANT: edit MkRules to set the appropriate paths..."? [It may be that all my builds hitherto have actually invoked an earlier version of R than the one being built, but that this never mattered before.]
Just that, at the moment of running "make", the dot refers to src\gnuwin32, which doesn't pick up the R.exe file. With the commenting-out above, "make" now works fine for me now whether or not PATH starts with a dot. [I thought MS-DOS implicitly put a dot in, i.e. doesn't it always look for EXEs and BATs in the current directory first?] I think I need to start the path with <<current-R-version>>\bin  rather than dot.
*******************************

Mark Bravington
CSIRO (CMIS)
PO Box 1538
Castray Esplanade
Hobart
TAS 7001

phone (61) 3 6232 5118
fax (61) 3 6232 5012
Mark.Bravington@csir
#
On Wed, 8 Sep 2004 Mark.Bravington@csiro.au wrote:

            
It's new in R-devel (part of the attempt to make cross-building more
maintainable).  It's a mistake in the archive and it will be commented out
come the final release barring snafus.
The shell is not often `MS-DOS' (command.com): e.g. I use tcsh, DJM uses
bash and Windows Xp uses cmd.exe.  The first two do not look in the
current directory by default, and so do need `.' in the path to find e.g. 
Rpwd.exe.