-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Can't build on Raspberry Pi #76
Comments
It's a compiler's bug maybe |
So, this library is not working on ARM until at least go 1.3? You might want to add a warning in the readme. |
It was working before I updated the go-sqlite3 package. One day I ran "go get -u github.com/mattn/go-sqlite3" then I see the same error message, too. |
Could you please try to run |
Why are you not using the system libsqlite3.so? sqlite3_errstr() seems to be the only kind of newish function that is being used. |
Because sqlite3_errstr is contained in sqlite3.c that bundled. |
Just following up on this to check if there is a fix in the pipeline. We are facing the same issues and there doesn't seem to be any workarounds. |
+1 |
1 similar comment
+1 |
For anyone still looking at this issue, I was able to build on the RPi with a different SQLite3 driver, using Go 1.3b. Here is the alternative driver, and it has the added benefit of not having GCC peg your processor on build like this library has started to: https://github.com/mxk/go-sqlite/ |
Maybe same as #92 |
Back trace:
Seems to be a problem with CGO that could (possibly) be fixed in go 1.2. Is there a way around this issue on current version? (1.1.2 linux/arm).
Sqlite3 version is 3.8.0.1 2013-08-29 17:35:01 352362bc01660edfbda08179d60f09e2038a2f49
If you need anything else please let me know
The text was updated successfully, but these errors were encountered: