YouROK / go-mpv

Golang binding for libmpv
GNU General Public License v2.0
27 stars 10 forks source link

Compiler error on arm #3

Open wildeyedskies opened 2 years ago

wildeyedskies commented 2 years ago
../go/pkg/mod/github.com/yourok/go-mpv@v0.0.0-20160721123233-ecdfd901e332/mpv/consts.go:408:33: could not determine kind of name for C.MPV_EVENT_CHAPTER_CHANGE
../go/pkg/mod/github.com/yourok/go-mpv@v0.0.0-20160721123233-ecdfd901e332/mpv/consts.go:383:34: could not determine kind of name for C.MPV_EVENT_METADATA_UPDATE
../go/pkg/mod/github.com/yourok/go-mpv@v0.0.0-20160721123233-ecdfd901e332/mpv/consts.go:325:24: could not determine kind of name for C.MPV_EVENT_PAUSE
../go/pkg/mod/github.com/yourok/go-mpv@v0.0.0-20160721123233-ecdfd901e332/mpv/consts.go:349:40: could not determine kind of name for C.MPV_EVENT_SCRIPT_INPUT_DISPATCH
../go/pkg/mod/github.com/yourok/go-mpv@v0.0.0-20160721123233-ecdfd901e332/mpv/consts.go:289:33: could not determine kind of name for C.MPV_EVENT_TRACKS_CHANGED
../go/pkg/mod/github.com/yourok/go-mpv@v0.0.0-20160721123233-ecdfd901e332/mpv/consts.go:297:33: could not determine kind of name for C.MPV_EVENT_TRACK_SWITCHED
../go/pkg/mod/github.com/yourok/go-mpv@v0.0.0-20160721123233-ecdfd901e332/mpv/consts.go:333:26: could not determine kind of name for C.MPV_EVENT_UNPAUSE
../go/pkg/mod/github.com/yourok/go-mpv@v0.0.0-20160721123233-ecdfd901e332/mpv/consts.go:606:29: could not determine kind of name for C.MPV_SUB_API_OPENGL_CB

Any idea what the fix would be?

immjs commented 1 year ago

Hello, any updates on this?

dweymouth commented 1 year ago

This repository seems to be abandoned; you might want to checkout gen2brain/go-mpv. I recently submitted a PR which was merged to fix this in that repo.