You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/01/09 23:36:00 UTC

[jira] [Resolved] (ARROW-4197) [C++] Emscripten compiler fails building Arrow

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

Wes McKinney resolved ARROW-4197.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 3350
[https://github.com/apache/arrow/pull/3350]

> [C++] Emscripten compiler fails building Arrow
> ----------------------------------------------
>
>                 Key: ARROW-4197
>                 URL: https://issues.apache.org/jira/browse/ARROW-4197
>             Project: Apache Arrow
>          Issue Type: Bug
>         Environment: OS X
>            Reporter: Timothy Paine
>            Assignee: Timothy Paine
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.12.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The emscripten compiler ([https://kripken.github.io/emscripten-site/)] fails when compiling arrow with a few relatively minor issues:
>  
>  * there is no -ggdb flag for debug support, only -g
>  * there is no execinfo.h, so even if Backtrace is found it cannot be used
>  * when using the emscripten compiler, even on mac, you cannot pass the -undefined dynamic_lookup argument



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