Re: Compiling on Termux

2018-12-27 Thread Thomas Munro
On Sat, Dec 22, 2018 at 11:51 AM Tom Lane wrote: > Thomas Munro writes: > > On Sat, Dec 22, 2018 at 9:19 AM David Fetter wrote: > >> I don't know precisely how it's going to play with Postgres, but > >> Termux does supply a Postgres in its native packages. That package > >> appears to work, at

Re: Compiling on Termux

2018-12-21 Thread Tom Lane
Thomas Munro writes: > On Sat, Dec 22, 2018 at 9:19 AM David Fetter wrote: >> I don't know precisely how it's going to play with Postgres, but >> Termux does supply a Postgres in its native packages. That package >> appears to work, at least in the single-connection case, so they're >> doing som

Re: Compiling on Termux

2018-12-21 Thread Thomas Munro
On Sat, Dec 22, 2018 at 9:19 AM David Fetter wrote: > On Fri, Dec 21, 2018 at 04:24:20PM -0500, Andrew Dunstan wrote: > > On 12/21/18 4:04 PM, Thomas Munro wrote: > > > On Sat, Dec 22, 2018 at 7:32 AM David Fetter wrote: > > >> On Sat, Dec 22, 2018 at 07:03:32AM +1100, Thomas Munro wrote: > > >>>

Re: Compiling on Termux

2018-12-21 Thread David Fetter
On Fri, Dec 21, 2018 at 04:24:20PM -0500, Andrew Dunstan wrote: > On 12/21/18 4:04 PM, Thomas Munro wrote: > > On Sat, Dec 22, 2018 at 7:32 AM David Fetter wrote: > >> On Sat, Dec 22, 2018 at 07:03:32AM +1100, Thomas Munro wrote: > >>> That talks about using -D__ANDROID_API__=23 (or presumably hig

Re: Compiling on Termux

2018-12-21 Thread Andrew Dunstan
On 12/21/18 4:04 PM, Thomas Munro wrote: > On Sat, Dec 22, 2018 at 7:32 AM David Fetter wrote: >> On Sat, Dec 22, 2018 at 07:03:32AM +1100, Thomas Munro wrote: >>> That talks about using -D__ANDROID_API__=23 (or presumably higher) to >>> make sure that sigtimedwait is exposed by signal.h. Somet

Re: Compiling on Termux

2018-12-21 Thread Thomas Munro
On Sat, Dec 22, 2018 at 7:32 AM David Fetter wrote: > On Sat, Dec 22, 2018 at 07:03:32AM +1100, Thomas Munro wrote: > > That talks about using -D__ANDROID_API__=23 (or presumably higher) to > > make sure that sigtimedwait is exposed by signal.h. Something similar > > may be afoot here. > > That w

Re: Compiling on Termux

2018-12-21 Thread David Fetter
On Sat, Dec 22, 2018 at 07:03:32AM +1100, Thomas Munro wrote: > On Sat, Dec 22, 2018 at 5:56 AM David Fetter wrote: > > > > Folks, > > > > I'm trying to compile master (c952eae52a33069e2e92d34f217b43d0eca3d7de) > > on Termux, using the supplied settings, as follows. > > > > pg_config --configure |

Re: Compiling on Termux

2018-12-21 Thread Thomas Munro
On Sat, Dec 22, 2018 at 5:56 AM David Fetter wrote: > > Folks, > > I'm trying to compile master (c952eae52a33069e2e92d34f217b43d0eca3d7de) > on Termux, using the supplied settings, as follows. > > pg_config --configure | xargs ./configure > configure.out 2>configure.err > make -j 4 > make.out 2> m