id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7460,owi_mt_tests.cpp:89: error: 'TIME_UTC' is not a member of 'boost',greg.nowakowski@…,Joel de Guzman,"Release 1.50.0 is not compiling on Linux with gcc-4.1.2 when running boost_1_50_0/libs/spirit/classic/test test. Test run using command: {{{ ../../../../bjam -a >test.result }}} Here is the problem: {{{ gcc.compile.c++ ../../../../bin.v2/libs/spirit/classic/test/owi_mt_tests.test/gcc-4.1.2/debug/threading-multi/owi_mt_tests.o owi_mt_tests.cpp: In static member function 'static long unsigned int test_task::increase_test_size(long unsigned int)': owi_mt_tests.cpp:89: error: 'TIME_UTC' is not a member of 'boost' owi_mt_tests.cpp: In function 'void concurrent_creation_of_objects()': owi_mt_tests.cpp:190: error: 'TIME_UTC' is not a member of 'boost' }}} It should be using TIME_UTC_ and not TIME_UTC. I am surprised this bug hasn't been reported before. Blessings, Greg.",Bugs,closed,To Be Determined,spirit,Boost 1.50.0,Regression,fixed,"regression,c++,gcc 4.1.2",