-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Problem trying to compile last version on Master branch #2181
Comments
Which C/C++ compiler and version are you using? |
gcc.exe (MinGW-W64 x86_64-posix-seh, built by Brecht Sanders) 11.2.0 |
How you define a C/C++ compiler when trying to compile helix-editor with cargo? I cannot compile and I supose that I have some problems with the compiler in Windows 11..... |
This looks similar to this #1973 |
This was likely fixed by #3190 if you still have issues on the latest master please open a new issue |
Summary
Following the instructions of the reader, on windows 11 with Rust installed and c and c++ compilers installed, it is not possible to compile the cloned version of the repository.
You get the following error:
--- stder
thread 'main' panicked at 'Failed to compile tree-sitter grammars: Failed to build some grammar(s)
Caused by:
Parser compilation failed.
Stdout: scanner.c
C:\Users\Usuario\AppData/Roaming/helix\runtime\grammars\sources\haskell\src\scanner.c(211): error C2146: syntax error: missing ')' before identifier 'vs'
Reproduction Steps
I tried this:
I expected this to happen:
Complete all commands
Instead, this happened:
Get this error
--- stder
thread 'main' panicked at 'Failed to compile tree-sitter grammars: Failed to build some grammar(s)
Caused by:
Parser compilation failed.
Stdout: scanner.c
C:\Users\Usuario\AppData/Roaming/helix\runtime\grammars\sources\haskell\src\scanner.c(211): error C2146: syntax error: missing ')' before identifier 'vs'
Helix log
~/.cache/helix/helix.log
Platform
Windows 11
Terminal Emulator
CMD
Helix Version
22.03-105-gcc68fa85
The text was updated successfully, but these errors were encountered: