Hi,
I need to build graphics/dri which requires and pulls in a build of devel/ninja, which fails with the following error. Any ideas? isn't hash_map something part of C++?
I need to build graphics/dri which requires and pulls in a build of devel/ninja, which fails with the following error. Any ideas? isn't hash_map something part of C++?
Code:
===> Building for ninja-1.6.0,2
bootstrapping ninja...
warning: A compatible version of re2c (>= 0.11.3) was not found; changes to src/*.in.cc will not affect your build.
In file included from src/build.cc:27:
In file included from src/build_log.h:22:
src/hash_map.h:91:10: fatal error: 'ext/hash_map' file not found
#include <ext/hash_map>
^
1 error generated.
when running: c++ -MMD -MT build/build.o -MF build/build.o.d -Wall -Wextra -Wno-deprecated -Wno-unused-parameter -fno-rtti -fno-exceptions -fvisibility=hidden -pipe -Wno-missing-field-initializers '-DNINJA_PYTHON="python2.7"' -O2 -DNDEBUG -fdiagnostics-color -I/usr/local/include -DNINJA_HAVE_BROWSE -O2 -pipe -march=pentium4 -fstack-protector -fno-strict-aliasing -c src/build.cc -o build/build.o
Traceback (most recent call last):