$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost: Getting Started on Windows
From: Olivier Bertrand (bertrandop_at_[hidden])
Date: 2010-09-26 13:43:20
Using this tutorial I tried to build the first sample with Windows
Visual C++ 6.0.
All seems correct in the settings, but the compilation failed with the
following messages:
--------------------Configuration: Sample - Win32 Debug--------------------
Compiling...
Lambda.cpp
c:\boost_1_44\boost\config\suffix.hpp(588) : error C2039: 'typeinfo' :
is not a member of '`global namespace''
c:\boost_1_44\boost\config\suffix.hpp(588) : error C2873: 'typeinfo' :
symbol cannot be used in a using-declaration
c:\boost_1_44\boost\mpl\aux_\yes_no.hpp(56) : fatal error C1506:
unrecoverable block scoping error
Error executing cl.exe.
Sample.exe - 3 error(s), 0 warning(s)
The second sample gave me similar errors.
I need help to be able to use the Boost libs...