<div dir="ltr">that's awesome.  Was able to install 5.7.1 after removing the 2 offending lines from <span style="font-size:12.8px">sipQtCoreQt.cpp</span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Note that with 5.7.2 snapshot got an error saying SIP 4.19.1 was required, and there didn't seem to be a snapshot for SIP so I opted for augmented 5.7.1.</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 29, 2017 at 8:17 AM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 26 Jan 2017, at 10:42 am, Sjoerd Bergmans <<a href="mailto:s_j_o_e_r_d_97@hotmail.com">s_j_o_e_r_d_97@hotmail.com</a>> wrote:<br>
><br>
> Hi all,<br>
><br>
> I am new to the mailinglist. I am trying the get the combination of Qt 5.8.0, / PyQt 5.7.1 / sip 4.19 / Python3.5 to work on my macOS 10.12.2 (Sierra). I've run into several problems which I've explained in detail here at Ask Different.<br>
><br>
> Some of the problems I've managed to solve, but there is one that keeps preventing me to properly install PyQt 5.7.1.<br>
><br>
> Once I run the command:<br>
><br>
> python3.5 configure.py --destdir /Library/Frameworks/Python.<wbr>framework/Versions/3.5/lib/<wbr>python3.5/site-packages --qmake ~/Qt5.8.0/5.8/clang_64/bin/<wbr>qmake<br>
><br>
> And try to apple `make` afterwards, the make process crashes with the following error:<br>
><br>
> ~/Downloads/PyQt5_gpl-5.7.1/<wbr>QtCore/sipQtCoreQt.cpp:1093:<wbr>62: error: no member named 'WindowCancelButtonHint' in namespace 'Qt'; did you mean<br>
>       'WindowCloseButtonHint'?<br>
>     {sipName_<wbr>WindowCancelButtonHint, static_cast<int>( ::Qt::WindowCancelButtonHint), 419},<br>
>                                                        ~~~~~~^~~~~~~~~~~~~~~~~~~~~~<br>
><br>
><br>
>     WindowCloseButtonHint<br>
> ../../../Qt5.8.0/5.8/clang_64/<wbr>lib/QtCore.framework/Headers/<wbr>qnamespace.h:300:9: note: 'WindowCloseButtonHint' declared here<br>
>         WindowCloseButtonHint = 0x08000000,<br>
>         ^<br>
> ~/Downloads/PyQt5_gpl-5.7.1/<wbr>QtCore/sipQtCoreQt.cpp:1106:<wbr>58: error: no member named 'WindowOkButtonHint' in namespace 'Qt'<br>
>     {sipName_WindowOkButtonHint, static_cast<int>( ::Qt::WindowOkButtonHint), 419},<br>
>                                                    ~~~~~~^<br>
> 2 errors generated.<br>
> make[1]: *** [sipQtCoreQt.o] Error 1<br>
> make: *** [sub-QtCore-make_first-<wbr>ordered] Error 2<br>
><br>
><br>
> I was advised there to contact this mailing list since one of the Ask Different users mentioned, in relation to my problem:<br>
><br>
> "This is a known problem that will persist until Riverbank upgrades their software".<br>
><br>
> I am hoping anyone on this list might confirm this diagnose and, if so, might have any idea on when to expect these updates?<br>
<br>
Tonight's snapshots should fully support Qt v5.8.0.<br>
<br>
Phil<br>
______________________________<wbr>_________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.<wbr>riverbankcomputing.com/<wbr>mailman/listinfo/pyqt</a></blockquote></div><br></div>