survey icon indicating copy to clipboard operation
survey copied to clipboard

Feature request: add support for building on IBM AIX

Open aklyachkin opened this issue 3 years ago • 2 comments

Google Go supports IBM AIX since 1.14 at least with GOOS=aix GOARCH=ppc64.

Building for AIX fails with the following errors:

GOOS=aix GOARCH=ppc64 go build
# github.com/AlecAivazis/survey/v2/terminal
terminal/runereader_posix.go:47:35: undefined: syscall.SYS_IOCTL
terminal/runereader_posix.go:47:81: undefined: ioctlReadTermios
terminal/runereader_posix.go:54:35: undefined: syscall.SYS_IOCTL
terminal/runereader_posix.go:54:81: undefined: ioctlWriteTermios
terminal/runereader_posix.go:62:35: undefined: syscall.SYS_IOCTL
terminal/runereader_posix.go:62:81: undefined: ioctlWriteTermios

The pull request will follow.

aklyachkin avatar Sep 21 '21 12:09 aklyachkin

Thanks for the request!

Potentially solved by either #372 or #377

mislav avatar Sep 21 '21 14:09 mislav

I just logged a similar issue for OpenIndiana

cstes avatar Oct 13 '21 17:10 cstes