$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [log] Review-ready version in the Vault
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2009-02-09 14:39:01
Peter Simons wrote:
> Hi Andrey,
>
> > The latest code snapshot can be downloaded from CVS on the
> > SourceForge project page: http://sourceforge.net/projects/boost-log
>
> I tried to build the current CVS HEAD of your library combined with the
> current SVN head of the Boost SVN Repository on Linux/x86 using gcc 4.3.3,
> but there were a number of test failures, apparently because of a missing
> header file "char_definitions.hpp". The build log is attached below. Do you
> have any idea what I'm doing wrong?
This looks strange. I'm using GCC 4.3.2 and it works fine. For some
reason bjam doesn't append -I$(BOOST_ROOT)/libs/log/test/common to GCC
command line. Could that be because BOOST_ROOT is not defined?