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 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
> 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 > >
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 foundcat 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
Possibly Parallel Threads
- Building from source under Windows 7
- builiding R from sources
- Building R on Windows 7 -- No rule to make target `etc/GETDESC', needed by `fixetc'.
- install.packages hangs RGui with frozen rpwd process at bottom of process tree (PR#13734)
- Compiling C codes in Windows