Date: Fri, 29 Jul 2016 15:32:39 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 211310] wxPython.h not supplied by x11-toolkits/py-wxPython30 Message-ID: <bug-211310-21822-DfrKNCg9QR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211310-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-211310-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211310 Ruslan Makhmatkhanov <rm@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rm@FreeBSD.org --- Comment #1 from Ruslan Makhmatkhanov <rm@FreeBSD.org> --- I believe it's because wxPython30 is built with NO_HEADERS=1 flag. Would you rebuild and reinstall your x11-toolkits/py-wxPython30 with changing NO_HEADERS to 0 in port's Makefile? PYDISTUTILS_BUILDARGS= WX_CONFIG="${WX_CONFIG}" \ WXPORT="${WXPORT}" \ NO_HEADERS=1 \ <------ Change this to zero NO_SCRIPTS=1 \ INSTALL_MULTIVERSION=1 -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211310-21822-DfrKNCg9QR>
