Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.1.2
-
ALL
Description
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.
|
Attachments
Issue Links
- 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
-