-
-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python-3.6a4 build messages to stderr (on AIX and xlc compiler) #72031
Comments
FYI: Compiler warnings that appear on stderr (skipping any messages sent to stdout) - xlc V11 as the reporting compiler. Two that may need attention are the redefines of _POSIX_C_SOURCE and _XOPEN_SOURCE in pyconfig.h Also surprised by the message: I do not recall seeing that message in other builds. Note also: no messages (to stderr) from configure Details: + CPPFLAGS="-I/opt/include -I/opt/buildaix/include" CFLAGS="-I/opt/include -qmaxmem=-1 -qarch=pwr4 -O2 -I/opt/buildaix/includes"\ |
The warnings about platform-dependent libraries should be suppressed now thanks to bpo-27713. The warnings from Modules/_ctypes/_ctypes_test.c about bitfields are covered by bpo-27643. Can you help with developing the patch? The remaning warnings all seem to be duplicates of bpo-28290. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: