Skip to content

compiling R.app when R.Framework is in ~/Library

4 messages · Roberto Canteri, stefano iacus, Simon Urbanek

#
Hi,
you should change the settings in XCode so that R(.framework) headers  
can be found in proper places.
Probably you should first drop away the R headers from the R.app  
project and add them again by drag and drop from your ~/Library
stefano


Il giorno 25/gen/06, alle ore 12:13, Roberto Canteri ha scritto:
#
On Jan 25, 2006, at 6:13 AM, Roberto Canteri wrote:

            
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
3 days later
#
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: