-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during compilation #45
Comments
I fixed the problem by changing the used gcc binary. macOs is getting shipped with apple version of
|
I am facing the same problem.
I use Homebrew GCC 12.2.0 on M1 Mac.
|
Sorry, I found the comment that solves the problem. |
The above comment will probably solve the issue, but another way to solve this is to remove the xcode from your mac, and install the latest version of clt directly using |
same here, thanks |
I had this problem attempting to install require('nvim-treesitter.configs').setup({
ensure_installed = {
'norg',
},
}) However, I don't have any issues if I install via the command
|
I ran into this and spent some time digging into it. There's a few things going on here, but the fundamental issue is that Neorg is reaching into nvim-treesitter to a) change the version of tree-sitter-norg that it builds and b) install a kludge that changes the way it builds parsers. I've created nvim-neorg/neorg#1587 which should fix this. |
I've updated my plugins after a few months and tree sitter for norg doesn't get compiled.
Error stack tree:
CC version:
Default standart from man pages if it helps
The text was updated successfully, but these errors were encountered: