The only published instructions I can find for building parquet-cpp for Windows 
make use of the conda build chain, which doesn't seem to provide the new MS 
static CRT linking option. At least not that I can find.


I've spent several days trying to get a basic build. Just wondering if anyone 
can point me in the right direction.

Many thanks.
 
Sam

-----Original Message-----
From: Wes McKinney <wesmck...@gmail.com>
Sent: Monday, October 30, 2017 10:59 AM
To: dev@parquet.apache.org; sthom...@ncidea.com
Subject: Re: Windows Static Libs

Opened two JIRAs for this

https://issues.apache.org/jira/browse/ARROW-1755
https://issues.apache.org/jira/browse/PARQUET-1151

Let's discuss there -- I will ping Max Risuhin who has done a bunch of work 
on the Windows side of the build systems for Arrow and Parquet

- Wes

On Sun, Oct 29, 2017 at 8:26 AM, Sam Thomsen <sthom...@ncidea.com> wrote:
> I'm looking for instructions to build Parquet windows static libs that
> do not require the MSVC runtime DLLs (MD->MT, MDd->MTd).
>
> I have been able to hack a solution for the Arrow lib, but I can't get
> Parquet to build.
>
> Can this be done? Are there instructions?
>
> We develop a single binary exe and want to switch from HDF to Parquet
> for performance and better integration with the Hadoop ecosystem.
> Trying to avoid messy client dependency management (DLL-Hell).
>
>

Reply via email to