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

[jira] [Assigned] (ARROW-4848) [C++] Static libparquet not compiled with -DARROW_STATIC on Windows

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

Neal Richardson reassigned ARROW-4848:
--------------------------------------

    Assignee: Neal Richardson  (was: Uwe L. Korn)

> [C++] Static libparquet not compiled with -DARROW_STATIC on Windows
> -------------------------------------------------------------------
>
>                 Key: ARROW-4848
>                 URL: https://issues.apache.org/jira/browse/ARROW-4848
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 0.12.1
>            Reporter: Jeroen
>            Assignee: Neal Richardson
>            Priority: Major
>             Fix For: 0.15.0
>
>
> When trying to link the R bindings against static libparquet.a + libarrow.a we get a lot of missing arrow symbol warnings from libparquet.a. I think the problem is that libparquet.a was not compiled -DARROW_STATIC, and therefore cannot be linked against libarrow.a.
> When arrow cmake is configured with  -DARROW_BUILD_SHARED=OFF I think it should automatically use -DARROW_STATIC when compiling libparquet on Windows?



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