10 Mar
2014
10 Mar
'14
3:04 p.m.
As far as I remember, Boost versions older than 1.48 failed to detect threading support in gcc4.7. Try either to upgrade your Boost version (I don't know what Boost libs Vine uses, but most likely you won't encounter major issues), or to use older gcc version.
Thank you, Igor
Vina uses 1.41 Boost. Using 1.49 causes an error about v3 filesystem. I'll try to use an older compiler.
Ksenia
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.