Changes between Initial Version and Version 1 of Ticket #6918, comment 11
- Timestamp:
- Jan 31, 2013, 5:47:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6918, comment 11
initial v1 1 1 I'm not able to compile boost 1.52 with gcc (tried 4.6.3, 4.7.2) with the same error 2 2 3 4 {{{ 3 5 ./boost/chrono/detail/inlined/posix/thread_clock.hpp: In static member function ‘static boost::chrono::thread_clock::time_point boost::chrono::thread_clock::now()’: 4 6 ./boost/chrono/detail/inlined/posix/thread_clock.hpp:34:45: error: ‘pthread_getcpuclockid’ was not declared in this scope 5 7 ./boost/chrono/detail/inlined/posix/thread_clock.hpp: In static member function ‘static boost::chrono::thread_clock::time_point boost::chrono::thread_clock::now(boost::system::error_code&)’: 6 8 ./boost/chrono/detail/inlined/posix/thread_clock.hpp:60:45: error: ‘pthread_getcpuclockid’ was not declared in this scope 9 }}} 7 10 11