gotron-sdk icon indicating copy to clipboard operation
gotron-sdk copied to clipboard

Is is possible to build gotron on MacOS?

Open nikkau opened this issue 4 years ago • 0 comments

Hi,

I've just cloned the code, and run make. it said:

➜  gotron-sdk git:(master) ✗ make
GO111MODULE=on go build -o ./bin/tronctl -ldflags="-X main.version=v234 -X main.commit=4c6c1768 -X main.builtAt=2021-01-29T15:08:52+0900 -X [email protected]" cmd/main.go
# github.com/rjeczalik/notify
vendor/github.com/rjeczalik/notify/watcher_fsevents.go:49:11: undefined: stream
vendor/github.com/rjeczalik/notify/watcher_fsevents.go:200:13: undefined: newStream
make: *** [all] Error 2

The OS version is macOS Big Sur, version 11.0.1 (20B29)

Could any one help me?

nikkau avatar Jan 29 '21 08:01 nikkau