JesseLovelace commented on PR #47503:
URL: https://github.com/apache/arrow/pull/47503#issuecomment-3321488499
@raulcd Looking at the failure for C GLib & Ruby / AMD64 Ubuntu 22.04 GLib &
Ruby (pull_request), I see this:
`/usr/include/nlohmann/json.hpp:2020:36: note: no known conversion for
argument 1 from 'absl::lts_20250512::string_view' {aka
'std::basic_string_view<char>'} to 'nlohmann::basic_json<>::size_type' {aka
'long unsigned int'}
2020 | reference operator[](size_type idx)
`
It seems that the Ubuntu build uses a verison of nlohmann_json which is
installed on the local machine (in `/usr/include`) whereas the other
environments install it from source. The version that this ubuntu build has
locally is 3 years out of date. I think this may be the reason for the failure.
Is it possible to reconfigure that build to install nlohmann_json from source?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]