WillAyd commented on code in PR #46142: URL: https://github.com/apache/arrow/pull/46142#discussion_r2042941821
########## cpp/meson.build: ########## @@ -24,7 +24,7 @@ project( meson_version: '>=1.3.0', default_options: [ 'buildtype=release', - 'c_std=c99', + 'c_std=gnu11,c11', Review Comment: Namely it appears that c-ares wants to include macros from <net/if.h> and looks for macros like CLOCK_MONOTONIC from time.h on non-windows platforms -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org