Re: Parquet Build issues

2018-08-21 Thread Wes McKinney
Sounds like the build instructions need to be updated. We should make sure things are up to date after the parquet-cpp/Arrow merge On Mon, Aug 20, 2018 at 3:52 PM, Brian Bowman wrote: > All, > > My final hurdle to make parquet was updating zlib on a fresh Ubuntu VM: sudo > apt-get install zlib1

Re: Parquet Build issues

2018-08-20 Thread Brian Bowman
All, My final hurdle to make parquet was updating zlib on a fresh Ubuntu VM: sudo apt-get install zlib1g-dev The happy result: 54838568 Aug 20 18:17 build/debug/libparquet.a 15 Aug 20 18:17 build/debug/libparquet.so -> libparquet.so.1 19 Aug 20 18:17 build/debug/libpa

Re: Parquet Build issues

2018-08-17 Thread Brian Bowman
Thanks for the quick reply Wes! Indeed, I need to set up a fresh Linux system with the correct tooling. I'll send an update once that's done. -Brian On 8/17/18, 12:27 PM, "Wes McKinney" wrote: EXTERNAL hi Brian, It doesn't look like you're using GNU make. Can you deta

Re: Parquet Build issues

2018-08-17 Thread Wes McKinney
hi Brian, It doesn't look like you're using GNU make. Can you detail your build environment / OS? - Wes On Fri, Aug 17, 2018 at 9:54 AM, Brian Bowman wrote: > All, > > It’s been 2-3 years since I joined this email list and I’ve not contributed > yet. I’ve just begun working with Parquet/Arrow

Parquet Build issues

2018-08-17 Thread Brian Bowman
All, It’s been 2-3 years since I joined this email list and I’ve not contributed yet. I’ve just begun working with Parquet/Arrow and have downloaded the parquet-cpp-master 1.10.0 bundle from GITHUB. cmake appears to run successfully but make gets the