Displaying 1 result from an estimated 1 matches for "want_r_framework".
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
...sions/${PACKAGE_VERSION}/Resources/
bin/libR.dylib -compatibility_version ${PACKAGE_VERSION}
-current_version ${PACKAGE_VERSION}"
R_FRAMEWORK_DIR specifies the full path including the framework name,
at least according to the previous definition:
configure.ac@154:
if test "${want_R_framework}" = yes; then
R_FRAMEWORK_DIR="/Library/Frameworks/R.framework"
else
R_FRAMEWORK_DIR="${want_R_framework}/R.framework"
want_R_framework=yes
fi
therefore R.framework should be removed from the path at line 1094
3) Chicken-and-egg problem:
There is a chicke...