Building a project which depends on go-gst with this command:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o main .
results in the following errors:
../../../go/pkg/mod/github.com/tinyzimmer/go-gst@v0.2.32/gst/gst_message_stringer.go:17:10: undefined: Message
../../../go/pkg/mod/github.com/tinyzimmer/go-gst@v0.2.32/gst/gst_message_stringer.go:21:7: undefined: MessageEOS
../../../go/pkg/mod/github.com/tinyzimmer/go-gst@v0.2.32/gst/gst_message_stringer.go:24:7: undefined: MessageInfo
../../../go/pkg/mod/github.com/tinyzimmer/go-gst@v0.2.32/gst/gst_message_stringer.go:27:7: undefined: MessageWarning
../../../go/pkg/mod/github.com/tinyzimmer/go-gst@v0.2.32/gst/gst_message_stringer.go:30:7: undefined: MessageError
../../../go/pkg/mod/github.com/tinyzimmer/go-gst@v0.2.32/gst/gst_message_stringer.go:33:7: undefined: MessageTag
../../../go/pkg/mod/github.com/tinyzimmer/go-gst@v0.2.32/gst/gst_message_stringer.go:40:7: undefined: MessageBuffering
../../../go/pkg/mod/github.com/tinyzimmer/go-gst@v0.2.32/gst/gst_message_stringer.go:51:7: undefined: MessageStateChanged
../../../go/pkg/mod/github.com/tinyzimmer/go-gst@v0.2.32/gst/gst_message_stringer.go:55:7: undefined: MessageStateDirty
../../../go/pkg/mod/github.com/tinyzimmer/go-gst@v0.2.32/gst/gst_message_stringer.go:58:7: undefined: MessageStepDone
../../../go/pkg/mod/github.com/tinyzimmer/go-gst@v0.2.32/gst/gst_message_stringer.go:58:7: too many errors
Building a project which depends on go-gst with this command:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o main .results in the following errors: