[Qgis-developer] PyQt compile problem

Martin Dobias wonder.sk at gmail.com
Wed Nov 12 14:56:57 EST 2008


On Wed, Nov 12, 2008 at 3:57 PM, William Kyngesburye
<woklist at kyngchaos.com> wrote:
>
> If I try the same change in qgsfeature.sip, I get:
>
> Parsing SIP files for 'core' library...
> /usr/local/bin/sip -c core -b
> /Users/Shared/src/qgis/svn/qgis-1.0.0p2/build-leoz/python/core/core.sbf -I
> /usr/local/share/sip/PyQt4 -x VendorID -t WS_MACX -x PyQt_NoPrintRangeBug -t
> Qt_4_4_1 -g /Users/Shared/src/qgis/svn/qgis-1.0.0p2/python/core/core.sip
> sip: size_t already defined
>
> and the same compile error (and a lot quicker than with the original
> qgsfeature.sip).

I've commited a fix for this problem to svn trunk in revision 9629.

(in qgsfeature.sip one has to just delete the typedef as it's already
defined in qgsgeometry.sip)

Martin


More information about the Qgis-developer mailing list