Re: Build versionless .so for Android
От | Peter Eisentraut |
---|---|
Тема | Re: Build versionless .so for Android |
Дата | |
Msg-id | 7ab4eb9a-4750-4f29-895a-75380c715dcb@eisentraut.org обсуждение исходный текст |
Ответ на | Re: Build versionless .so for Android (Matthias Kuhn <matthias@opengis.ch>) |
Ответы |
Re: Build versionless .so for Android
|
Список | pgsql-hackers |
On 19.01.24 11:08, Matthias Kuhn wrote: > When trying to build with meson, including the patch which was provided > by Andres Freud (thanks), > I am currently stuck with the following error: > > Configuring pg_config_ext.h using configuration > > ../src/tgresql-16-685bc9fc97.clean/src/include/meson.build:12:0: ERROR: > File port/android.h does not exist. I think there is actually small bug in the meson setup. In the top-level meson.build, line 166 has portname = host_system but then later around line 190, host_system is changed for some cases (including the android case that was added in the proposed patch). So that won't work, and probably also won't work for the existing cases there. The portname assignment needs to be moved later in the file. Maybe you can try that on your own.
В списке pgsql-hackers по дате отправления: