From: ripley@stats.ox.ac.uk
Date: Fri 28 Jun 2002 - 16:56:30 EST
Message-id: <Pine.LNX.4.31.0206280753560.27901-100000@gannet.stats>
On Fri, 28 Jun 2002, Thomas Yee wrote:
> Hello,
>
> I am trying to build an R package for Windows from an R package
> for Linux. There seems to be a "windres" problem somewhere.
> Here's what I get.
>
> C:\Temp>Rcmd build --binary VGAM > mm
> make[2]: windres: Command not found
> make[2]: *** [VGAM_res.o] Error 127
> make[1]: *** [src/VGAM.dll] Error 2
> make: *** [pkg-VGAM] Error 2
windes is part of the compiler suite, so you either have not installed the
compilers or not put them in your path.
Please review `readme.packages'.
And, BTW, I suggest you use Rcmd check or even Rcmd INSTALL first, as you
can't build a binary package unless you can install it,
-- Brian D. Ripley, ripley@stats.ox.ac.uk 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 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
This archive was generated by hypermail 2.1.3 : Wed 16 Oct 2002 - 11:57:34 EST