You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2021/07/27 23:31:00 UTC

[jira] [Commented] (ARROW-13470) Build fails on windows with ARROW_PYTHON=ON

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

Kouhei Sutou commented on ARROW-13470:
--------------------------------------

Could you show all CMake log?

> Build fails on windows with ARROW_PYTHON=ON
> -------------------------------------------
>
>                 Key: ARROW-13470
>                 URL: https://issues.apache.org/jira/browse/ARROW-13470
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 4.0.0, 4.0.1
>         Environment: OS: Windows 10
> Windows SDK version 10.0.19041.0 to target Windows 10.0.19043.
> System processor: AMD64
> Generator: Visual Studio 16 2019
>            Reporter: Chathura Widanage
>            Priority: Major
>
> The build fails with the following error when ARROW_PYTHON=ON.
>  
> {code:java}
> LINK : fatal error LNK1104: cannot open file 'optimized.lib'{code}
> Possible cause:
> Cmake's target_link_libararies accepts *optimized* as a build config.
> {code:java}
> target_link_libraries(<target> [item1 [item2 [...]]] [[debug|optimized|general] <item>] ...){code}
> Seems this flag is considered as a library name in the build.
>  



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