ut-proj / undermidi

An Erlang/LFE MIDI soft real time server for live play of MIDI devices
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

`make build` error #37

Closed ioolkos closed 2 years ago

ioolkos commented 2 years ago

I don't immediately see why, though. I think I have all dependencies.

➜  undermidi git:(release/0.2.x) make build
>> Building Go examples ...
make[1]: Entering directory '/home/afa/Erlang/plekto/undermidi/priv/go/src/github.com/ut-proj/midiserver'
>> Building bin/midiserver ...
# github.com/ut-proj/midiserver/internal/util
internal/util/signals.go:17:9: undefined: signal.NotifyContext
make[1]: *** [Makefile:43: bin/midiserver] Error 2
make[1]: Leaving directory '/home/afa/Erlang/plekto/undermidi/priv/go/src/github.com/ut-proj/midiserver'
make: *** [Makefile:70: build-go] Error 2
oubiwann commented 2 years ago

Oh, hey -- good catch; now that binary downloads for the Go midiserver are supported, the Go build stuff can be removed from all default work. This bit was missed when I dropped build-by-default ...

oubiwann commented 2 years ago

This was closed automatically due to how I phrased the commit message; if this turns out not to fix this particular issue, we can re-open this ticket.