Open stjohnjohnson opened 4 years ago
Can you tell me which version of OSX you're running? I'm finding the OpenAL deprecation in 10.15 breaking oto (which breaks beep).
Sorry for the delay, OSX Catalina - 10.15.2 (19C57)
Same issue here with Ubuntu 18.04
It happens only inside "make".
GOARCH=amd64 go build -ldflags='-s -w -X main.Version=2.0.0 -X main.BuildTime=2020-03-04T13:43:16+0100' -o builds/bin/2.0.0/ex .; else GOARCH=amd64 GOARM=7 go build -ldflags=-s -w -X main.Version=2.0.0 -X main.BuildTime=2020-03-04T13:43:16+0100 -o builds/bin/2.0.0/cyclops_amd64v7 .
This works outside make, but if I try to build it from a makefile I get: github.com/hajimehoshi/oto ../../../../pkg/mod/github.com/hajimehoshi/oto@v0.3.1/context.go:120:18: undefined: driver
I've been using your library pretty successfully on OSX, but when I tried to cross compile for Linux I ran into the following error on build:
I tried to make the most minimal example and found it with the
1-hello-world/a
tutorial. Here is a reproduction gist that will run it both locally and in thegolang:1.13
container.