You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/06/16 21:21:52 UTC

[GitHub] [arrow] kou commented on issue #36117: [C++] Linker Error when building arrow bundled dependencies with MSVC

kou commented on issue #36117:
URL: https://github.com/apache/arrow/issues/36117#issuecomment-1595331637

   Does this work?
   
   ```diff
   diff --git a/cpp/cmake_modules/BuildUtils.cmake b/cpp/cmake_modules/BuildUtils.cmake
   index aaf4b0bb5..a9bdd0391 100644
   --- a/cpp/cmake_modules/BuildUtils.cmake
   +++ b/cpp/cmake_modules/BuildUtils.cmake
   @@ -86,6 +86,7 @@ function(arrow_create_merged_static_lib output_target)
        message(SEND_ERROR "Error: unrecognized arguments: ${ARG_UNPARSED_ARGUMENTS}")
      endif()
    
   +  file(MAKE_DIRECTORY ${BUILD_OUTPUT_ROOT_DIRECTORY})
      set(output_lib_path
          ${BUILD_OUTPUT_ROOT_DIRECTORY}${CMAKE_STATIC_LIBRARY_PREFIX}${ARG_NAME}${CMAKE_STATIC_LIBRARY_SUFFIX}
      )
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org