I enclose the 00install.out file that resulted from svn co https://svn.r-project.org/R-packages/trunk/nlme R CMD check nlme I believe I am working with a clean install of R-2.3.1 on an Intel Mac but I could have tweaked something at some point.
Compiling the nlme package on an Intel Mac
4 messages · Douglas Bates, Simon Urbanek
On Jul 3, 2006, at 5:24 PM, Douglas Bates wrote:
I enclose the 00install.out file that resulted from svn co https://svn.r-project.org/R-packages/trunk/nlme R CMD check nlme I believe I am working with a clean install of R-2.3.1 on an Intel Mac but I could have tweaked something at some point.
I guess the list ate your attachment - you may want to send it directly to me. FWIW nlme passed make check when checked out from the above SVN (however, I was using 2.3.0). Cheers, Simon
As I said, it may be that I have made some modification in the Resources directory that is causing it to try to compile for the Frameworks architecture.
On 7/3/06, Simon Urbanek <simon.urbanek at r-project.org> wrote:
On Jul 3, 2006, at 5:24 PM, Douglas Bates wrote:
I enclose the 00install.out file that resulted from svn co https://svn.r-project.org/R-packages/trunk/nlme R CMD check nlme I believe I am working with a clean install of R-2.3.1 on an Intel Mac but I could have tweaked something at some point.
I guess the list ate your attachment - you may want to send it directly to me. FWIW nlme passed make check when checked out from the above SVN (however, I was using 2.3.0). Cheers, Simon
-------------- next part -------------- A non-text attachment was scrubbed... Name: 00install.out Type: application/octet-stream Size: 7923 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20060703/64ddb410/attachment-0001.obj
On Jul 3, 2006, at 6:31 PM, Douglas Bates wrote:
As I said, it may be that I have made some modification in the Resources directory that is causing it to try to compile for the Frameworks architecture.
* Installing *source* package 'nlme' ...
** libs
** arch - Frameworks
^^ - that is, of course nonsense. My guess would be that there is
"Frameworks" in your ${R_HOME)/bin/exec - you'll have to remove it,
because R thinks that it is another architecture it needs to support.
Cheers,
Simon