ITRS-Group / cordial

Cordial comprises a set of interrelated programs, integrations, libraries and packages for Geneos, principally written in Go.
Other
7 stars 0 forks source link

Building on MacOS fails due to undefined procSetupOS and sshConnectAgent #181

Closed johanthoren closed 1 year ago

johanthoren commented 1 year ago
$ go build
# github.com/itrs-group/cordial/pkg/host
../../../pkg/host/local.go:216:2: undefined: procSetupOS
../../../pkg/host/local.go:252:2: undefined: procSetupOS
../../../pkg/host/ssh.go:182:20: undefined: sshConnectAgent
pgalbavy-itrs commented 1 year ago

I have committed changes that allow a build - but I have no MacOS system to actually test on.

Please try with HEAD now.

johanthoren commented 1 year ago

It builds and I can run the executable to display the help text. That's as far as I've tested.