<div dir="ltr">This is a 15.0 freshly installed, and with all the current updates, which include kernel 5.15.193, using the scripts for the purpose as obtained from <a href="http://slackbuilds.org">slackbuilds.org</a>. Anybody know how to fix this:<div><br></div><div>/tmp/SBo/VirtualBox-6.1.50/src/VBox/Runtime/generic/http-curl.cpp: In function ‘int RTHttpSetProxy(RTHTTP, const char*, uint32_t, const char*, const char*)’:<br>/tmp/SBo/VirtualBox-6.1.50/src/VBox/Runtime/generic/http-curl.cpp:2058:43: error: invalid conversion from ‘long int’ to ‘curl_proxytype’ [-fpermissive]<br> 2058 |     return rtHttpUpdateProxyConfig(pThis, CURLPROXY_HTTP, pcszProxy, uPort ? uPort : 1080, pcszProxyUser, pcszProxyPwd);<br>      |                                           ^~~~~~~~~~~~~~<br>      |                                           |<br>      |                                           long int<br>/tmp/SBo/VirtualBox-6.1.50/src/VBox/Runtime/generic/http-curl.cpp:577:74: note:   initializing argument 2 of ‘int rtHttpUpdateProxyConfig(PRTHTTPINTERNAL, curl_proxytype, const char*, uint32_t, const char*, const char*)’<br>  577 | static int rtHttpUpdateProxyConfig(PRTHTTPINTERNAL pThis, curl_proxytype enmProxyType, const char *pszHost,<br>      |                                                           ~~~~~~~~~~~~~~~^~~~~~~~~~~~<br>/tmp/SBo/VirtualBox-6.1.50/src/VBox/Runtime/generic/http-curl.cpp: In function ‘int RTHttpQueryProxyInfoForUrl(RTHTTP, const char*, PRTHTTPPROXYINFO)’:<br>/tmp/SBo/VirtualBox-6.1.50/src/VBox/Runtime/generic/http-curl.cpp:3569:17: warning: case value ‘0’ not in enumerated type ‘curl_proxytype’ [-Wswitch]<br> 3569 |                 case CURLPROXY_HTTP:<br>      |                 ^~~~<br>/tmp/SBo/VirtualBox-6.1.50/src/VBox/Runtime/generic/http-curl.cpp:3572:17: warning: case value ‘1’ not in enumerated type ‘curl_proxytype’ [-Wswitch]<br> 3572 |                 case CURLPROXY_HTTP_1_0:<br>      |                 ^~~~<br>/tmp/SBo/VirtualBox-6.1.50/src/VBox/Runtime/generic/http-curl.cpp:3579:17: warning: case value ‘2’ not in enumerated type ‘curl_proxytype’ [-Wswitch]<br> 3579 |                 case CURLPROXY_HTTPS:<br>      |                 ^~~~<br>/tmp/SBo/VirtualBox-6.1.50/src/VBox/Runtime/generic/http-curl.cpp:3584:17: warning: case value ‘4’ not in enumerated type ‘curl_proxytype’ [-Wswitch]<br> 3584 |                 case CURLPROXY_SOCKS4:<br>      |                 ^~~~<br>/tmp/SBo/VirtualBox-6.1.50/src/VBox/Runtime/generic/http-curl.cpp:3588:17: warning: case value ‘5’ not in enumerated type ‘curl_proxytype’ [-Wswitch]<br> 3588 |                 case CURLPROXY_SOCKS5:<br>      |                 ^~~~<br>/tmp/SBo/VirtualBox-6.1.50/src/VBox/Runtime/generic/http-curl.cpp:3585:17: warning: case value ‘6’ not in enumerated type ‘curl_proxytype’ [-Wswitch]<br> 3585 |                 case CURLPROXY_SOCKS4A:<br>      |                 ^~~~<br>/tmp/SBo/VirtualBox-6.1.50/src/VBox/Runtime/generic/http-curl.cpp:3589:17: warning: case value ‘7’ not in enumerated type ‘curl_proxytype’ [-Wswitch]<br> 3589 |                 case CURLPROXY_SOCKS5_HOSTNAME:<br>      |                 ^~~~<br>kmk: *** [/tmp/SBo/VirtualBox-6.1.50/kBuild/footer-pass2-compiling-targets.kmk:277: /tmp/SBo/VirtualBox-6.1.50/out/linux.amd64/release/obj/VBoxRT/generic/http-curl.o] Error 1<br>kmk: *** Waiting for unfinished jobs....<br>  CXX     VBoxRT - {C}/src/VBox/Runtime/common/misc/s3.cpp<br>  CXX     VBoxRT - {C}/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp<br>kmk: *** Exiting with status 2<br></div></div>