Reranko05 commented on PR #50469:
URL: https://github.com/apache/arrow/pull/50469#issuecomment-4961168401

   I investigated the MSVC failure further.
   
   The failing job is using the vcpkg-provided simdjson (4.6.4), and 
`simdjson::simdjson` is resolved as an imported static library:
   
   `TYPE = STATIC_LIBRARY`
   `IMPORTED = TRUE`
   `include path = .../vcpkg_installed/x64-windows/include`
   `library = .../vcpkg_installed/x64-windows/debug/lib/simdjson.lib`
   
   However, the build still fails with unresolved references to:
   
   `simdjson::internal::error_codes`
   `simdjson::internal::structural_or_whitespace_negated`
   
   I tried investigating whether this is related to how the vcpkg package is 
built or linked, but I haven't been able to isolate the cause.
   
   Do you have any suggestions on where I should look next, or is there 
something specific about the MSVC/vcpkg configuration that I'm missing?


-- 
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]

Reply via email to