RE: [Rd] compiling and making R-2.0.1 for windows XP

2005-01-28 Thread Liaw, Andy
 From: John Marsland
 
 I am having no luck compiling R-2.0.1 on a Windows XP 
 platform. I have not had these problems when compliling 
 previous versions of R.
 
 I've installed all the recommended software and tools. But I 
 cannot get round this error message:
 
 make
 make[1]: `Rpwd.exe' is up to date.
 make -f Makefile.docfiles
 make[3]: Nothing to be done for `docfiles'.
  Building ../../../library/base/R/Rprofile from 
 ../../library/profile/Common.R 
 ../../library/profile/Rprofile.windows
 mkdir -p ../../../library/base/R
 cat: not found
  ^^

Have you checked to make sure the *nix tools in Rtool.zip is in the PATH?

Andy

 make[3]: *** [../../../library/base/R/Rprofile] Error 127
 make[2]: *** [fixfiles] Error 2
 make[1]: *** [rbuild] Error 2
 make: *** [all] Error 2
 
 Can anybody suggest a solution?
 
 Thanks,
 
 John
 
 __
 R-devel@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-devel
 


__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] compiling and making R-2.0.1 for windows XP

2005-01-28 Thread Uwe Ligges
John Marsland wrote:
I am having no luck compiling R-2.0.1 on a Windows XP platform. I have not had 
these problems when compliling previous versions of R.
I've installed all the recommended software and tools. But I cannot get round 
this error message:
make
make[1]: `Rpwd.exe' is up to date.
make -f Makefile.docfiles
make[3]: Nothing to be done for `docfiles'.
 Building ../../../library/base/R/Rprofile from 
../../library/profile/Common.R ../../library/profile/Rprofile.windows
mkdir -p ../../../library/base/R
cat: not found
cat should be among the tools, looks like Duncan's latest release of 
tools.zip is missing cat (and I have tested the new release by 
overwriting older files, so I haven't noticed at least one file is 
missing this time).

Uwe


make[3]: *** [../../../library/base/R/Rprofile] Error 127
make[2]: *** [fixfiles] Error 2
make[1]: *** [rbuild] Error 2
make: *** [all] Error 2
Can anybody suggest a solution?
Thanks,
John
__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] compiling and making R-2.0.1 for windows XP

2005-01-28 Thread Prof Brian Ripley
On Fri, 28 Jan 2005, Uwe Ligges wrote:
John Marsland wrote:
I am having no luck compiling R-2.0.1 on a Windows XP platform. I have not 
had these problems when compliling previous versions of R.

I've installed all the recommended software and tools. But I cannot get 
round this error message:

make
make[1]: `Rpwd.exe' is up to date.
make -f Makefile.docfiles
make[3]: Nothing to be done for `docfiles'.
 Building ../../../library/base/R/Rprofile from 
../../library/profile/Common.R 
../../library/profile/Rprofile.windows
mkdir -p ../../../library/base/R
cat: not found
cat should be among the tools, looks like Duncan's latest release of 
tools.zip is missing cat (and I have tested the new release by overwriting 
older files, so I haven't noticed at least one file is missing this time).
It is in the list mentioned in INSTALL, which is worth checking
--
Brian D. Ripley,  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595
__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] compiling and making R-2.0.1 for windows XP

2005-01-28 Thread Duncan Murdoch
On Fri, 28 Jan 2005 15:37:41 + (GMT), Prof Brian Ripley
[EMAIL PROTECTED] wrote :

On Fri, 28 Jan 2005, Uwe Ligges wrote:

 John Marsland wrote:

 I am having no luck compiling R-2.0.1 on a Windows XP platform. I have not 
 had these problems when compliling previous versions of R.
 
 I've installed all the recommended software and tools. But I cannot get 
 round this error message:
 
 make
 make[1]: `Rpwd.exe' is up to date.
 make -f Makefile.docfiles
 make[3]: Nothing to be done for `docfiles'.
  Building ../../../library/base/R/Rprofile from 
 ../../library/profile/Common.R 
 ../../library/profile/Rprofile.windows
 mkdir -p ../../../library/base/R
 cat: not found

 cat should be among the tools, looks like Duncan's latest release of 
 tools.zip is missing cat (and I have tested the new release by overwriting 
 older files, so I haven't noticed at least one file is missing this time).

It is in the list mentioned in INSTALL, which is worth checking

I accidentally put cal in instead of cat; it was fixed just
yesterday.  

Duncan Murdoch

__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] compiling and making R-2.0.1 for windows XP

2005-01-28 Thread John Marsland
 
On Friday, January 28, 2005, at 03:42PM, Duncan Murdoch [EMAIL PROTECTED] 
wrote:

On Fri, 28 Jan 2005 15:37:41 + (GMT), Prof Brian Ripley
[EMAIL PROTECTED] wrote :

On Fri, 28 Jan 2005, Uwe Ligges wrote:

 John Marsland wrote:

 I am having no luck compiling R-2.0.1 on a Windows XP platform. I have not 
 had these problems when compliling previous versions of R.
 
 I've installed all the recommended software and tools. But I cannot get 
 round this error message:
 
 make
 make[1]: `Rpwd.exe' is up to date.
 make -f Makefile.docfiles
 make[3]: Nothing to be done for `docfiles'.
  Building ../../../library/base/R/Rprofile from 
 ../../library/profile/Common.R 
 ../../library/profile/Rprofile.windows
 mkdir -p ../../../library/base/R
 cat: not found

 cat should be among the tools, looks like Duncan's latest release of 
 tools.zip is missing cat (and I have tested the new release by overwriting 
 older files, so I haven't noticed at least one file is missing this time).

It is in the list mentioned in INSTALL, which is worth checking

I accidentally put cal in instead of cat; it was fixed just
yesterday.  

Duncan Murdoch



Thankyou. I just re-downloaded tools.zip and everything seems to work.

Regards,

John

__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel