Re: Apache Arrow development using CLion

2022-06-07 Thread Yue Ni
Hi Dulvin, I used CLion when working with Apache Arrow C++. You can give CMake presets [1] a try. CLion started to support CMake presets last year (2021.2) and your version (2022.1.2) should work fine [2]. And Apache Arrow provides several CMake presets [3], which you can choose from depending on

Re: Apache Arrow development using CLion

2022-06-07 Thread Weston Pace
I tried to use CLion for a little while with mixed results. CLion integrates well with cmake. However, CLion seems to rely heavily on clang-tidy and I was unable to configure clang-tidy in such a way that it ran reasonably quickly. I think part of the problem is that CLion wanted to use all of m

Re: Apache Arrow development using CLion

2022-06-07 Thread Sutou Kouhei
Hi, I'm not a CLion user but could you share error messages, logs or something from CLion? Thanks, -- kou In "Apache Arrow development using CLion" on Tue, 7 Jun 2022 22:44:48 +0530, Dulvin Witharane wrote: > Hi, > > I was looking to use CLion as the IDE for arrow development. Any guide