[R] building packages under NT - missing headers?

Prof Brian D Ripley ripley at stats.ox.ac.uk
Tue Apr 27 08:10:21 CEST 1999


On Mon, 26 Apr 1999, Ken Johnson wrote:

> I'm attempting to build an R package for some of my own code (using NT
> x86, rw0640, cygwin b20.1)
> 
> The problem is that some header files required to build libR.seem to be
> missing from the distribution
> 
> $ make libR.a
> dataentry.c:20: Defn.h: No such file or directory
> dataentry.c:21: Print.h: No such file or directory
> 
> These files were not part of the rw0640s archive,  but I note that they
> exist in the 'official' R source -  and I had no problems building the
> package with the previous  release  (633)
> 
> Any ideas what I have missed?

To build libR.a you need the rw0640sp (not rw0640s) distribution: it is the
latter that is intended for package builders, as the readme.packages says.
This was true for rw0633 too. rw0640sp.zip should include the include files
and R.exp, which is what is trying to be built here.

Let us know privately if you have any further problems.

-- 
Brian D. Ripley,                  ripley at 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 at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list