Export to GitHub

google-glog - issue #230

OSX Make Error issue


Posted on Feb 2, 2015 by Swift Bear

Status: New Owner: ---- Labels: Type-Defect Priority-Medium

What steps will reproduce the problem? 1. I am trying to install glog-0.3.3 Latest patches... 154? + added fix 142 2. I run configure and then make 3.

What is the expected output? What do you see instead? The installation should complete successfully. However, I get the following error:

In file included from ./src/glog/stl_logging.h:54: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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:53: In file included from ./src/glog/stl_logging.h:55: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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:53: ./src/glog/stl_logging.h:56: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

Status: New

Labels:
Type-Defect Priority-Medium