You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. checkout go tip from mercurial or -u release (not r56)
2. import github.com/thomaslee/go-dbd-sqlite
3. checkout gosqlite HEAD from mercurial using goinstall
4. manually trigger the build using gomake to get around Issue #10
5. build fails, Go revision is too new
What is the expected output? What do you see instead?
[~/go/src/pkg/gosqlite.googlecode.com/hg/sqlite]$ make
8g -o _go_.8 _obj/sqlite.cgo1.go _obj/_cgo_gotypes.go
sqlite.go:340[_obj/sqlite.cgo1.go:343]: undefined: reflect.Typeof
make: *** [_go_.8] Error 1
What version of the product are you using? On what operating system?
Latest go version, latest gosqlite from HG tip.
Please provide any additional information below.
It still works with r56, but all of the other software that I use has been
updated to work with r57 (or a separate maintenance branch for r56 exists, in
the case of github.com/skelterjohn/go-gb)
What happened in reflect package? Help!
(Thanks)
Original issue reported on code.google.com by yeb...@gmail.com on 5 May 2011 at 9:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
yeb...@gmail.com
on 5 May 2011 at 9:51The text was updated successfully, but these errors were encountered: