Thanks. Here's the gist. I do not have BOOST env vars set. It does seem to be looking for headers in a boost directory parallel to arrow though.
https://gist.github.com/andygrove/8abfa027fa29fb9f31efeab90043682c On Thu, Mar 8, 2018 at 8:22 AM, Wes McKinney <[email protected]> wrote: > If you could also run with > > -DARROW_VERBOSE_THIRDPARTY_BUILD=ON > > that would provide additional debugging help > > On Thu, Mar 8, 2018 at 10:17 AM, Wes McKinney <[email protected]> wrote: > > hi Andy, > > > > Can you post the complete output of running CMake in a gist or > > someplace for us to have a look? Do you have any BOOST_* environment > > variables set? > > > > Thanks > > Wes > > > > On Thu, Mar 8, 2018 at 10:12 AM, Andy Grove <[email protected]> > wrote: > >> So I'm following the instructions and installed the binary dependencies, > >> including libboost-dev. I see boost headers in /usr/include/boost. I'm > >> using Ubuntu 16.04. > >> > >> In the Arrow cpp directory, I ran: > >> > >> cmake -G "Unix Makefiles" > >> > >> I get this output: > >> > >> Unable to find the requested Boost libraries. > >> > >> Boost version: 0.0.0 > >> > >> Boost include path: /home/andy/git/boost_1_66_0 > >> > >> Could not find the following Boost libraries: > >> > >> boost_regex > >> > >> Some (but not all) of the required Boost libraries were found. You > may > >> need to install these additional Boost libraries. Alternatively, set > >> BOOST_LIBRARYDIR to the directory containing Boost libraries or > BOOST_ROOT > >> to the location of Boost. > >> > >> I also tried installing boost headers and going that route but ran into > >> different problems. > >> > >> I'd appreciate some guidance. > >> > >> Thanks, > >> > >> Andy. >
