You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "allen tom (JIRA)" <ji...@apache.org> on 2017/05/26 00:03:04 UTC

[jira] [Updated] (PARQUET-1004) CPP Building fails on windows

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

allen tom updated PARQUET-1004:
-------------------------------
    Description: 
Cannot open C:\src\vcpkg\packages\zlib_x64-windows\lib\zlibstatic.lib. The problem comes when PARQUET_ZLIB_VENDORED is turned on.
The reason is because of these four lines 
https://github.com/apache/parquet-cpp/blob/bac81a7a6e13aa28f8b828e336dd80f84950cdcc/cmake_modules/FindZLIB.cmake#L69-L72
However with the local libs it's zlib.lib and not zlibstatic.lib

  was:
Cannot open C:\src\vcpkg\packages\zlib_x64-windows\lib\zlibstatic.lib. The problem comes when PARQUET_ZLIB_VENDORED is turned on.
The reason is because of these six lines 
https://github.com/apache/parquet-cpp/blob/bac81a7a6e13aa28f8b828e336dd80f84950cdcc/cmake_modules/FindZLIB.cmake#L69-L72
However with the local libs it's zlib.lib and not zlibstatic.lib


> CPP Building fails on windows
> -----------------------------
>
>                 Key: PARQUET-1004
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1004
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>         Environment: Windows 10
> Visual Studio 2015
>            Reporter: allen tom
>
> Cannot open C:\src\vcpkg\packages\zlib_x64-windows\lib\zlibstatic.lib. The problem comes when PARQUET_ZLIB_VENDORED is turned on.
> The reason is because of these four lines 
> https://github.com/apache/parquet-cpp/blob/bac81a7a6e13aa28f8b828e336dd80f84950cdcc/cmake_modules/FindZLIB.cmake#L69-L72
> However with the local libs it's zlib.lib and not zlibstatic.lib



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