Skip to content
Prev 37896 / 63421 Next

location of Rconfig.h when using architecture-dependent subdirs

My problem arose while trying to build Graphviz with a swig binding for R.
The wrapper includes R_ext/RS.h which contains #include <Rconfig.h>, then
uses the pkg-config provided search path taken from libR.pc. Currently
this is

Cflags: -I${rincludedir}

Could this be changed to match R_XTRA_CPPFLAGS?

Kjell
On 29.09.10 16:22, "Prof Brian Ripley" <ripley at stats.ox.ac.uk> wrote: