Skip to content
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

Unable to build in AIX #34

Closed
cloorc opened this issue Oct 17, 2024 · 1 comment
Closed

Unable to build in AIX #34

cloorc opened this issue Oct 17, 2024 · 1 comment

Comments

@cloorc
Copy link

cloorc commented Oct 17, 2024

From binding.gyp, there are only following conditions:

                ['OS=="mac"', {
                    "sources": [
                        "src/macos/PolicyWatcher.cc",
                    ],
                    "defines": [
                        "MACOS",
                    ],
                    "xcode_settings": {
                        "GCC_ENABLE_CPP_EXCEPTIONS": "YES"
                    }
                }],
                ['OS=="mac" and target_arch=="arm64"', {
                    "xcode_settings": {
                        "ARCHS": ["arm64"]
                    }
                }],
                ['OS=="linux"' or 'OS'=="AIX", {
                    "sources": [
                        "src/linux/PolicyWatcher.cc",
                    ],
                    "defines": [
                        "LINUX",
                    ],
                    "libraries": [
                        "userenv.lib"
                    ]
                }],
                ["OS=='win'", {
                    // ...
                }]

As you can see, there is no AIX support.

@joaomoreno
Copy link
Member

We do not intend to support AIX. Thanks any way!

@joaomoreno joaomoreno closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants