[odb-users] ODB + filesystem

Tiago Macarios tiagomacarios at gmail.com
Sat Oct 8 18:56:35 EDT 2016


Hi,

I am porting some of our code to use ODB and I hit a problem.

Some of the code uses the <filesystem> header and this causes the ODB
compiler to halt:

fatal error: filesystem: No such file or directory
       #include <filesystem>
                            ^
  compilation terminated.

I guess it is because the ODB compiler is based on GCC 4.9.3 and the
filesystem libraries are only available after 5.3. What is the best thing
to do here?

Is there a windows build of the compiler on a more updated version of GCC
(say 6.2)?

Tiago


More information about the odb-users mailing list