#40979: asymptote: fatal error: 'ext/slist' file not found ------------------------------+----------------------- Reporter: ulrich.klauck@… | Owner: loshea@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: mavericks Port: asymptote | ------------------------------+----------------------- Comment (by mojca@…): According to `mf2k` this is where it gets stuck now: * `genv.cc:18:10: fatal error: 'bits/stl_algo.h' file not found` {{{ /usr/bin/clang++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -D_THREAD_SAFE -pthread -DFFTWPP_SINGLE_THREAD -I/opt/local/include -pipe -Os -arch x86_64 -I . -I/opt/local/include/gc -I/usr/include/gc -o genv.o -c genv.cc In file included from runtimebase.in:1: In file included from ./stack.h:13: In file included from ./errormsg.h:12: In file included from ./common.h:35: In file included from ./memory.h:32: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/ext/hash_map:212:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings] # warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> ^ In file included from env.cc:9: In file included from ./env.h:12: In file included from ./errormsg.h:12: In file included from ./common.h:35: In file included from ./memory.h:32: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/ext/hash_map:212:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings] # warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> ^ genv.cc:18:10: fatal error: 'bits/stl_algo.h' file not found #include <bits/stl_algo.h> ^ 1 warning generated. }}} -- Ticket URL: <https://trac.macports.org/ticket/40979#comment:20> MacPorts <http://www.macports.org/> Ports system for OS X