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

Compilation Issues since r56 #11

Open
GoogleCodeExporter opened this issue Oct 26, 2015 · 2 comments
Open

Compilation Issues since r56 #11

GoogleCodeExporter opened this issue Oct 26, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant