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
I'm trying to cross compile on ubuntu 18 to darwin but it fails with the following errors:
Run go build -o s3/darwin go build -o s3/darwin shell: /bin/bash -e {0} env: GOROOT: /opt/hostedtoolcache/go/1.14.2/x64 GOOS: darwin GOARCH: amd64 LD_LIBRARY_PATH: ./libs/darwin/ # github.com/ImVexed/muon ##[error]../../../go/pkg/mod/github.com/!im!vexed/[email protected]/muon.go:11:2: imported and not used: "github.com/ImVexed/muon/ultralight" ##[error]../../../go/pkg/mod/github.com/!im!vexed/[email protected]/muon.go:16:12: undefined: ULWindow ##[error]../../../go/pkg/mod/github.com/!im!vexed/[email protected]/muon.go:17:12: undefined: ULOverlay ##[error]../../../go/pkg/mod/github.com/!im!vexed/[email protected]/muon.go:18:12: undefined: ULView ##[error]../../../go/pkg/mod/github.com/!im!vexed/[email protected]/muon.go:19:12: undefined: ULApp ##[error]../../../go/pkg/mod/github.com/!im!vexed/[email protected]/muon.go:162:34: undefined: JSContextRef ##[error]../../../go/pkg/mod/github.com/!im!vexed/[email protected]/muon.go:162:56: undefined: JSObjectRef ##[error]../../../go/pkg/mod/github.com/!im!vexed/[email protected]/muon.go:162:125: undefined: JSValueRef ##[error]../../../go/pkg/mod/github.com/!im!vexed/[email protected]/muon.go:203:22: undefined: JSContextRef ##[error]../../../go/pkg/mod/github.com/!im!vexed/[email protected]/muon.go:203:42: undefined: JSValueRef ##[error]../../../go/pkg/mod/github.com/!im!vexed/[email protected]/muon.go:203:42: too many errors ##[error]Process completed with exit code 2.
Is there anything else I need to pass in to make this work?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to cross compile on ubuntu 18 to darwin but it fails with the following errors:
Is there anything else I need to pass in to make this work?
The text was updated successfully, but these errors were encountered: