[ 
https://issues.apache.org/jira/browse/ARROW-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931194#comment-16931194
 ] 

Antoine Pitrou commented on ARROW-6437:
---------------------------------------

Several things here:
* It strikes me that the CMake logs say it's using {{cl.exe}} as a compiler. 
Shouldn't it be using MinGW's gcc instead?
* It's likely that CMake is using Visual Studio as a generator, not Makefiles, 
which would explain the "make: *** No targets specified and no makefile found.  
Stop." This page might help: 
https://github.com/tudelft3d/masbcpp/wiki/Building-on-Windows-with-CMake-and-MinGW
* CMake is probably pre-installed on AppVeyor, so perhaps that version is being 
used rather than the MinGW-installed one?

Also, for the record, here are  the build scripts we're using on conda-forge:
https://github.com/conda-forge/aws-sdk-cpp-feedstock/blob/master/recipe/build.sh
https://github.com/conda-forge/aws-sdk-cpp-feedstock/blob/master/recipe/bld.bat


> [R] Add AWS SDK to system dependencies for macOS and Windows
> ------------------------------------------------------------
>
>                 Key: ARROW-6437
>                 URL: https://issues.apache.org/jira/browse/ARROW-6437
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: R
>            Reporter: Neal Richardson
>            Assignee: Neal Richardson
>            Priority: Major
>             Fix For: 1.0.0
>
>
> The Arrow C++ library now has an S3 filesystem implementation (ARROW-453), 
> and in order to take advantage of that from R, we need to add the 
> {{aws-sdk-cpp}} dependency to the macOS and Windows toolchains. 
> There is no PKGBUILD for this at https://github.com/msys2/MINGW-packages, but 
> https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=aws-sdk-cpp-git has 
> one. 
> For macOS, there already is a formula at 
> https://github.com/Homebrew/homebrew-core/blob/master/Formula/aws-sdk-cpp.rb, 
> maybe that's sufficient?
> Once that is in place, we can enable {{ARROW_S3=ON}} in cmake and build with 
> it 
> (https://github.com/apache/arrow/pull/5167/files#diff-b048bf4c1679dce1028fd897a7c43b93R177)
> cc [~jeroenooms]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to