-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error: SDK "macosx" cannot be located. Is the OSX not supported? #114
Comments
It looks like v8ppc is not targeted at OSX (link https://groups.google.com/forum/#!topic/nodejs/ivGMr-C_m1Y) Can we add this "(for the time being) only Linux PPC and AIX are supported" to the title? |
I'm happy to leave this one open - it's a legitimate issue. There is one against the node repo we have here ibmruntimes/node#14 and it is basically the same problem. Today, no one has done the work to support OSX with the PPC code. If you're running Linux on a G5 then things work. This is something that probably just needs a little effort to sort out the GYP files etc. Much easier than dealing with the assembly stuff. |
Request to developers: Please make it build on PowerPC MacOS. |
@andrewlow Fixing gyp files is quite easy. However Darwin ABI differs from ELF and AIX, so the code and likely assembler will need extra work. Something like:
|
@romario89 With patches from this branch Notice, this is only confirmed to build on PowerPC, and has experimental status. (x86_64 from the same port appears fully functional; aarch64 not so much, though it also builds.) PowerPC-specific code is likely to have omissions and errors; use at your own risk. @andrewlow I really need help on one particular issue, if you get a time to look at it. |
Sorry for posting 3rd issue in a row. Now I get this error when I try to make -j8 ppc.
My setup is: OSX 10.5.8 PPC, Python 2.7.6, GCC 4.2.1, svn 1.7.14
It is said that recent versions of (Intel) node.js cannot be compiled on OSX 10.5.x (ref: nodejs/node-v0.x-archive#6571) I noticed there were only Linux and AIX builds of v8ppc at the CI page of v8ppc.
Could the SDK "macosx" error I got and the absence of OSX builds in the CI repository of v8ppc all mean that v8ppc cannot be built on OSX?
The text was updated successfully, but these errors were encountered: