I think if c++11 was used to compile the library it might also fix the issue.
On Friday, July 1, 2016, Holden Karau <hol...@pigscanfly.ca> wrote: > So doing a bit of hunting it seems like this might be coming since your > missing some expected build libraries, namely you don't have any of the > expected regex libraries. I'm used to working on ubuntu/debian derived > systems but it seems like installing something like `yum groupinstall > "Development Tools"` might help install this and other related libraries > you will probably find yourself needing. > It might be useful to make a note of this in the README as well on what the > expected/required native libraries are. > > On Fri, Jul 1, 2016 at 4:31 PM, Manoj Kumar < > manojkumarsivaraj...@gmail.com <javascript:;>> > wrote: > > > Hi, > > > > I am trying to install Arrow using the following instructions. > > > > ./cpp/thirdparty/download_thirdparty.sh > > ./cpp/thirdparty/build_thirdparty.sh > > > > > > It fails with this error: > > > > + cmake -DCMAKE_BUILD_TYPE=Release > > -DCMAKE_INSTALL_PREFIX=/home/manoj/arrow/cpp/thirdparty/installed > > '-DCMAKE_CXX_FLAGS=-fPIC --std=c++0x' . > > -- git Version: v0.0.0-dirty > > -- Version: 0.0.0 > > -- Performing Test HAVE_STD_REGEX > > -- Performing Test HAVE_STD_REGEX -- failed to compile > > -- Performing Test HAVE_GNU_POSIX_REGEX > > -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile > > -- Performing Test HAVE_POSIX_REGEX > > -- Performing Test HAVE_POSIX_REGEX -- failed to compile > > -- Performing Test HAVE_STEADY_CLOCK > > -- Performing Test HAVE_STEADY_CLOCK -- failed to compile > > CMake Error at src/CMakeLists.txt:17 (message): > > Failed to determine the source files for the regular expression > backend. > > > > > > I use CentOS version: 6.7 > > > > Any help to fix this, would be appreciated. Thanks! > > > > -- > > Manoj, > > http://github.com/MechCoder > > > > > > -- > Cell : 425-233-8271 > Twitter: https://twitter.com/holdenkarau >