
Hi John, On Tue, Oct 30, 2007 at 01:02:26PM +0200, John Torjo wrote:
I've completed a major update of Boost Log: http://torjo.com/log2/
- added scenarios - allow for fast compiles - updated docs - compiles with gcc 3.4.2 and VC 2005
Feedback is most welcome!
I tried to compile it but noticed many errors. The attached patch fixes a few (g++ 4.3 snapshot and g++ 4.1 used for testing). You include boost/shmem/shmem_named_shared_object.hpp which I do not find in Boost trunk and sandbox. Where can I find this file? Please do not blindly apply the patch but check it carefully. I'm willing to try updated code. PS: I get warning because BOOST_NO_INT64_T and BOOST_NO_INTEGRAL_INT64_T are not defined during compilation: svn/trunk/boost/integer_traits.hpp:164:66: warning: use of C99 long long integer constant Where is it normally defined? Jens