You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have an issue while trying to build my app in Golang It cannot be done.
karim@Karims-MacBook-Pro app % go build
github.com/elastic/gosigar
../../../go/pkg/mod/github.com/elastic/[email protected]/sigar_common_darwin.go:202:23: could not determine kind of name for C.PROC_ALL_PIDS
../../../go/pkg/mod/github.com/elastic/[email protected]/sigar_common_darwin.go:494:34: could not determine kind of name for C.PROC_PIDTASKALLINFO
../../../go/pkg/mod/github.com/elastic/[email protected]/sigar_common_darwin.go:202:7: could not determine kind of name for C.proc_listpids
../../../go/pkg/mod/github.com/elastic/[email protected]/sigar_common_darwin.go:494:7: could not determine kind of name for C.proc_pidinfo
I am using MacBook Apple silicon M3
The text was updated successfully, but these errors were encountered:
Hello,
I have an issue while trying to build my app in Golang It cannot be done.
karim@Karims-MacBook-Pro app % go build
github.com/elastic/gosigar
../../../go/pkg/mod/github.com/elastic/[email protected]/sigar_common_darwin.go:202:23: could not determine kind of name for C.PROC_ALL_PIDS
../../../go/pkg/mod/github.com/elastic/[email protected]/sigar_common_darwin.go:494:34: could not determine kind of name for C.PROC_PIDTASKALLINFO
../../../go/pkg/mod/github.com/elastic/[email protected]/sigar_common_darwin.go:202:7: could not determine kind of name for C.proc_listpids
../../../go/pkg/mod/github.com/elastic/[email protected]/sigar_common_darwin.go:494:7: could not determine kind of name for C.proc_pidinfo
I am using MacBook Apple silicon M3
The text was updated successfully, but these errors were encountered: