viert / go-lame

new generation lamemp3 bindings for Go
MIT License
42 stars 11 forks source link

[Fixed]: Error building package in travis #2

Closed elysiumn closed 4 years ago

elysiumn commented 4 years ago
go get: warning: modules disabled by GO111MODULE=auto in GOPATH/src;
    ignoring go.mod;
    see 'go help modules'
0.57s$ go get -u github.com/viert/go-lame
go get: warning: modules disabled by GO111MODULE=auto in GOPATH/src;
    ignoring go.mod;
    see 'go help modules'
# github.com/viert/go-lame
../../viert/go-lame/encoder.go:5:23: fatal error: lame/lame.h: No such file or directory
compilation terminated.
The command "go get -u github.com/viert/go-lame" failed and exited with 2 during .