Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.2k
Closed
Labels
Description
Im trying to compile mattn/go-sqlite3 to linux/arm.
I run:sudo docker run karalabe/xgo-latest github.com/mattn/go-sqlite3 --targets=linux/arm
I get:
Fetching main repository github.com/mattn/go-sqlite3...github.com/mattn/go-sqlite3 (download)Fetching https://golang.org/x/net/context?go-get=1Parsing meta tags from https://golang.org/x/net/context?go-get=1 (status code 200)get "golang.org/x/net/context": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/context?go-get=1get "golang.org/x/net/context": verifying non-authoritative meta tagFetching https://golang.org/x/net?go-get=1Parsing meta tags from https://golang.org/x/net?go-get=1 (status code 200)golang.org/x/net (download)Assembling toolchain for android-16/arm...Bootstrapping android-16/arm...Compiling for android-16/arm...Assembling toolchain for android-16/386...Bootstrapping android-16/386...Compiling for android-16/386.../tmp/tmp.izDbZRL94v/go-sqlite3.i:1: Error: Syntax error in input(1).what am I doing wrong? thanks