<div dir="ltr">Hi Royce,<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 26, 2013 at 12:54 PM, Larry Shaffer <span dir="ltr"><<a href="mailto:larrys@dakotacarto.com" target="_blank">larrys@dakotacarto.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Royce,<br><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 26, 2013 at 9:55 AM, Cline, Royce L. <span dir="ltr"><<a href="mailto:rcline@nd.gov" target="_blank">rcline@nd.gov</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">If I click the help button in a dialog (ex. Preferences) I get an error that it cannot find libspatialindex.dylib. However, the library is present in the application bundle at:<br>


/Applications/QGIS_2.0-dev.app/Contents/MacOS/lib/libspatialindex.dylib<br>
<br>
If I create a symbolic link in /usr/local/lib/ to /Applications/QGIS_2.0-dev.app/Contents/MacOS/lib/libspatialindex.dylib, then help works. Any other Mac users having this problem.<br></blockquote><div><br></div><div>This is an app bundling error. I have verified here on 10.7.5 with the nightly.</div>
</div></div></div></div></blockquote><div><br></div><div>Should be fixed with commit f779592f:<br><br><a href="https://github.com/qgis/Quantum-GIS/commit/f779592f9de26061d77de4867b6678e3dbb10074">https://github.com/qgis/Quantum-GIS/commit/f779592f9de26061d77de4867b6678e3dbb10074</a><br>
<br></div><div>Once the 10.7-8 Mac nightly is built tomorrow morning, please test.<br></div><div><br></div><div>Regards,<br></div><div><br></div><div>Larry<br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><div><div class="gmail_extra"><div class="gmail_quote"><div>The separate help app is located here (relative to your install):<br>
<br>/Applications/QGIS_2.0-dev.app/Contents/MacOS/bin/qgis_help.app<br><br></div><div>Inside its bundle is the main executable at:<br><br>qgis_help.app/Contents/MacOS/qgis_help<br><br></div><div>Running the 'otool -L ' on that gives the following (which matches your error):<br>

<br>@executable_path/lib/libspatialindex.dylib<br><br></div><div>This is not where libspatialindex.dylib is located relative to the qgis_help binary. It is really at:<br><br>@executable_path/../../../../lib/libspatialindex.dylib<br>

<br></div><div>in the main QGIS app bundle.<br></div><div><br><br></div><div>This needs fix in the CMake setup for bundling on Mac. You can fix locally if you have Apple's XCode and command line developer tools installed with the following commands in Terminal:<br>

<br>cd /Applications/QGIS_2.0-dev.app/Contents/MacOS/bin/qgis_help.app/Contents/MacOS<br><br>install_name_tool -change @executable_path/lib/libspatialindex.dylib \<br>@executable_path/../../../../lib/libspatialindex.dylib \<br>

qgis_help <br></div><div><br></div><div>Works for me on 10.7.5. Please test if you can. Make sure to remove the noted symlink you made first (unneeded).<br><br></div><div>Now, this begs the question... why is libspatialindex.dylib needed by the help app to begin with? I don't think it is. So really, what needs fixed is the fact that it is being added to the help app build, when it shouldn't be.<br>

</div><div><br></div><div>Also, you will find the info in the help app outdated. And, often the app will open up behind your front window.<br><br></div><div>Regards, and thanks for the report.<br><br></div><div>Larry<br>
</div>
<div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Royce<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div>