lukemcredmond / violetland

Automatically exported from code.google.com/p/violetland
0 stars 0 forks source link

boost filesystem v2 is deprecated #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Attempt to build with boost >= 1.48 results in error:

In file included from /usr/include/boost/filesystem.hpp:15:0,
                 from /home/zag/fork/violetland/src/program.cpp:32:
/usr/include/boost/filesystem/config.hpp:16:5: error: #error Compiling 
Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3

The possible solution is to use boost filesystem v3 API. See suggested patch in 
attachment.

Original issue reported on code.google.com by e.zagoro...@gmail.com on 25 Oct 2012 at 2:09

Attachments: