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

Errors #1

Closed
ugjka opened this issue Apr 18, 2017 · 2 comments
Closed

Errors #1

ugjka opened this issue Apr 18, 2017 · 2 comments

Comments

@ugjka
Copy link

ugjka commented Apr 18, 2017

[ugjka@ArchT dumb-mp3-streamer]$ go get github.com/viert/lame
# github.com/viert/lame
../../viert/lame/lame.go:34: cannot use handle (type *C.struct_lame_global_struct) as type Handle in field value
../../viert/lame/lame.go:40: cannot use e.handle (type Handle) as type *C.struct_lame_global_struct in argument to func literal
../../viert/lame/lame.go:44: cannot use e.handle (type Handle) as type *C.struct_lame_global_struct in argument to func literal
../../viert/lame/lame.go:48: cannot use e.handle (type Handle) as type *C.struct_lame_global_struct in argument to func literal
../../viert/lame/lame.go:52: cannot use e.handle (type Handle) as type *C.struct_lame_global_struct in argument to func literal
../../viert/lame/lame.go:56: cannot use e.handle (type Handle) as type *C.struct_lame_global_struct in argument to func literal
../../viert/lame/lame.go:60: cannot use e.handle (type Handle) as type *C.struct_lame_global_struct in argument to func literal
../../viert/lame/lame.go:65: cannot use e.handle (type Handle) as type *C.struct_lame_global_struct in argument to func literal
../../viert/lame/lame.go:70: cannot use e.handle (type Handle) as type *C.struct_lame_global_struct in argument to func literal
../../viert/lame/lame.go:75: cannot use e.handle (type Handle) as type *C.struct_lame_global_struct in argument to func literal
../../viert/lame/lame.go:75: too many errors
@viert
Copy link
Owner

viert commented Apr 18, 2017

Yep, that's because of changes in cgo in new versions of go compiler. I shall be sure to check that out shortly, thanks!

@viert viert closed this as completed Apr 19, 2017
@viert
Copy link
Owner

viert commented Apr 19, 2017

Should be building now

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

No branches or pull requests

2 participants