You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Emacs with CCLS on Linux and MacOS Mojave. On Linux the experience is fairly smooth, but on macOS I'm running into some problems. I'm using an executable wrapper as recommended in the Wiki, but I had to make some modifications to get it somewhat up and running ... here it is:
Without the explicit reference to the C++ headers and /usr/local/include, the headers aren't found at all. With the references, the headers are found but unique_ptr and make_unique etc. aren't completed and show up as red. The -isysroot line doesn't really make a difference.
Plus, all files basically end with an error message saying: ccls: no member named 'value' in 'std::__1::__is_default_allocator***
In total, the experience isn't all that satisfying on macOS ... is there a way to improve it ?
Best,
N
The text was updated successfully, but these errors were encountered:
Hi,
I'm running Emacs with CCLS on Linux and MacOS Mojave. On Linux the experience is fairly smooth, but on macOS I'm running into some problems. I'm using an executable wrapper as recommended in the Wiki, but I had to make some modifications to get it somewhat up and running ... here it is:
Without the explicit reference to the C++ headers and
/usr/local/include
, the headers aren't found at all. With the references, the headers are found butunique_ptr
andmake_unique
etc. aren't completed and show up as red. The-isysroot
line doesn't really make a difference.Plus, all files basically end with an error message saying:
ccls: no member named 'value' in 'std::__1::__is_default_allocator***
In total, the experience isn't all that satisfying on macOS ... is there a way to improve it ?
Best,
N
The text was updated successfully, but these errors were encountered: