-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to build binary for project with a dependency on go-graphviz #43
Comments
Any update on this? I am facing the same issues cross-compiling this project using Bazel:
|
me too, how to fix? |
go-graphviz is cgo project. So |
Can we have this as part of |
Hi were you able to resolve this? I'm having the same problem, not sure what to do. |
tried to solve the same problem as descrived above, doing
|
Facing the same issue after following the suggestions from the thread. I tried |
Based on this example, I put together a tiny example repo bringing in go-graphviz.
I'm able to run
go run
successfully, but I'm not able to build binaries -- either for mac, or cross-compiling for linux.Output:
I'm working on a Mac.
How can I build mac and linux binaries where I'm including go-graphviz ?
The text was updated successfully, but these errors were encountered: