You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trying to build a project which uses the tree-sitter module which does depend on native libraries.
it says
info golangBuild - github.com/smacker/go-tree-sitter/bash
info golangBuild - github.com/smacker/go-tree-sitter/bash: build constraints exclude all Go files in /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/bash
info golangBuild - github.com/smacker/go-tree-sitter/c
info golangBuild - github.com/smacker/go-tree-sitter/c: build constraints exclude all Go files in /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/c
info golangBuild - github.com/smacker/go-tree-sitter/cpp
info golangBuild - github.com/smacker/go-tree-sitter/cpp: build constraints exclude all Go files in /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/cpp
info golangBuild - github.com/smacker/go-tree-sitter/csharp
info golangBuild - github.com/smacker/go-tree-sitter/csharp: build constraints exclude all Go files in /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/csharp
info golangBuild - github.com/smacker/go-tree-sitter/css
info golangBuild - github.com/smacker/go-tree-sitter/css: build constraints exclude all Go files in /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/css
info golangBuild - github.com/smacker/go-tree-sitter/cue
info golangBuild - github.com/smacker/go-tree-sitter/cue: build constraints exclude all Go files in /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/cue
info golangBuild - github.com/smacker/go-tree-sitter/dockerfile
info golangBuild - github.com/smacker/go-tree-sitter/dockerfile: build constraints exclude all Go files in /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/dockerfile
...
later
it says
golangBuild - /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/iter.go:17:18: undefined: Node
info golangBuild - /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/iter.go:21:21: undefined: Node
info golangBuild - /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/iter.go:25:20: undefined: Node
info golangBuild - /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/iter.go:30:26: undefined: Node
info golangBuild - /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/iter.go:34:20: undefined: Node
info golangBuild - /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/iter.go:38:32: undefined: Node
info golangBuild - /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/iter.go:43:9: undefined: Node
info golangBuild - /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/iter.go:46:18: undefined: Node
info golangBuild - /go/pkg/mod/github.com/smacker/go-tree-sitter@v0.0.0-20230720070738-0d0a9f78d8f8/iter.go:68:40: undefined: Node
the one google result (projectdiscovery/katana#546) i get for this error seems to suggest that the. C compiler cannot be found. This could also explain the first messages.
Thank you for your contribution! This issue is stale because it has been open 60 days with no activity. In order to keep it open, please remove stale label or add a comment within the next 10 days. If you need a Piper team member to remove the stale label make sure to add @SAP/jenkins-library-team to your comment.
I trying to build a project which uses the tree-sitter module which does depend on native libraries.
it says
later
it says
the one google result (projectdiscovery/katana#546) i get for this error seems to suggest that the. C compiler cannot be found. This could also explain the first messages.
The text was updated successfully, but these errors were encountered: