You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/12 10:38:57 UTC

[GitHub] [arrow] pitrou opened a new pull request #10925: MINOR: [C++][CI] Fix s3fs_test.cc compile error

pitrou opened a new pull request #10925:
URL: https://github.com/apache/arrow/pull/10925


   Fix this error:
   ```
   C:\Miniconda37-x64\envs\arrow\Library\include\boost/process/detail/traits/wchar_t.hpp(150): error C2039: 'transform': is not a member of 'std'
   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\locale(20): note: see declaration of 'std'
   C:\Miniconda37-x64\envs\arrow\Library\include\boost/process/detail/traits/wchar_t.hpp(150): error C3861: 'transform': identifier not found
   ```
   
   .. seen on AppVeyor:
   https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/40350532/job/xr1qhmak9jtdn7rl#L1217
   
   The underlying problem may be a missing include in boost/process.


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



[GitHub] [arrow] pitrou closed pull request #10925: MINOR: [C++][CI] Fix s3fs_test.cc compile error

Posted by GitBox <gi...@apache.org>.
pitrou closed pull request #10925:
URL: https://github.com/apache/arrow/pull/10925


   


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