#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 ulrich.klauck@…): Hi guys, I solved the problem for me by building asymptote from the source. There have been 3 problems: - Adding '-stdlib=libstdc++' to the CFLAGS solved the slist.h-problem. In Max OS X Apple obviously moved to the C++11 STL. This can be overriden with the above mentionned CFLAG. - The other two problems concern the preprocessor macros HAVE_LIBREADLINE and HAVE_LIBSIGSEGV in config.h. The configure script should be called with the option so that both are not defined. Maybe this holds true only for my particular system configuration. Since I am not well schooled in the structure of config.in files and configure scripts, as a quick (but dirty) solution I simply changed config.h After applying these changes asymptote builds perfectly. -- Ticket URL: <https://trac.macports.org/ticket/40979#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X