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;
(full list of errors from output on pastebin). Any ideas on how to fix are most appreciated!