[odb-users] ODB for iOS cross-compilation

Boris Kolpackov boris at codesynthesis.com
Thu Apr 9 10:08:36 EDT 2015


Hi Konstantin,

Konstantin Tarovik <konstantin.tarovik at ab-soft.net> writes:

> But now I can't use it from the app implemented in C++11. When I try
> to compile ODB using c++11 (adding compiler param -std=gnu++11) it
> rises many errors like:

What do you mean by "compile ODB using c++11"? Are you compiling the
ODB compiler? Are you compiling something with the ODB compiler?
If the latter, the ODB compiler doesn't recognize the -std=gnu++11
option. You should use --std=c++11 instead.

Boris



More information about the odb-users mailing list