$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Problems with Boost 1.41
From: Igor R (boost.lists_at_[hidden])
Date: 2014-03-10 11:43:00
>> I see...
>> FWIW, it's quite simple to switch 1.49 to older Boost.Filesystem: just
>> add -DBOOST_FILESYSTEM_VERSION=2 to the compiler flags in the
>> makefile.
> I don't know why, but it doesn't work :/ the error still remains.
> Anyway, thank you for answering. I'll try to switch to another compiler
> version.
Ah, it seems that 1.41 uses quite outdated Filesystem version. Well,
then using older compiler is the simplest solution. (The better one
would be porting this software to more recent Boost version.)