kou commented on PR #46006:
URL: https://github.com/apache/arrow/pull/46006#issuecomment-2777552649

   @assignUser This is ready but there are many changes I thought...
   See the PR description for summary of changes.
   
   There were some problems to be fixed:
   * We need to use recent vcpkg to use Boost's CMake package (this was done by 
#45623)
   * We need to fix the followings to use recent vcpkg:
     * GLib is buildable only with the very recent vcpkg
     * CMake 4.0.0 workaround (this is needed for gflags) is only available 
with the very recent vcpkg
     * pkgconf and our `.pc` aren't good pair for shared linking on Windows (I 
don't know why it didn't cause a link problem with old vcpkg we used... I think 
that pkgconf in the old vcpkg still has this problem...)
     
   This PR fixes all of them.


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