Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Mac OS 10.9 fatal error: 'tr1/unordered_map' file not found

I installed command line tools using

xcode-select --install.

If I do

cd /Library/Developer/CommandLineTools/usr/bin, I can see gcc listed there.



I am trying to install an external application on command line which give these errors



/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/ext/hash_set:205: 5: warning:

Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>

[-W#warnings]

# warning Use of the header <ext/hash_set> is deprecated. Migrate to ...

^

In file included from src/stl_logging_unittest.cc:34:

In file included from ./src/glog/stl_logging.h:76:

/Library/Developer/CommandLineTools/usr/bin/../include/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 ...

^

In file included from src/stl_logging_unittest.cc:34:

./src/glog/stl_logging.h:77:11: fatal error: 'ext/slist' file not found

# include <ext/slist>

^

2 warnings and 1 error generated.

make: *** [stl_logging_unittest-stl_logging_unittest.o] Error 1

Done.


Making all in src/tagger

c++ -DHAVE_CONFIG_H -I. -I../.. -I../util -I../classifier -I../parser -I../../deps/local/include -I/ad3 -I../../deps/local/include -I/ad3 -g -O2 -MT SequenceFeatures.o -MD -MP -MF .deps/SequenceFeatures.Tpo -c -o SequenceFeatures.o SequenceFeatures.cpp

In file included from SequenceFeatures.cpp:19:

In file included from ./SequencePipe.h:22:

In file included from ../classifier/Pipe.h:29:

In file included from ../classifier/Parameters.h:23:

../classifier/SparseParameterVector.h:30:10: fatal error: 'tr1/unordered_map'

file not found

#include <tr1/unordered_map>


Any help is appreciated

MacBook Pro, iOS 9

Posted on Nov 20, 2015 1:19 PM

Reply

There are no replies.

Mac OS 10.9 fatal error: 'tr1/unordered_map' file not found

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.