evansl@lje-OptiPlex-9020:~/prog_dev/clang/libcxx/sandbox/libs/gram_stk/sandbox$ ./metashell.sh /* * Template metaprogramming shell 2.0.0 * * Metashell Copyright (C) 2013 Abel Sinkovics (abel@sinkovics.hu) * Andras Kucsma (andras.kucsma@gmail.com) * This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under * certain conditions; for details visit . * * Based on * libclang clang version 3.6.0 (trunk) * Boost.Wave 2.3.2.4760 [linux/GNU C++ version 4.8.2] * Readline 6.3 * * Not using precompiled headers * Maximum template depth: 256 * * Getting help: #msh help */ > #include "texpressions.hpp" /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:48:11: error: no member named 'int8_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:49:11: error: no member named 'int16_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:50:11: error: no member named 'int32_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:51:11: error: no member named 'int64_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:53:11: error: no member named 'int_fast8_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:54:11: error: no member named 'int_fast16_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:55:11: error: no member named 'int_fast32_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:56:11: error: no member named 'int_fast64_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:58:11: error: no member named 'int_least8_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:59:11: error: no member named 'int_least16_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:60:11: error: no member named 'int_least32_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:61:11: error: no member named 'int_least64_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:63:11: error: no member named 'intmax_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:64:11: error: no member named 'intptr_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:66:11: error: no member named 'uint8_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:67:11: error: no member named 'uint16_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:68:11: error: no member named 'uint32_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:69:11: error: no member named 'uint64_t' in the global namespace /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdint:71:11: error: no member named 'uint_fast8_t' in the global namespace fatal error: too many errors emitted, stopping now [-ferror-limit=] >