[MacPorts] #53040: py27-wxpython-3.0 @3.0.2.0 fatal error: 'type_traits' file not found on systems upgraded to libc++
MacPorts
noreply at macports.org
Fri Dec 9 17:27:24 CET 2016
#53040: py27-wxpython-3.0 @3.0.2.0 fatal error: 'type_traits' file not found on
systems upgraded to libc++
------------------------------+----------------------------
Reporter: kencu | Owner: jyrkiwahlstedt
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: py-wxpython-3.0 |
------------------------------+----------------------------
Comment (by mojca):
No, we should fix this properly rather than let users patch files
manually.
I can imagine that this is a problem since I already had problems building
wxWidgets-3.0 and had to add the following:
{{{
#!tcl
if {[string match *clang* ${configure.cxx}]} {
configure.ldflags-append \
-stdlib=${configure.cxx_stdlib}
}
}}}
The main question is how to fix this properly and whether there is any way
to submit this upstream / ask upstream to fix it. I reported the initial
problem to wxWidgets developers, but they argued that whatever MacPorts is
already setting is not sufficient.
--
Ticket URL: <https://trac.macports.org/ticket/53040#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list