
Dear all, I'm using GCC 3.4 on REHL machine. I used to use BOOST 1.32 until yesterday and upgraded to 1.35 last night and now I can't compile my project =( I'm using boost thread library and it worked really well but doesn't work at all after the upgrading. The error message from g++ is... /usr/local/include/boost-1_35/boost/thread/pthread/timespec.hpp: In function `timespec boost::detail::get_timespec(const boost::system_time&)': /usr/local/include/boost-1_35/boost/thread/pthread/timespec.hpp:18: warning: missing initializer for member `timespec::tv_nsec' In file included from /usr/local/include/boost-1_35/boost/thread/pthread/condition_variable_fwd.hpp:12, I know this is just a warning but I wonder how I can clear this warning. Any suggestions are welcomed. Thanks =) -- Alexander Dong Back Kim