-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Aix #139
Comments
Indeed, we do not support this os/arch yet. Unfortunately, I don't have any way to try. Would you be able to provide a live VM or SSH session so I could test? |
* Fix windows compilation * Fix compilation for AIX. Relates to #139 * Remove unused import for windows
Note that you will need to update the dependency from github.com/kr/pty to github.com/creack/pty and use v1.1.18 (https://github.com/creack/pty/releases/tag/v1.1.18) to get the fix. |
Hi So yes, we need actual support for this as far I tried some go packages and we have this issue in viper, fsnotify and etc, most of times we change the *_solaris.go and add +aix on build command |
Hi when I cross compile gotty module for aix like this:
I got this error:
# github.com/kr/pty
vendor/github.com/kr/pty/ioctl.go:6:29: undefined: syscall.SYS_IOCTL
vendor/github.com/kr/pty/util.go:26:3: undefined: syscall.SYS_IOCTL
can you please add support for aix? it's similar to solaris and in sys/unix, ioctl is similar to solaris
thanks
The text was updated successfully, but these errors were encountered: