-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.1.2
-
Component/s: Internal Client
-
ALL
http://buildbot.mongodb.org/builders/Nightly%20Linux%2064-bit/builds/1034/steps/shell_6/logs/stdio
g++ -o build/mongo/client/examples/authTest.o -c -O3 -pthread -D_SCONS -Ibuild -Isrc -Ibuild/mongo -Isrc/mongo -I/opt/extra/include -I/opt/extra src/mongo/client/examples/authTest.cpp src/mongo/util/concurrency/mutex.h: In function 'boost::xtime mongo::incxtimemillis(long long int)': src/mongo/util/concurrency/mutex.h:40: error: 'TIME_UTC_' is not a member of 'boost' scons: *** [build/mongo/client/examples/authTest.o] Error 1 scons: building terminated because of errors.
- is related to
-
CXX-86 C++ driver can't compile with glibc 2.16
- Closed
-
SERVER-6340 TIME_UTC is a macro in C11, compilation of lines, containing boost::TIME_UTC will fail with glibc 2.16
- Closed