-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Cannot compile node #35438
Comments
try to use python3? |
Same situation |
Any updates here? |
can you do a verbose ( |
@stefanradu904 |
Can you try |
@gengjiawen Excuting an order:“python3 ./configure --prefix=**/node-v12.18.3 --dest-cpu=arm64 --dest-os=linux --without-snapshot --cross-compiling --without-intl”,Will display information"Please use Python 2.7:",How to compile node-v12 version with python3? |
Guess we are not porting python3 to 12.x branch. Will you take docker build as an options ? |
@gengjiawen Do you mean node-v12. * version can't be cross compiled with Python 3? Does docker have anything to do with Python 3 compilation? Have you cross compiled node-v12. * successfully? |
The initial question is not about cross-compile. It's just compiling to v12.x. You can try this docker for cross-compile, please see #35252 |
@gengjiawen Where is the address of the container "gengjiawen/node-build"? Can node-v12 be successfully cross-compiled in this container? |
For cross-compile, please see other issue. I am gonna to close this as original author lack response. |
Hello,
I am trying to compile node node-v12.18.4 using this steps:
And i get this error:
Can you help me?
The text was updated successfully, but these errors were encountered: