Date: Sat, 06 Sep 2014 14:18:17 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 192365] x11-toolkits/py-wxPython30 build fails Message-ID: <bug-192365-21822-qCiaH3XXf0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192365-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-192365-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192365 --- Comment #9 from Jilles Tjoelker <jilles@FreeBSD.org> --- (In reply to Antoine Brodin from comment #8) > include/python2.7/pyconfig.h has: > > > /* Define to activate features from IEEE Stds 1003.1-2001 */ > #define _POSIX_C_SOURCE 200112L > > ... > > /* Define to the level of X/Open that your system supports */ > #define _XOPEN_SOURCE 600 > > ... > > /* Define on FreeBSD to activate all library features */ > #define __BSD_VISIBLE 1 I suggest removing all three for FreeBSD. Other platforms may need them, together with more feature test macros. (However, per POSIX, _POSIX_C_SOURCE is not needed if you already define _XOPEN_SOURCE.) -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192365-21822-qCiaH3XXf0>