<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;" class="">
I now have an environment to resume testing solutions to the Mac OS SIP problem. I am trying to compile GRASS 7 under the new El Capitan OS with SIP enabled and have run into a rather odd error
<div class=""><br class="">
</div>
<div class="">I have errors in all the Python scripts, but not other modules. This is odd since the Python scripts don't really need to be compiled at all. As usual, I've set up my path to prioritize the system Python 2.7. </div>
<div class=""><br class="">
</div>
<div class=""><!--StartFragment-->
<p style="margin-top:5pt;margin-bottom:5pt;font-family:Calibri;font-size:11.0pt" class="">
export PATH="/System/Library/Frameworks/Python.framework/Versions/2.7/bin:$PATH"</p>
<!--EndFragment--></div>
<div class=""><br class="">
</div>
<div class="">I'm compiling pure 64bit, using wxPython 3.0.2 (which I've been able to do successfully previously). So no mismatch with 32bit wxPython 2.8.  </div>
<div apple-content-edited="true" class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="orphans: 2; text-align: -webkit-auto; widows: 2; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class=""></div>
</div>
</span></div>
</span></div>
</span></div>
</span></div>
</span></div>
</span></div>
</span></div>
</span></div>
</div>
</div>
</div>
<div class=""><br class="">
</div>
<div class="">Here is an example of one of the errors (for d.correlate)</div>
<div class=""><br class="">
</div>
<div class="">cmb-imaccsdctest:d.correlate cmbarton$ make</div>
<div class="">if [ "/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/scripts/d.correlate" != "" ] ; then GISRC=/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/demolocation/.grassrc72 GISBASE=/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0
 PATH="/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/bin:/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/bin:/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/scripts:$PATH" PYTHONPATH="/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/etc/python:/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/gui/wxpython:$PYTHONPATH" DYLD_LIBRARY_PATH="/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/bin:/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/bin:/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/scripts:/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/lib:/Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/lib:"
 LC_ALL=C /Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/scripts/d.correlate --html-description < /dev/null | grep -v '</body>\|</html>' > d.correlate.tmp.html ; fi<br class="">
dyld: Library not loaded: /Applications/GRASS-7.2.app/Contents/MacOS/lib/libgrass_gis.7.2.svn.dylib<br class="">
  Referenced from: /Users/cmbarton/grass_source/releasebranch_7_2copy/dist.x86_64-apple-darwin15.5.0/bin/g.parser<br class="">
  Reason: image not found<br class="">
make: *** [d.correlate.tmp.html] Error 1<br class="">
rm d.correlate.tmp.html<br class="">
<br class="">
Any thoughts on what this is? </div>
<div class=""><br class="">
</div>
<div class="">Michael</div>
<div class=""><br class="">
</div>
<div class="">
<div apple-content-edited="true" class="">
<div style="orphans: auto; text-align: start; text-indent: 0px; widows: auto; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="orphans: auto; text-align: start; text-indent: 0px; widows: auto; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="orphans: 2; text-align: -webkit-auto; text-indent: 0px; widows: 2; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; orphans: 2; text-indent: 0px; widows: 2; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; orphans: 2; text-indent: 0px; widows: 2; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; orphans: 2; text-indent: 0px; widows: 2; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; orphans: 2; text-indent: 0px; widows: 2; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; orphans: 2; text-indent: 0px; widows: 2; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; orphans: 2; text-indent: 0px; widows: 2; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<span class="Apple-style-span" style="border-collapse: separate; orphans: 2; text-indent: 0px; widows: 2; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;" class="">
____________________</div>
<div style="letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-variant: normal; line-height: normal;" class="">
<font face="Helvetica" size="3" class="">C. Michael Barton</font></div>
<div style="letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-variant: normal; line-height: normal;" class="">
<font face="Helvetica" size="3" class="">Director, Center for Social Dynamics & Complexity </font></div>
<div style="letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-variant: normal; line-height: normal;" class="">
<font face="Helvetica" size="3" class="">Professor of Anthropology, School of Human Evolution & Social Change</font></div>
<div style="letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<font face="Helvetica" size="3" class="">Head, Graduate Faculty in Complex Adaptive Systems Science</font></div>
<div style="letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-variant: normal; line-height: normal;" class="">
<font face="Helvetica" size="3" class="">Arizona State University</font></div>
<div style="letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; -webkit-text-decorations-in-effect: none;" class="">
<br class="">
</div>
<font face="Helvetica" size="3" style="letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font class="">voice:  </font><font class="">480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)</font><br class="">
<font class="">fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)</font><br class="">
</font>
<div style="letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-variant: normal; line-height: normal;" class="">
<font face="Helvetica" size="3" class="">www: <a href="http://www.public.asu.edu/~cmbarton" class="">
http://www.public.asu.edu/~cmbarton</a>, <a href="http://csdc.asu.edu" class="">http://csdc.asu.edu</a></font></div>
<br class="">
</div>
<br class="">
</div>
</span><br class="Apple-interchange-newline">
</div>
</span><br class="Apple-interchange-newline">
</div>
</span><br class="Apple-interchange-newline">
</div>
</span><br class="Apple-interchange-newline">
</div>
</span><br class="Apple-interchange-newline">
</div>
</span><br class="Apple-interchange-newline">
</div>
</span><br class="Apple-interchange-newline">
</div>
</span><br class="Apple-interchange-newline">
</div>
<br class="Apple-interchange-newline">
</div>
<br class="Apple-interchange-newline">
</div>
<br class="Apple-interchange-newline">
<br class="Apple-interchange-newline">
</div>
<br class="">
</div>
</body>
</html>