This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients doko
Date 2007-12-25.14:34:26
SpamBayes Score 0.091291614
Marked as misclassified No
Message-id <1198593267.05.0.957481308966.issue1699@psf.upfronthosting.co.za>
In-reply-to
Content
as seen in the logs from
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455400

both pyconfig.h and png.h define _BSD_SOURCE, which leads to a build
failure with current GCC from the trunk, when both headers are included
by an extension. Either define it only on OpenBSD, or undefine it if it
is already defined (but pyconfig.h.in is autogenerated).

------------------------------------------------------------------------
r56635 | martin.v.loewis | 2007-07-31 21:54:20 +0200 (Tue, 31 Jul 2007)
| 2 lines

Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.
History
Date User Action Args
2007-12-25 14:34:27dokosetspambayes_score: 0.0912916 -> 0.091291614
recipients: + doko
2007-12-25 14:34:27dokosetspambayes_score: 0.0912916 -> 0.0912916
messageid: <1198593267.05.0.957481308966.issue1699@psf.upfronthosting.co.za>
2007-12-25 14:34:26dokolinkissue1699 messages
2007-12-25 14:34:26dokocreate