Building on macOS without openssl

Kovid Goyal kovid at kovidgoyal.net
Sat Jun 25 10:49:45 BST 2022


And this issue exists when building on windows as well against Qt built
to use the windows ssl libraries. 

On Thu, Jun 23, 2022 at 07:54:54PM +0530, Kovid Goyal wrote:
> I am trying to build PyQt 6.3.1 against Qt 6.3.1, compiled without
> openssl, so it uses the native mac Secure Transport libraries. As a
> result, DTLS is disabled in this Qt build. However, PyQt generates stubs
> that include DTLS methods, leading to build failures such as
> 
> 
> sipQtNetworkpart2.cpp:9988:30: error: no member named
>       'dtlsCookieVerificationEnabled' in 'QSslConfiguration'
>             sipRes = sipCpp->dtlsCookieVerificationEnabled();
>                      ~~~~~~  ^
> 
> 
> How can I get pyqt to exclude DTLS?
> 
> -- 
> _____________________________________
> 
> Dr. Kovid Goyal 
> https://www.kovidgoyal.net
> https://calibre-ebook.com
> _____________________________________

-- 
_____________________________________

Dr. Kovid Goyal 
https://www.kovidgoyal.net
https://calibre-ebook.com
_____________________________________


More information about the PyQt mailing list