[R-SIG-Mac] compiling R.app when R.Framework is in ~/Library
Simon Urbanek
simon.urbanek at r-project.org
Thu Jan 26 15:20:16 CET 2006
On Jan 25, 2006, at 6:13 AM, Roberto Canteri wrote:
> Hi to everybody,
>
> I would like to have R.Framework in the location ~/Library because
> I am not anymore the admin of the laptop and I would like to be
> free from asking to the admin for the installation and managing of R.
> I' ve compiled and installed successfully R with --enable-R-
> framework='~/Library/Frameworks/' to install it in local ~/Library.
> Unfortunately I do not succed to compile R.app. First of all I
> changed the location of R.Framework in the project but it was not
> sufficient,
That is true, you need to add ~/Library/Frameworks/R.framework/
Headers to the include path (-I) in the compiler options. R headers
directory structure is not compatible with the way frameworks are
included so we still need the to set the header path explicitly.
Cheers,
Simon
More information about the R-SIG-Mac
mailing list