<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 &lt;<a href="mailto:dboddie@trolltech.com">dboddie@trolltech.com</a>&gt;<br>
Subject: Re: [PyQt] [Help] PyQt building issue<br>
To: <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br>
Message-ID: &lt;<a href="mailto:200910091530.12784.dboddie@trolltech.com">200910091530.12784.dboddie@trolltech.com</a>&gt;<br>
Content-Type: text/plain;  charset=&quot;iso-8859-15&quot;<br>
<br>
On Fri Oct 9 08:01:22 BST 2009, Diego Casella ([Po]lentino) wrote:<br>
<br>
&gt; I&#39;m in trouble with building PyQt ( 20091007 snapshot version ) with both<br>
&gt; SIP4.6 stable and the development version;<br>
&gt; this is what it shows:<br>
&gt;<br>
&gt; /default -I/opt/qt4/include/QtCore -I/opt/qt4/include -I/usr/X11R6/include<br>
&gt; -o sipQtCoreQResource.o sipQtCoreQResource.cpp<br>
&gt; In file included from sip/QtCore/qresource.sip:39:<br>
&gt; /opt/qt4/include/QtCore/qscopedpointer.h: In copy constructor<br>
&gt; &#39;QResource::QResource(const QResource&amp;)&#39;:<br>
&gt; /opt/qt4/include/QtCore/qscopedpointer.h:180: error: &#39;QScopedPointer&lt;T,<br>
&gt; Cleanup&gt;::QScopedPointer(const QScopedPointer&lt;T, Cleanup&gt;&amp;) [with T =<br>
&gt; QResourcePrivate, Cleanup = QScopedPointerDeleter&lt;QResourcePrivate&gt;]&#39; is<br>
&gt; private<br>
&gt; /opt/qt4/include/QtCore/qresource.h:59: error: within this context<br>
<br>
The QScopedPointer references indicate that you&#39;re building it against a<br>
pre-release of Qt 4.6, which isn&#39;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>