|
Boost Users : |
Subject: Re: [Boost-users] Build boost.log
From: Konstantin Ribel (konstantin.ribel_at_[hidden])
Date: 2011-11-18 06:43:52
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 McKeoneArts Management Systems Ltd.
On 2011-11-17, at 5:14 PM, Konstantin Ribel wrote:
Hello All,<install.txt>_______________________________________________
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:
The command line output from step 7 is attached. Please see line 65 and following.
- Downloaded boost 1.48.0 and unpacked it into /boost_1_48_0/
- Downloaded boost-log 1.0 and unpacked it into /boost_1_48_0/
- Executed the command ./bootstrap.sh --with-libraries=system,filesystem,date_time,thread,regex --prefix=path/to/lib
- Executed the command ./b2 install
- ==> Everything went fine, I did not have any errors
- 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
- Executed the command ./b2 install
Does anybody has an idea what I could do to build it?
Many thanks
Konstantin
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