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

Failed to cross compile linux -> darwin #41

Open
jonatino opened this issue Apr 24, 2020 · 0 comments
Open

Failed to cross compile linux -> darwin #41

jonatino opened this issue Apr 24, 2020 · 0 comments

Comments

@jonatino
Copy link

jonatino commented Apr 24, 2020

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/muon@v0.0.0-20191209030120-589db8f0f250/muon.go:11:2: imported and not used: "github.com/ImVexed/muon/ultralight"
##[error]../../../go/pkg/mod/github.com/!im!vexed/muon@v0.0.0-20191209030120-589db8f0f250/muon.go:16:12: undefined: ULWindow
##[error]../../../go/pkg/mod/github.com/!im!vexed/muon@v0.0.0-20191209030120-589db8f0f250/muon.go:17:12: undefined: ULOverlay
##[error]../../../go/pkg/mod/github.com/!im!vexed/muon@v0.0.0-20191209030120-589db8f0f250/muon.go:18:12: undefined: ULView
##[error]../../../go/pkg/mod/github.com/!im!vexed/muon@v0.0.0-20191209030120-589db8f0f250/muon.go:19:12: undefined: ULApp
##[error]../../../go/pkg/mod/github.com/!im!vexed/muon@v0.0.0-20191209030120-589db8f0f250/muon.go:162:34: undefined: JSContextRef
##[error]../../../go/pkg/mod/github.com/!im!vexed/muon@v0.0.0-20191209030120-589db8f0f250/muon.go:162:56: undefined: JSObjectRef
##[error]../../../go/pkg/mod/github.com/!im!vexed/muon@v0.0.0-20191209030120-589db8f0f250/muon.go:162:125: undefined: JSValueRef
##[error]../../../go/pkg/mod/github.com/!im!vexed/muon@v0.0.0-20191209030120-589db8f0f250/muon.go:203:22: undefined: JSContextRef
##[error]../../../go/pkg/mod/github.com/!im!vexed/muon@v0.0.0-20191209030120-589db8f0f250/muon.go:203:42: undefined: JSValueRef
##[error]../../../go/pkg/mod/github.com/!im!vexed/muon@v0.0.0-20191209030120-589db8f0f250/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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant