$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [netlib] compilation issues with netlib 0.7
From: Christian Henning (chhenning_at_[hidden])
Date: 2010-10-31 13:33:15
Hi there, when compiling basic tests of netlib 0.7 one has to include
boost/thread.hpp. A small change is also needed in line of
parse_uri.hpp[28] from
#if SPIRIT_VERSION > 0x2030
to
#if SPIRIT_VERSION >= 0x2030
I'm using Visual Studio 10 Express. Also the time it takes to compile
a simple test is very high. I hope this will change with the upcoming
0.8 version.
Thanks for making such lib happen. It will be a great addition to boost.
Regards,
Christian