[MacPorts] #40979: asymptote @2.16_2 +python27: fatal error: 'ext/slist' file not found
MacPorts
noreply at macports.org
Mon May 12 16:16:31 PDT 2014
#40979: asymptote @2.16_2 +python27: fatal error: 'ext/slist' file not found
------------------------------+-----------------------
Reporter: ulrich.klauck@… | Owner: loshea@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: | Keywords: mavericks
Port: asymptote |
------------------------------+-----------------------
Comment (by mojca@…):
A note to myself: a fix might need to include something like the following
(but that still won't be the proper solution).
{{{
#include <ciso646>
#ifdef _LIBCPP_VERSION
#include <forward_list> // libc++
#else
#include <ext/slist> // libstdc++
#endif
}}}
--
Ticket URL: <https://trac.macports.org/ticket/40979#comment:14>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list