[issue36034] Suprise halt caused by -Werror=implicit-function-declaration in ./Modules/posixmodule.c

Alexey Izbyshev report at bugs.python.org
Tue Feb 19 15:29:45 EST 2019


Alexey Izbyshev <izbyshev at ispras.ru> added the comment:

I don't know what you mean by "in-line" pre-processing output, but you can use -E option to get the normal preprocessor output. Line directives will tell you where those functions come from on a system where there is no compilation error.

Of course, if those functions are defined in some other headers on AIX 6.1, it won't help you, so you might as well just grep /usr/include :)

----------
nosy: +izbyshev

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36034>
_______________________________________


More information about the Python-bugs-list mailing list