We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fatal error: 'cstring' file not found
Hello there!
I am struggling to get this working in my laptop
nvim-treesitter[ruby]: Error during compilation src/scanner.cc:4:10: fatal error: 'cstring' file not found #include <cstring> ^~~~~~~~~ 1 error generated.
I 've been playing around with gcc, llvm but I do not have that kind of knowledge 😅
gcc
llvm
Could you give me hand?? Thanks!
The text was updated successfully, but these errors were encountered:
Well you know... You just have to create a issue to find the solution.
I had to set the CC env var to the proper path of the gcc command installed by brew.
CC
CC=/opt/homebrew/bin/gcc-13 lvim . Did the trick.
CC=/opt/homebrew/bin/gcc-13 lvim .
Sorry, something went wrong.
the grammar was just updated to have the scanner be written in C fyi to prevent issues like this in the future.
No branches or pull requests
Hello there!
I am struggling to get this working in my laptop
I 've been playing around with
gcc
,llvm
but I do not have that kind of knowledge 😅Could you give me hand?? Thanks!
The text was updated successfully, but these errors were encountered: