-
Notifications
You must be signed in to change notification settings - Fork 647
Cross Compiling undefined: ui errors #286
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
Comments
You must cross-compile with cgo ( |
|
I have the same problem and after following @CheatCoder instructions I get:
I am using a branch with table support as I need those for the software I am trying to build. |
I think this is a problem with your used branch |
Most of those linker errors indicate you are not using such a branch, as its The rest are #281 Not sure why the warnings are there at the end; they indicate something is ignoring your line comments... |
Does this still happen? |
My example is working well on Fedora , but if I try to create a Windows Cross Compiling version from linux I got this errors.
I used go version 1.10.1 linux/amd64
Why ?
The text was updated successfully, but these errors were encountered: