[odb-users] odb.exe: <standard-odb-epilogue>
odb/tr1/wrapper-traits.hxx No such file
Boris Kolpackov
boris at codesynthesis.com
Thu Jun 28 11:50:24 EDT 2018
Feiyun Wang <feiyunw at yahoo.com> writes:
> I got some error when running the latest odb.exe with the hello example:
>
> G:\prj\odb\odb-examples\hello>c:\build2\bin\odb.exe -d mysql
> --mysql-engine MyISAM --generate-query --generate-schema person.hxx
>
> <standard-odb-epilogue>:6:10: fatal error: odb/tr1/wrapper-traits.hxx:
> No such file or directory.
The build2 build of ODB "officially" only supports C++11 (i.e., with
the --std c++11 ODB compiler option). I've pushed/staged a fix for
this so that C++98 should also work, though note that we are not
really testing the C++98 support.
Boris
More information about the odb-users
mailing list