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

Compiling for Android #16759

Closed
p30arena opened this issue Nov 4, 2017 · 3 comments
Closed

Compiling for Android #16759

p30arena opened this issue Nov 4, 2017 · 3 comments
Labels
build Issues and PRs related to build files or the CI.

Comments

@p30arena
Copy link

p30arena commented Nov 4, 2017

os: Ubuntu Server 16.04.03
./android-configure /path/to/your/android-ndk
make

above lines don't work.
I see a lot of errors while compiling,
first related to intl
I exclude intl

then std::nearbyint
I remove std::

then to_string
I define it in the file

then errors related to openssl

function app_get_pass undefined reference to stdin
and so on...

_

@mscdex mscdex added the build Issues and PRs related to build files or the CI. label Nov 4, 2017
@benjamingr
Copy link
Member

@p30arena just verifying - but you replaced /path/to/your/android-ndk with the actual path to your NDK - right?

cc @nodejs/build

@p30arena
Copy link
Author

p30arena commented Nov 5, 2017

@benjamingr yes, of course I did it!

@bnoordhuis
Copy link
Member

@p30arena Android is community-supported (i.e., it's not a tier 1 platform) and not regularly tested, meaning it's probably broken. Have a look at other Android issues that people have reported, maybe they can be of help.

If you manage to fix your build woes, send a pull request our way. Note that changes to files in deps/ should be sent to their upstream projects first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI.
Projects
None yet
Development

No branches or pull requests

4 participants