$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-10-30 07:34:54
>I am a newbie in STL and Boost libraries I have downloaded the latest
>version of Boost and ftjam and tried to build boost, but I am getting the
>following error when executing
Looks, like a configuration issue - which 2.95 patch version are you using?
The config is set up for the latest 2.95.3 which may not be right for you
(does <memory> contain a working std::allocator?). Defining
BOOST_NO_STD_ALLOCATOR would fix the issue - but please see the config docs
for other options, including a configure script.
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/