Re: [Rpy] Mac OS install problem

2007-09-18 Thread Anand Patil
In case anyone else asks, I seem to have fixed this by editing /Library/Frameworks/R.framework/Resources/include/Rconfig.h and /Library/Frameworks/R.framework/Resources/include/Rversion.h, making them #include the headers in the i386 folder directly instead of trying to detect the architecture.

[Rpy] Mac OS install problem

2007-09-13 Thread Anand Patil
Hi all, I'm getting the following with Python 2.5 under Tiger on a MacBook (Intel), gcc 4.0.1. I fixed the src/rpymodule2051.c:1764: error: ‘R_CStackLimit’ undeclared (first use in this function) error by editing the C function, but the end result was the same. Thanks in advance, Anand Patil