Re: [C++] Help with windows build failure

2019-03-02 Thread Micah Kornfield
Yeah, I can do that (or at least a close approximation to help the next person). Created ARROW-4745 [1] to track it. [1] https://issues.apache.org/jira/browse/ARROW-4745 On Sat, Mar 2, 2019 at 2:38 PM Wes McKinney wrote: > Would it be possible to round up this information and put it in the >

Re: [C++] Help with windows build failure

2019-03-02 Thread Wes McKinney
Would it be possible to round up this information and put it in the wiki or under https://github.com/apache/arrow/tree/master/docs/source/cpp somewhere for the next person who needs to debug the static CRT build on Windows? I haven't had to do this personally yet and I can imagine similarly losing

Re: [C++] Help with windows build failure

2019-03-01 Thread Micah Kornfield
Just to finish off this thread. Antoine's advice was spot on (need to pass Debug and Static to b2). There was still another build issue with doube precision but I was able to bypass it my making the specific test that was failing. On Tue, Feb 26, 2019 at 3:49 AM Antoine Pitrou wrote: > > Le

Re: [C++] Help with windows build failure

2019-02-26 Thread Antoine Pitrou
Le 26/02/2019 à 05:42, Micah Kornfield a écrit : > The issue I'm blocked on is getting boost installed properly. I've > included all of the steps I've run below, if anyone has some thoughts or > the magical script to build and install the appropriate boost libraries > appropriate for the

Re: [C++] Help with windows build failure

2019-02-25 Thread Micah Kornfield
The issue I'm blocked on is getting boost installed properly. I've included all of the steps I've run below, if anyone has some thoughts or the magical script to build and install the appropriate boost libraries appropriate for the Static_Crt_Build i would greatly appreciate it. With a Windows

Re: [C++] Help with windows build failure

2019-02-20 Thread Wes McKinney
There are both Debug and Release configurations here https://github.com/apache/arrow/blob/master/ci/appveyor-cpp-build.bat#L32 If you try those CMake commands in your VM, you do not reproduce the issue? On Wed, Feb 20, 2019 at 5:01 AM Micah Kornfield wrote: > > I seem to recall at least one

Re: [C++] Help with windows build failure

2019-02-20 Thread Micah Kornfield
I seem to recall at least one appveyor job passing (which seems to correspond with my ability to get a build on windows passing), but it is hard to tell because appveyor cancels all other jobs once one fails. On Wed, Feb 20, 2019 at 2:44 AM Antoine Pitrou wrote: > > Hi Micah, > > Le 20/02/2019

Re: [C++] Help with windows build failure

2019-02-20 Thread Antoine Pitrou
Hi Micah, Le 20/02/2019 à 11:30, Micah Kornfield a écrit : > I've been working on a PR [1] that passes CI under linux/mac builds (when > the master build isn't broken). I've been able to run it locally (linux > VM), using both ASAN and Valgrind without issues. But I'm getting > consistent

[C++] Help with windows build failure

2019-02-20 Thread Micah Kornfield
I've been working on a PR [1] that passes CI under linux/mac builds (when the master build isn't broken). I've been able to run it locally (linux VM), using both ASAN and Valgrind without issues. But I'm getting consistent errors (looks like a segfault) when building on windows on under