You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CC libcurl_la-curl_path.lo
CC libcurl_la-mqtt.lo
CC vquic/libcurl_la-ngtcp2.lo
vquic/ngtcp2.c: In function ‘ng_flush_egress’:
vquic/ngtcp2.c:1991:7: error: implicit declaration of function ‘ngtcp2_conn_get_max_udp_payload_size’; did you mean ‘ngtcp2_conn_get_max_tx_udp_payload_size’? [-Werror=implicit-function-declaration]
1991 | ngtcp2_conn_get_max_udp_payload_size(qs->qconn);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ngtcp2_conn_get_max_tx_udp_payload_size
vquic/ngtcp2.c:1993:7: error: implicit declaration of function ‘ngtcp2_conn_get_path_max_udp_payload_size’; did you mean ‘ngtcp2_conn_get_path_max_tx_udp_payload_size’? [-Werror=implicit-function-declaration]
1993 | ngtcp2_conn_get_path_max_udp_payload_size(qs->qconn);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ngtcp2_conn_get_path_max_tx_udp_payload_size
cc1: some warnings being treated as errors
make[2]: *** [Makefile:3109: vquic/libcurl_la-ngtcp2.lo] Error 1
make[2]: Leaving directory '/var/build-git2/curl/lib'
make[1]: *** [Makefile:1427: all] Error 2
make[1]: Leaving directory '/var/build-git2/curl/lib'
make: *** [Makefile:1239: all-recursive] Error 1
The text was updated successfully, but these errors were encountered:
bagder
changed the title
Compile error
ngtcp2 compile error
Oct 17, 2022
The text was updated successfully, but these errors were encountered: