[QGIS-trac] Re: [Quantum GIS] #1959: Trunk build fails with sip-4.9
and PyQt-4.6
Quantum GIS
qgis at qgis.org
Tue Oct 6 00:08:47 EDT 2009
#1959: Trunk build fails with sip-4.9 and PyQt-4.6
--------------------------------------------------------------+-------------
Reporter: jctull | Owner: nobody
Type: bug | Status: reopened
Priority: critical: causes crash or data corruption | Milestone: Version 1.4.0
Component: Build/Install | Version: HEAD
Resolution: | Keywords: sip pyqt compile
Platform_version: 10.6.1 | Platform: OS X
Must_fix: Yes | Status_info: 0
--------------------------------------------------------------+-------------
Comment (by vince):
Try this on the python/core directory:
{{{
sed -E "s|sipClass(_\[^,\]+)|(sipWrapperType *) sipTypeAsPyTypeObject
(sipType\\1)|" conversions.sip > tmp.sip
rm conversions.sip
mv tmp.sip conversions.sip
}}}
It should work.
--
Ticket URL: <https://trac.osgeo.org/qgis/ticket/1959#comment:3>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list