unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#63170: Getting error while trying to compile treesitter plugin for neovim.
@ 2023-04-29  7:12 Apoorv
  2023-08-23  0:49 ` bug#63170: The issue no longer exists Apoorv
  0 siblings, 1 reply; 3+ messages in thread
From: Apoorv @ 2023-04-29  7:12 UTC (permalink / raw)
  To: 63170

[-- Attachment #1: Type: text/plain, Size: 1255 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1563 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-05 16:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-29  7:12 bug#63170: Getting error while trying to compile treesitter plugin for neovim Apoorv
2023-08-23  0:49 ` bug#63170: The issue no longer exists Apoorv
2023-09-05 14:46   ` Simon Tournier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).