You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Yiun Seungryong (Jira)" <ji...@apache.org> on 2019/11/13 15:22:00 UTC

[jira] [Created] (ARROW-7158) [C++][Visual Studio]Build config Error on non English Version visual studio.

Yiun Seungryong created ARROW-7158:
--------------------------------------

             Summary: [C++][Visual Studio]Build config Error on non English Version visual studio.
                 Key: ARROW-7158
                 URL: https://issues.apache.org/jira/browse/ARROW-7158
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
    Affects Versions: 0.15.1
            Reporter: Yiun Seungryong


* Build Config Error on Non English OS
 * always show 

{code:java}
 Not supported MSVC compiler  {code}
 * [https://github.com/apache/arrow/blob/master/cpp/cmake_modules/CompilerInfo.cmake#L44]

There is a bug in the code below.

{code:java}
if(MSVC)
 set(COMPILER_FAMILY "msvc")
 if("${COMPILER_VERSION_FULL}" MATCHES
 ".*Microsoft ?\\(R\\) C/C\\+\\+ Optimizing Compiler Version 19.*x64"){code}

 * In my compiler the version display contains Korean.

{code:java}
Microsoft (R) C/C++ 최적화 컴파일러 버전 19.00.24215.1(x64){code}

 * Regular expression seems to need to be changed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)