<div dir="ltr">I am trying to compile pyqt against qt5 which has been build with no deprecated symbols.<div style>I am also using -no-deprecated when configuring pyqt.</div><div style>I already had to add extra libraries to be linked in the configure script to make additional modules build.</div>
<div style>But the build still fails later on over QtCore.sip.</div><div style><br></div><div style>In qstring.sip:</div><div style>221            enc = sipCpp->toAscii();<br></div><div style><br></div><div style>As far as I can see toAscii has been removed from Qt5 final, thus this needs to be guarded against with something like</div>
<div style>"%If (PyQt_Deprecated_5_0)"</div><div style><br></div><div style>Unfortunately, I don't yet understand sip syntax and cannot make the change myself.</div><div style><br></div><div style>I have just testing that the bug is still present in: PyQt-x11-gpl-snapshot-4.10.1-a8db83af435d</div>
<div style><br></div><div style>Can this be fixed please?</div><div style><br></div><div style>Regards,</div><div style><br></div><div style>Dmitrijs.</div></div>