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
> w
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
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
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 Static_
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 10
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 app
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 à
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 erro
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
static_cr