Re: C++ buildings and Regex issue

2018-12-11 Thread Rares Vernica
Worked like a charm. Thanks a lot! Much appreciated! -- Rares On Tue, Dec 11, 2018 at 11:20 PM Kouhei Sutou wrote: > Hi, > > Can you try "-DBOOST_ROOT=${YOUR_BOOST_INSTALL_PREFIX}" option? > > > Thanks, > -- > kou > > In > "Re: C++ buildin

Re: C++ buildings and Regex issue

2018-12-11 Thread Kouhei Sutou
Hi, Can you try "-DBOOST_ROOT=${YOUR_BOOST_INSTALL_PREFIX}" option? Thanks, -- kou In "Re: C++ buildings and Regex issue" on Tue, 11 Dec 2018 22:53:58 -0800, Rares Vernica wrote: > Hi, > > Unfortunately we need to stay on CentOS 6 for now. > > We

Re: C++ buildings and Regex issue

2018-12-11 Thread Rares Vernica
on CentOS 6. Because system Boost > is old. It's better that you upgrade to CentOS 7. > > Thanks, > -- > kou > > In > "Re: C++ buildings and Regex issue" on Tue, 11 Dec 2018 22:07:20 -0800, > Rares Vernica wrote: > > > Wes, > > > &g

Re: C++ buildings and Regex issue

2018-12-11 Thread Kouhei Sutou
Hi, You can't use system Boost on CentOS 6. Because system Boost is old. It's better that you upgrade to CentOS 7. Thanks, -- kou In "Re: C++ buildings and Regex issue" on Tue, 11 Dec 2018 22:07:20 -0800, Rares Vernica wrote: > Wes, > > Thanks! We do plan

Re: C++ buildings and Regex issue

2018-12-11 Thread Rares Vernica
Wes, Thanks! We do plan to upgrade, as soon as we put down the fire. We noticed some API changes and we will have to get our code updated. It looks like it is boost::regex. In our application we link dynamically against a locally compiled Boost. For Arrow we noticed this for CentOS https://github

Re: C++ buildings and Regex issue

2018-12-11 Thread Wes McKinney
hi, Could you clarify what you mean by "regex calls"? Are you talking about boost::regex, std::regex, something else? How did you link the relevant libraries in each part of your application, and in the Arrow + Parquet libraries 0.9.0 is over 1000 patches ago. I'd recommend that you try to upgrad

C++ buildings and Regex issue

2018-12-11 Thread Rares Vernica
Hello, We are using the C++ bindings of Arrow 0.9.0 on our system on CentOS. Once we load the Arrow library, our regular regex calls (outside of Arrow) misbehave and trigger some unknown crashes. We are still trying to figure things out but I was wondering if there are any know issues regarding re