bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63170: Getting error while trying to compile treesitter plugin for n


From: Apoorv
Subject: bug#63170: Getting error while trying to compile treesitter plugin for neovim.
Date: Sat, 29 Apr 2023 12:42:18 +0530

I'm using the kickstart.nvim configuration, https://github.com/nvim-lua/kickstart.nvim

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.
```


reply via email to

[Prev in Thread] Current Thread [Next in Thread]