<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="font-family: Times; "><pre></pre></span>Donald,<div><br></div><div>MacPorts does involve a lot of compiling of the dependencies as well. &nbsp;So, no real plus over the other two options there. &nbsp;But, as I've got a lot of other things managed by MacPorts, sticking there is easier. &nbsp;I'd also tried the Homebrew solution but hit some snag along the way.</div><div><br></div><div>Craig</div><div><br><blockquote type="cite"><span class="Apple-style-span" style="font-family: Times; "><pre>Hi Craig,

Thanks for that, I'm sure that'll be of great value to a lot of Mac users!
Just to confirm one thing though: am I right in thinking that macports does
not involve compiling all the dependencies on your own machine? If so, that
would make it a much easier install than either homebrew or fink...

Regards,

Donald.</pre></span></blockquote><div><br></div><div></div><blockquote type="cite"><div><div>On Nov 29, 2011, at 5:28 PM, Craig Stark wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">There have now been at least two threads here - Jon using Homebrew and Michael using Fink. &nbsp;Just to round it all out, I thought I'd post that MacPorts can be used as well.<div><br></div><div>Run a "port install" on:</div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Lucida Grande'; ">glib2</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Lucida Grande'; ">glibmm</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Lucida Grande'; ">(libpng - needed this to get gtk2 to go for some reason - perhaps a local issue)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Lucida Grande'; ">gtk2</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Lucida Grande'; ">gtkmm</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Lucida Grande'; ">gtkglext</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Lucida Grande'; ">gsl</div><div><br></div><div>Then as Michael noted, copy linux.py to darwin.py to read:</div><div><div>cpp_flags = [ '-Wall', '-mtune=native', '-fPIC', '-fno-strict-aliasing', '-DGL_GLEXT_PROTOTYPES', '-DUSE_TR1', '-L/opt/local/lib', '-I/opt/local/include' ]</div></div><div><br></div><div>./build and away we go. &nbsp;Also, as others have noted, you've got a huge list of shared libraries (run "otool -L mrview") as this is built using the dylibs. &nbsp;You can get fairly far in making things static by changing all of the -lXXXX bits (run ./build -verbose) to /opt/local/lib/libXXXX.a</div><div><br></div><div>Craig</div><div><br></div><div apple-content-edited="true">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Craig Stark, Ph.D.<br>Director, Center for the Neurobiology of Learning and Memory<br>Professor, Department of Neurobiology and Behavior<br>University of California, Irvine<br><a href="mailto:cestark@uci.edu">cestark@uci.edu</a><br></div></div></span></div></div>
</div>
<br></div></div></blockquote></div><br></blockquote></div></body></html>