Re: Warning when compiling 8.1.89 os_unix.c

2018-06-21 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > > > > > When compiling Vim 8.1.89 on an Ubuntu Linux system, I get the > > > > > following warning. > > > > > > > > > > os_unix.c: In function ‘mch_signal_job’: > > > > > os_unix.c:5851: warning: implicit declaration of function > > > > > ‘getpgid’ > > > > > > >

Re: Warning when compiling 8.1.89 os_unix.c

2018-06-21 Fir de Conversatie Gary Johnson
On 2018-06-21, Tony Mechelynck wrote: > Hm, the gcc command-line arguments produced by src/auto/configure seem > highly variable: I have > > configure:11078: checking unistd.h usability > configure:11078: gcc -c -O2 -fno-strength-reduce -Wall conftest.c >&5 > configure:11078: $? = 0 >

Re: Warning when compiling 8.1.89 os_unix.c

2018-06-21 Fir de Conversatie Tony Mechelynck
On Thu, Jun 21, 2018 at 10:37 AM, Gary Johnson wrote: > On 2018-06-20, Gary Johnson wrote: >> On 2018-06-20, Bram Moolenaar wrote: >> > Gary Johnson wrote: >> > >> > > When compiling Vim 8.1.89 on an Ubuntu Linux system, I get the >> > > following warning. >> > > >> > > os_unix.c: In function

Re: Warning when compiling 8.1.89 os_unix.c

2018-06-21 Fir de Conversatie Gary Johnson
On 2018-06-20, Gary Johnson wrote: > On 2018-06-20, Bram Moolenaar wrote: > > Gary Johnson wrote: > > > > > When compiling Vim 8.1.89 on an Ubuntu Linux system, I get the > > > following warning. > > > > > > os_unix.c: In function ‘mch_signal_job’: > > > os_unix.c:5851: warning: implicit

Re: Warning when compiling 8.1.89 os_unix.c

2018-06-20 Fir de Conversatie Gary Johnson
On 2018-06-20, Bram Moolenaar wrote: > Gary Johnson wrote: > > > When compiling Vim 8.1.89 on an Ubuntu Linux system, I get the > > following warning. > > > > os_unix.c: In function ‘mch_signal_job’: > > os_unix.c:5851: warning: implicit declaration of function ‘getpgid’ > > > > I think

Re: Warning when compiling 8.1.89 os_unix.c

2018-06-20 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > When compiling Vim 8.1.89 on an Ubuntu Linux system, I get the > following warning. > > os_unix.c: In function ‘mch_signal_job’: > os_unix.c:5851: warning: implicit declaration of function ‘getpgid’ > > I think that means that os_unixx.h should include something

Warning when compiling 8.1.89 os_unix.c

2018-06-20 Fir de Conversatie Gary Johnson
When compiling Vim 8.1.89 on an Ubuntu Linux system, I get the following warning. os_unix.c: In function ‘mch_signal_job’: os_unix.c:5851: warning: implicit declaration of function ‘getpgid’ I think that means that os_unixx.h should include something like this: #ifdef HAVE_GETPGID