Open carlca opened 7 years ago
Could you provide a dump of what your env
output is?
Sure, here it is:
GOARCH="amd64"
GOBIN="/Users/carlca/Code/go/bin"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/carlca/Code/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/1d/1rqcnlq51zd4j_vqhp1kv3540000gp/T/go-build904452756=/tmp/go-build -gno-record-gcc-switches -fno-common"
CXX="clang++"
CGO_ENABLED="1"
PKG_CONFIG="pkg-config"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
Golang 1.9 macOS 10.12.6 Sierra
Hello, I ran
brew install portmidi
and that seemed to go OK. I then rango get github.com/rakyll/portmidi
- again, no cause for alarm.I then cd'd to the
rakyll/portmidi
folder and rango test
. I received the following messages:Any ideas what the problem could be? Cheers, Carl.