emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Android port


From: Po Lu
Subject: Re: Android port
Date: Sat, 18 Feb 2023 16:42:09 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Angelo Graziosi <angelo.g0@libero.it> writes:

> I see (https://f-droid.org/it/packages/org.gnu.emacs) the package was
> added on 2023-02-09.. Why is it not "good"? has it been built with
> your method or does it belong to another project? Which?

It was made 10 days ago.

> There it says the package is for Android >= 5.1 while you says your
> work is for Android > 2...

The C compiler they used is too new for the resulting binary to work on
older versions of Android.

Emacs is not like other programs, where one binary can run on any number
of systems.  You should build Emacs for an API level reasonably close to
what you will install it on, and with the right C compiler for that.

Otherwise, you will get gnulib substitutes for several system functions,
which may not be what you want.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]