You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/07 21:50:00 UTC

[jira] [Updated] (ARROW-2986) [C++] /EHsc possibly needed for Visual Studio 2015 builds

     [ https://issues.apache.org/jira/browse/ARROW-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-2986:
----------------------------------
    Labels: pull-request-available  (was: )

> [C++] /EHsc possibly needed for Visual Studio 2015 builds
> ---------------------------------------------------------
>
>                 Key: ARROW-2986
>                 URL: https://issues.apache.org/jira/browse/ARROW-2986
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.11.0
>
>
> I hit this failure when working on verifying 0.10.0; the release verification script uses {{/WX}}. I will remove that; not a blocker I don't think 
> {code}
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): error C2220: warning treated as error - no 'object' file generated (compiling source file C:\Users\wesm\code\arrow\cpp\src\arrow\util\compression_ zstd.cc) [C:\Users\wesm\code\arrow\cpp\build\src\arrow\arrow_static.vcxproj]
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): error C2220: warning treated as error - no 'object' file generated (compiling source file C:\Users\wesm\code\arrow\cpp\src\arrow\util\compression_ lz4.cc) [C:\Users\wesm\code\arrow\cpp\build\src\arrow\arrow_static.vcxproj]
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): error C2220: warning treated as error - no 'object' file generated (compiling source file C:\Users\wesm\code\arrow\cpp\src\arrow\builder.cc) [C:\U sers\wesm\code\arrow\cpp\build\src\arrow\arrow_static.vcxproj]
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): error C2220: warning treated as error - no 'object' file generated (compiling source file C:\Users\wesm\code\arrow\cpp\src\arrow\util\compression_ snappy.cc) [C:\Users\wesm\code\arrow\cpp\build\src\arrow\arrow_static.vcxproj]
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): error C2220: warning treated as error - no 'object' file generated (compiling source file C:\Users\wesm\code\arrow\cpp\src\arrow\util\compression_ brotli.cc) [C:\Users\wesm\code\arrow\cpp\build\src\arrow\arrow_static.vcxproj]
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (compiling source file C:\Users\wesm\code\arrow\cpp \src\arrow\util\compression_zstd.cc) [C:\Users\wesm\code\arrow\cpp\build\src\arrow\arrow_static.vcxproj]
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (compiling source file C:\Users\wesm\code\arrow\cpp \src\arrow\util\compression_lz4.cc) [C:\Users\wesm\code\arrow\cpp\build\src\arrow\arrow_static.vcxproj]
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (compiling source file C:\Users\wesm\code\arrow\cpp \src\arrow\builder.cc) [C:\Users\wesm\code\arrow\cpp\build\src\arrow\arrow_static.vcxproj]
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (compiling source file C:\Users\wesm\code\arrow\cpp \src\arrow\util\compression_snappy.cc) [C:\Users\wesm\code\arrow\cpp\build\src\arrow\arrow_static.vcxproj]
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (compiling source file C:\Users\wesm\code\arrow\cpp \src\arrow\util\compression_brotli.cc) [C:\Users\wesm\code\arrow\cpp\build\src\arrow\arrow_static.vcxproj]
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)