compiling R.app when R.Framework is in ~/Library
Many thanks for the hints. I succed to build R.app by addressing the headers and framework in R project, plus changing 3 links in the file Info.plist. R.app works perfectly but if I delete the Mac-GUI folder it doesn't work anymore. Anyone knows how to fix it? Many thank in advance. Regards Roberto
On 26/gen/06, at 15:20, Simon Urbanek wrote:
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