-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
cgen: fix function-like macro '_BIONIC_AVAILABILITY_GUARD' is not defined in termux #26345
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
Conversation
|
I do not get it - currently V works fine on Termux. What problem does this solve? |
|
|
Sorry, but I already do use Termux on my own phone which is running Android 14 and is RMX3630. If you have a specific problem with it, please file an issue, describing the actual details, like Termux version, Android level etc. That:
is not enough to understand the issue. |
|
Thanks for the edit of the description. |
|
What is your |
|
termux-info shows that mine is 0.118.3, and has TERMUX_APK_RELEASE=GITHUB |
make also cant work, because _BIONIC_AVAILABILITY_GUARD is old code, and i had to fix macro in v.c, and |
20.1.7 |
|
Have you run |
➜ v git:(e32aa73) ✗ pkg install clang libexecinfo libgc libgc-static make git It seems like I haven't updated in a long time. |
|
Does it still fail (after the update) on the master branch @Krchi ? |
it ok after update, may be old ndk version is 27, |
spytheman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Krchi 🙇🏻 .
Excellent work.

fix compiler error in termux(0.118.0)

