-
Notifications
You must be signed in to change notification settings - Fork 20
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
Does not compile with go 1.3 (so you said) #3
Comments
I have an operation plan for now. This plan will involve backwards-incompatible API changes in the XxxTarget types. If you're writing stuff against these types, please put that on hold while I fix the code. |
This commit contains a complete reimplementation of the marshalling code which is now done mostly in C code. I use a dirty hack to get around the inability to access Go types from C code in my code, see commentary in marshall.h for more details.
@arnonym Please check if github.com/fuzxxl/nfc/dev/nfc compiles. I will prepare a release shortly after. |
pi@raspberrypi ~/gide $ go get github.com/fuzxxl/nfc/dev/nfc github.com/fuzxxl/nfc/dev/nfcsrc/github.com/fuzxxl/nfc/dev/nfc/nfc.go:205: undefined: context Unfortunately no change. |
Can you tell me the output of |
Also, you should try running |
After upgrading to go 1.3 the library compiles. Thank you! I will try to interface with my PN532 later. I'll keep you updated. |
Okay. I will prepare another release (2.0) later on. I try to iron out some oddities in the API before. |
go get github.com/fuzxxl/nfc/1.0/nfc
src/github.com/fuzxxl/nfc/1.0/nfc/nfc.go:205: undefined: context
The text was updated successfully, but these errors were encountered: