Skip to content
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

Binary doesn't build in Windows11 #838

Closed
Mzack9999 opened this issue Apr 2, 2024 · 1 comment · Fixed by #841
Closed

Binary doesn't build in Windows11 #838

Mzack9999 opened this issue Apr 2, 2024 · 1 comment · Fixed by #841
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@Mzack9999
Copy link
Member

katana version:

main|dev

Current Behavior:

Binary is not built correctly on Win11 (64bit) due to TreeSitter dependency

Expected Behavior:

Building correctly

Steps To Reproduce:

> go build .
github.com/smacker/go-tree-sitter/javascript: build constraints exclude all Go files in C:\Users\user\go\pkg\mod\github.com\smacker\[email protected]\javascript
# github.com/smacker/go-tree-sitter
C:\Users\user\go\pkg\mod\github.com\smacker\[email protected]\iter.go:17:18: undefined: Node
C:\Users\user\go\pkg\mod\github.com\smacker\[email protected]\iter.go:21:21: undefined: Node
C:\Users\user\go\pkg\mod\github.com\smacker\[email protected]\iter.go:25:20: undefined: Node
C:\Users\user\go\pkg\mod\github.com\smacker\[email protected]\iter.go:30:26: undefined: Node
C:\Users\user\go\pkg\mod\github.com\smacker\[email protected]\iter.go:34:20: undefined: Node
C:\Users\user\go\pkg\mod\github.com\smacker\[email protected]\iter.go:38:32: undefined: Node
C:\Users\user\go\pkg\mod\github.com\smacker\[email protected]\iter.go:43:9: undefined: Node
C:\Users\user\go\pkg\mod\github.com\smacker\[email protected]\iter.go:46:18: undefined: Node
C:\Users\user\go\pkg\mod\github.com\smacker\[email protected]\iter.go:68:40: undefined: 
@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Apr 2, 2024
@Az8th
Copy link

Az8th commented Apr 4, 2024

There is a workaround in #624

@Mzack9999 Mzack9999 linked a pull request Apr 5, 2024 that will close this issue
@Mzack9999 Mzack9999 self-assigned this Apr 5, 2024
@Mzack9999 Mzack9999 added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants