kou commented on issue #41333: URL: https://github.com/apache/arrow/issues/41333#issuecomment-2071299701
Or could you enable debug log? https://cmake.org/cmake/help/latest/variable/CMAKE_FIND_DEBUG_MODE.html ```diff diff --git a/mingw-w64-arrow/PKGBUILD b/mingw-w64-arrow/PKGBUILD index ec1ef286c..0280d6234 100644 --- a/mingw-w64-arrow/PKGBUILD +++ b/mingw-w64-arrow/PKGBUILD @@ -89,6 +89,7 @@ build() { -G Ninja \ -DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} \ -DCMAKE_BUILD_TYPE=${_cmake_build_type} \ + -DCMAKE_FIND_DEBUG_MODE=ON \ -DARROW_ACERO=ON \ -DARROW_BUILD_UTILITIES=ON \ -DARROW_COMPUTE=ON \ ``` -- 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]
