can't install on Mac OS 10.12
hankji opened this issue · 2 comments
hankji commented
github.com/jmigpin/editor/xgbutil
../../../gopath/src/github.com/jmigpin/editor/xgbutil/shmwrap.go:104: undefined: ShmOpen
../../../gopath/src/github.com/jmigpin/editor/xgbutil/shmwrap.go:117: undefined: ShmClose
joeblew99 commented
exactly same for me..
https://sourcegraph.com/github.com/jmigpin/editor@master/-/blob/xgbutil/shm_linux_amd64.go?utm_source=chrome-extension#L35
i think that a few functiosn need to be overlaoded for darwin.
need a shm_darwin_amd64.go, with correct build tags.