<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Date: Fri, 9 Oct 2009 15:30:12 +0200<br>
From: David Boddie <<a href="mailto:dboddie@trolltech.com">dboddie@trolltech.com</a>><br>
Subject: Re: [PyQt] [Help] PyQt building issue<br>
To: <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br>
Message-ID: <<a href="mailto:200910091530.12784.dboddie@trolltech.com">200910091530.12784.dboddie@trolltech.com</a>><br>
Content-Type: text/plain; charset="iso-8859-15"<br>
<br>
On Fri Oct 9 08:01:22 BST 2009, Diego Casella ([Po]lentino) wrote:<br>
<br>
> I'm in trouble with building PyQt ( 20091007 snapshot version ) with both<br>
> SIP4.6 stable and the development version;<br>
> this is what it shows:<br>
><br>
> /default -I/opt/qt4/include/QtCore -I/opt/qt4/include -I/usr/X11R6/include<br>
> -o sipQtCoreQResource.o sipQtCoreQResource.cpp<br>
> In file included from sip/QtCore/qresource.sip:39:<br>
> /opt/qt4/include/QtCore/qscopedpointer.h: In copy constructor<br>
> 'QResource::QResource(const QResource&)':<br>
> /opt/qt4/include/QtCore/qscopedpointer.h:180: error: 'QScopedPointer<T,<br>
> Cleanup>::QScopedPointer(const QScopedPointer<T, Cleanup>&) [with T =<br>
> QResourcePrivate, Cleanup = QScopedPointerDeleter<QResourcePrivate>]' is<br>
> private<br>
> /opt/qt4/include/QtCore/qresource.h:59: error: within this context<br>
<br>
The QScopedPointer references indicate that you're building it against a<br>
pre-release of Qt 4.6, which isn't supported. Try building against Qt 4.5.3<br>
instead.<br>
<br>
David<br><br></blockquote><div>It sounds a bit odd ...<br>I was wondering that PyQt-x11-gpl-4.6 ( i tried with both stable and snapshot ) can build against Qt4.6 TP1 ...<br>By the way, thanks for the explanation =)<br></div>
</div>