Reranko05 commented on PR #50469:
URL: https://github.com/apache/arrow/pull/50469#issuecomment-4947880698
Hi @kou, I've updated the bundled simdjson to v4.6.4, added the required
system packages for the SYSTEM dependency path, and added `simdjson` to the
vcpkg manifest. At this point, 41 CI checks are passing and only two
Windows-specific workflows are still failing:
- AMD64 Windows MSVC GLib: link failure with
`unresolved external symbol simdjson::internal::error_codes`
- AMD64 Windows C++ RTools 40 ucrt64: failure while building the bundled
`simdjson` dependency with
`fatal error: had to relocate PCH`
I investigated the MSVC failure by looking into the vcpkg integration
(`cpp/vcpkg.json`, `FindsimdjsonAlt.cmake`, `ThirdpartyToolchain.cmake`) and
also tried a couple of Windows-specific compile definition experiments, but I
haven't been able to resolve it yet.
Do you have any suggestions on where I should look next for these remaining
Windows-specific issues?
--
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]