s-simoncelli commented on issue #14354:
URL: https://github.com/apache/arrow/issues/14354#issuecomment-1274111406

   I used Visual Studio C++:
   
       "C:\Program Files\Microsoft Visual 
Studio\2022\Community\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64
       cd cpp
       mkdir build
       cd build
       cmake .. -G "Visual Studio 17 2022" -A x64  -DARROW_BUILD_TESTS=OFF  
-DARROW_BUILD_EXAMPLES=OFF -DARROW_BUILD_UTILITIES=ON -DARROW_CSV=ON
       cmake --build . --target install --config Release
   
   It compiled successfully producing the following:
   
          Directory: C:\Program Files\arrow\lib
   
   
       Mode                 LastWriteTime         Length Name
       ----                 -------------         ------ ----
       d-----        10/10/2022     06:44                cmake
       d-----        10/10/2022     06:44                pkgconfig
       -a----        10/10/2022     06:44        2565964 arrow.lib
       -a----        10/10/2022     06:42       49050442 arrow_static.lib
   
   However arrow.dll is in the bin folder. 
   
   I also tried with the package available in MSYS2 


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