Sorry for that, I accidentally wrapped a patched version of Qt 5.6.
You have to remove the inheritHandles() and setInheritHandles() methods from the QProcess wrappers. I will also update the svn + zip file later today. Thanks for reporting!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm getting error when compiling the latest version of pythonqt.
I'm on a mac using homebrew qt 5.6.1 (using clang to compile):
here is the log of the failing compile:
Any suggestion?
Sorry for that, I accidentally wrapped a patched version of Qt 5.6.
You have to remove the inheritHandles() and setInheritHandles() methods from the QProcess wrappers. I will also update the svn + zip file later today. Thanks for reporting!
I fixed this and updated SVN trunk and the PyhtonQt 3.1 zip file. Please let me know if it builds now.
Yes it builds now
thanks a lot!