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.
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