#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