<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hello,<div><br></div><div>This type of e-mail should typically be set to the ITK community mailing list so that all can benefit.</div><div><br><div><div>Your error message indicates that you are building SimpleITK. Further the link error says that the R framework is missing.</div><div><br></div><div>1) Are you trying to build SimpleITK for R? If not disable it in the CMake configuration.</div><div>2) Verify that have the R development installed. Determine the location of "R.h" as well as the share library libR.dylib.</div><div>3) Verify your CMake configuration for SimpleITK with R.</div><div>This is how I have configure SimpleITK for R on my system:</div><div><div> R_COMMAND                        /usr/bin/R                                   </div><div> R_HOME                           /Library/Frameworks/R.framework/Resources    </div><div> R_INCLUDE_DIR                    /Library/Frameworks/R.framework/Headers      </div><div> R_LIBRARY_BASE                   /Library/Frameworks/R.framework  </div></div><div><br></div><div>I am using the standard version downloaded from <a href="http://cran.r-project.org">cran.r-project.org</a>. There may be other version available, with different configurations.</div><div><br></div><div>Hope this help you problem. Please let us know what the issue was.</div><div><br></div><div>Thanks,</div><div>Brad</div><div><br></div><div>On Apr 15, 2014, at 6:14 PM, Chao Wang <<a href="mailto:dynastywang1010@gmail.com">dynastywang1010@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><span style="font-family: arial, sans-serif; font-size: 13px;">Hi, </span><div style="font-family: arial, sans-serif; font-size: 13px;"><br></div><div style="font-family: arial, sans-serif; font-size: 13px;">
I have been trying to install simpeitk on Mac 10.9.2. </div><div style="font-family: arial, sans-serif; font-size: 13px;">With all prerequisite installed and following all the step, it gives me an error below: </div>
<div style="font-family: arial, sans-serif; font-size: 13px;"><br></div><div style="font-family: arial, sans-serif; font-size: 13px;"><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(255, 109, 67); background-color: rgb(148, 33, 147);">
Linking CXX shared module ../lib/_SimpleITK.so</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(255, 251, 0); background-color: rgb(148, 33, 147);">[ 98%] Built target SimpleITK_PYTHON</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(3, 41, 215); background-color: rgb(148, 33, 147);">
<span style="color:rgb(255,251,0)">[ 98%] </span>Swig source to generate R wrapping</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(255, 108, 255); background-color: rgb(148, 33, 147);">Scanning dependencies of target SimpleITK_R</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(93, 222, 74); background-color: rgb(148, 33, 147);"><span style="color:rgb(255,251,0)">[ 98%] </span>Building CXX object Wrapping/CMakeFiles/SimpleITK_R.dir/SimpleITKR_wrap.cxx.o</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(255, 109, 67); background-color: rgb(148, 33, 147);">Linking CXX shared module Rpackaging/SimpleITK/src/SimpleITK.so</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(255, 251, 0); background-color: rgb(148, 33, 147);">
ld: framework not found R</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(255, 251, 0); background-color: rgb(148, 33, 147);">clang: error: linker command failed with exit code 1 (use -v to see invocation)</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(255, 251, 0); background-color: rgb(148, 33, 147);">make[5]: *** [Wrapping/Rpackaging/SimpleITK/src/SimpleITK.so] Error 1</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(255, 251, 0); background-color: rgb(148, 33, 147);">
make[4]: *** [Wrapping/CMakeFiles/SimpleITK_R.dir/all] Error 2</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(255, 251, 0); background-color: rgb(148, 33, 147);">make[3]: *** [all] Error 2</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(255, 251, 0); background-color: rgb(148, 33, 147);">
make[2]: *** [SimpleITK-prefix/src/SimpleITK-stamp/SimpleITK-build] Error 2</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(255, 251, 0); background-color: rgb(148, 33, 147);">make[1]: *** [CMakeFiles/SimpleITK.dir/all] Error 2</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(255, 251, 0); background-color: rgb(148, 33, 147);">make: *** [all] Error 2</div></div><div style="font-family: arial, sans-serif; font-size: 13px;"><div>
<br></div>I am wondering if this is a common problem. Please help me out. </div><div style="font-family: arial, sans-serif; font-size: 13px;"><br></div><div style="font-family: arial, sans-serif; font-size: 13px;">
Thanks,</div><div style="font-family: arial, sans-serif; font-size: 13px;"><br></div><div style="font-family: arial, sans-serif; font-size: 13px;">Danny</div></div>
</blockquote></div><br></div></body></html>