10 Mar
2014
10 Mar
'14
3:43 p.m.
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.)