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

build from source failed #52

Closed
alagerald opened this issue Dec 30, 2015 · 3 comments
Closed

build from source failed #52

alagerald opened this issue Dec 30, 2015 · 3 comments

Comments

@alagerald
Copy link

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

@jungle-boogie
Copy link

Not sure why it failed. Can anyone help?

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?

@dinedal
Copy link
Owner

dinedal commented Dec 30, 2015

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.

@dinedal dinedal closed this as completed Dec 30, 2015
@alagerald
Copy link
Author

Found the problem:
The golang version is 1.2.1 which caused the problem.
Removed 1.2 and installed golang 1.4. Now it works.

Thanks a lot!

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

3 participants