Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211310

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=3D1 flag. Would =
you
rebuild and reinstall your x11-toolkits/py-wxPython30 with changing NO_HEAD=
ERS
to 0 in port's Makefile?


PYDISTUTILS_BUILDARGS=3D  WX_CONFIG=3D"${WX_CONFIG}" \
                        WXPORT=3D"${WXPORT}" \
                        NO_HEADERS=3D1 \     <------ Change this to zero
                        NO_SCRIPTS=3D1 \
                        INSTALL_MULTIVERSION=3D1

--=20
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-211310-21822-DfrKNCg9QR>