Last night I downloaded the 64bit Qt library-only package (The SDK didn&#39;t say if it was 32 or 64 bit).  I went through the Installation Guide again and this time was able to get past the SIP/PyQt installs following the guide.  The only thing I had to do that wasn&#39;t in the guide was add the non-framework path to PYTHONPATH in my .bash-profile. <br>
<br>PYTHONPATH=&#39;/Library/Python/2.6/site-packages&#39;<br>export PYTHONPATH<br><br>When it came to actually building QGIS I successfully ran cmake.  However I am still receiving the same/similar error as before:<br><br>
Linking CXX shared library libqgis_analysis.dylib<br>[ 63%] Built target qgis_analysis<br>[ 64%] Generating analysis/sipanalysispart0.cpp, analysis/sipanalysispart1.cpp, analysis/sipanalysispart2.cpp, analysis/sipanalysispart3.cpp<br>
<br>sip: /Users/matt/Development/qgis/python/core/conversions.sip:269: Mapped type has already been defined in another module<br>make[2]: *** [python/analysis/sipanalysispart0.cpp] Error 1<br>make[1]: *** [python/CMakeFiles/python_module_qgis_analysis.dir/all] Error 2<br>
make: *** [all] Error 2<br><br>I suspect that this may be due to the fact that it took me multiple tries to get SIP/PyQt installed correctly.  Any idea what this message means?  I am thinking that maybe I have SIP installed in multiple locations from failed past attempts.  Do you think that would cause this error?<br>
<br>I need to build from source because I am working on a plugin that is written in C++.  This is a project that I had to set down a few months ago.  In the mean time I have switched platforms and am now trying to pick this project back up.  I use the QtCreator IDE for coding and CMake to build.  This setup has worked well for me in the past and allows for easy gui development and debugging all in QtCreator.<br>
<br><div class="gmail_quote">On Fri, Sep 17, 2010 at 9:55 AM, William Kyngesburye <span dir="ltr">&lt;<a href="mailto:woklist@kyngchaos.com">woklist@kyngchaos.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Sep 16, 2010, at 7:52 PM, Matthew Denno wrote:<br>
<br>
&gt; John and William,<br>
&gt;<br>
&gt; Thank you for your input.<br>
&gt;<br>
&gt; So both of you have used the procedure presented in the Install Guide?  I guess I will uninstall the MacPorts libs, etc and try the methods from the guide again.<br>
&gt;<br>
&gt; Could one of you please tell me the name of the Qt pakage you used?  It looks like there are a number to choose from, SDK, debug, etc.  I think this might have been where I went wrong before.<br>
<br>
</div>It&#39;s hard to get the wrong one.  Either the SDK or the library-only package works (though the SDK has a few 100 MB of extra stuff you don&#39;t need), and the debug libs (unnecessary) won&#39;t install without the libraries or SDK installed.<br>

<br>
Note: do you want to try latest new features/bug fixes in trunk, or just use Qgis as released?  I have the binaries on my site.  I haven&#39;t done a dev build in a while, so maybe I should do that this weekend...<br>
<div class="im"><br>
-----<br>
William Kyngesburye &lt;kyngchaos*at*kyngchaos*dot*com&gt;<br>
<a href="http://www.kyngchaos.com/" target="_blank">http://www.kyngchaos.com/</a><br>
<br>
</div>&quot;History is an illusion caused by the passage of time, and time is an illusion caused by the passage of history.&quot;<br>
<br>
- Hitchhiker&#39;s Guide to the Galaxy<br>
<br>
<br>
</blockquote></div><br>