El 30/11/23 a las 19:26, Bruno Haible escribió:
hello.c: In function 'main':
hello.c:31:63: warning: implicit declaration of function 'getpid' 
[-Wimplicit-function-declaration]
     31 |   printf (_("This program is running as process number %d."), getpid 
());
        |                                                               ^~~~~~

This warning was fixed by the gettext-tools/examples/hello-c/hello.c change in
https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commitdiff;h=eb0ded32dbcd7bf6ccffc038509983ccca52631b

Thanks a lot. Yes, the warning disappeared when I applied such commit.

The message about jobserver disappeared when I disabled parallel build.
I guess it is some kind of Makefile bug.

But I did not manage to make it work, so I decided to disable the test
for now.

Thanks.

Reply via email to