Thanks. I'll give it a try. -----Original Message----- From: Wes McKinney <[email protected]> Sent: Friday, March 23, 2018 3:12 PM To: Parquet Dev <[email protected]> Subject: Re: FW: RE: Windows Static Libs
hi Sam We are testing the Static CRT build without conda toolchain in our Appveyor setup: https://github.com/apache/parquet-cpp/blob/master/ci/msvc-build.bat#L54 Hope this does what you need Wes On Wed, Mar 21, 2018 at 9:56 AM, <[email protected]> wrote: > > 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 <[email protected]> > Sent: Monday, October 30, 2017 10:59 AM > To: [email protected]; [email protected] > 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 <[email protected]> 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). >> >>
