Last night I downloaded the 64bit Qt library-only package (The SDK didn'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't in the guide was add the non-framework path to PYTHONPATH in my .bash-profile.
PYTHONPATH='/Library/Python/2.6/site-packages' export PYTHONPATH When it came to actually building QGIS I successfully ran cmake. However I am still receiving the same/similar error as before: Linking CXX shared library libqgis_analysis.dylib [ 63%] Built target qgis_analysis [ 64%] Generating analysis/sipanalysispart0.cpp, analysis/sipanalysispart1.cpp, analysis/sipanalysispart2.cpp, analysis/sipanalysispart3.cpp sip: /Users/matt/Development/qgis/python/core/conversions.sip:269: Mapped type has already been defined in another module make[2]: *** [python/analysis/sipanalysispart0.cpp] Error 1 make[1]: *** [python/CMakeFiles/python_module_qgis_analysis.dir/all] Error 2 make: *** [all] Error 2 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? 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. On Fri, Sep 17, 2010 at 9:55 AM, William Kyngesburye <[email protected]>wrote: > On Sep 16, 2010, at 7:52 PM, Matthew Denno wrote: > > > John and William, > > > > Thank you for your input. > > > > 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. > > > > 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. > > It'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't need), and > the debug libs (unnecessary) won't install without the libraries or SDK > installed. > > 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't done a dev > build in a while, so maybe I should do that this weekend... > > ----- > William Kyngesburye <kyngchaos*at*kyngchaos*dot*com> > http://www.kyngchaos.com/ > > "History is an illusion caused by the passage of time, and time is an > illusion caused by the passage of history." > > - Hitchhiker's Guide to the Galaxy > > >
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
