Apoorv wrote 2 years ago
(address . bug-guix@gnu.org)
I'm using the kickstart.nvim configuration,
And while it tries to compile the treesitter plugin I am getting an error,
```
nvim-treesitter[python]: Error during compilation
In file included from src/scanner.cc:2:
In file included from /home/apoorv/.guix-home/profile/include/c++/vector:66:
In file included from
/home/apoorv/.guix-home/profile/include/c++/bits/refwrap.h:39:
/home/apoorv/.guix-home/profile/include/c++/bits/stl_function.h:439:11:
error: no member named '__is_constant_evaluated' in namespace 'std'
if (std::__is_constant_evaluated())
~~~~~^
/home/apoorv/.guix-home/profile/include/c++/bits/stl_function.h:454:11:
error: no member named '__is_constant_evaluated' in namespace 'std'
if (std::__is_constant_evaluated())
~~~~~^
/home/apoorv/.guix-home/profile/include/c++/bits/stl_function.h:469:11:
error: no member named '__is_constant_evaluated' in namespace 'std'
if (std::__is_constant_evaluated())
~~~~~^
/home/apoorv/.guix-home/profile/include/c++/bits/stl_function.h:484:11:
error: no member named '__is_constant_evaluated' in namespace 'std'
if (std::__is_constant_evaluated())
~~~~~^
4 errors generated.
```