You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Max Risuhin (JIRA)" <ji...@apache.org> on 2017/04/07 09:46:41 UTC

[jira] [Commented] (ARROW-757) [C++] MSVC build fails on googletest when using NMake

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

Max Risuhin commented on ARROW-757:
-----------------------------------

Currently, there are following blocking issues with usage of gtest installed from conda-forge:

1. gtest-feedstock installs gtest conda-forge lib files into "Library\bin" directory, but normally it should copy them to "Library\lib" directory.
2. gtest-feedstock builds gtest libs with /MT (static windows run-time), but Arrow is built by cmake (by default) with /MD (dynamically linked windows run-time).

> [C++] MSVC build fails on googletest when using NMake
> -----------------------------------------------------
>
>                 Key: ARROW-757
>                 URL: https://issues.apache.org/jira/browse/ARROW-757
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Max Risuhin
>             Fix For: 0.3.0
>
>
> I also cannot yet figure out how to use a 3rd-party gtest as installed by conda-forge, with the %GTEST_HOME% environment variable
> cc [~Max Risuhin]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)