-
Notifications
You must be signed in to change notification settings - Fork 300
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
build from source failed #52
Comments
built fine for me. I suggest giving more info about your system, your go and you gopath. Can you build any other go app/utility from source? |
Yes, please post your Go version, and if the tests pass in your Go install. Also, per your own output, what failed to build was actually https://github.com/mattn/go-sqlite3 and not textql. Closing since this isn't a problem with textql, but please respond and I will try to help you figure it out. |
Found the problem: Thanks a lot! |
Hi,
I tried to build textql on Ubuntu 14.04 64bit:
$go get -u github.com/dinedal/textql/...
github.com/mattn/go-sqlite3
Go type not supported in export: [0]byte
Go type not supported in export: [0]byte
Go type not supported in export: [0]byte
Go type not supported in export: [0]byte
Go type not supported in export: [0]byte
Go type not supported in export: [0]byte
Go type not supported in export: [0]byte
Go type not supported in export: [0]byte
Go type not supported in export: [0]byte
Go type not supported in export: [0]byte
Not sure why it failed. Can anyone help?
Thanks,
Gerald
The text was updated successfully, but these errors were encountered: