[PyQt] Building PyQt5
Chris Wood
c.c.wood at gmail.com
Thu May 1 12:04:05 BST 2014
I'm trying to build PyQt5 on Ubuntu 14.04; I've downloaded the tarball,
unpacked, and run:
python configure --sip-incdir /home/chris/sip/sip-4.15.5/siplib
make
Configure finishes fine (--sip-incdir is where I installed sip), but make
does't complete, with several errors such as the following:
error: ‘SubdomainSetting’ is not a member of ‘QWebSecurityOrigin’
QWebSecurityOrigin::SubdomainSetting a2;
(I've put the full list of errors from output on pastebin:
http://pastebin.com/RiZa0hpD). Any ideas on how to fix are most appreciated!
Cheers,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140501/6538b3cd/attachment.html>
More information about the PyQt
mailing list