Boost logo

Boost Users :

Subject: Re: [Boost-users] Build boost.log
From: Konstantin Ribel (konstantin.ribel_at_[hidden])
Date: 2011-11-18 06:43:52


Hello David,

thanks a lot that worked!

Konstantin

On 17.11.2011 20:13, David McKeone wrote:
Are you using the Boost.Log from SVN or the downloaded version 1 zip file from sourceforge?

In order to use Boost 1.46+ with Boost.Log it's easier to use the SVN trunk version, because Boost.Log version 1 requires filesystem 2 and Boost.Log trunk uses filesystem 3 (which is the default in 1.46+).  

Boost.Log SVN:  https://boost-log.svn.sourceforge.net/svnroot/boost-log

FWIW I've successfully built Boost 1.48 w/ Boost.Log SVN trunk on Windows 7 32-bit and Mac OS X 10.6.8 Universal

__________________________________
David McKeone
Arts Management Systems Ltd.

On 2011-11-17, at 5:14 PM, Konstantin Ribel wrote:

Hello All,

I am new to boost and trying to build boost with boost.log, but I get some errors. Here is what I did so far:
  1. Downloaded boost 1.48.0 and unpacked it into /boost_1_48_0/
  2. Downloaded boost-log 1.0 and unpacked it into /boost_1_48_0/
  3. Executed the command ./bootstrap.sh --with-libraries=system,filesystem,date_time,thread,regex --prefix=path/to/lib
  4. Executed the command ./b2 install
  5. ==> Everything went fine, I did not have any errors
  6. Then I copied the command from step 2 and changed it to:
    ./bootstrap.sh --with-libraries=system,filesystem,date_time,thread,regex,log --prefix=path/to/lib
    and executed it
  7. Executed the command ./b2 install
The command line output from step 7 is attached. Please see line 65 and following.

Does anybody has an idea what I could do to build it?

Many thanks
Konstantin
<install.txt>_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users

_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net