[odb-users] Re: libodb-mysql: no rule to update odb\mysql\details\(c|i|h)xx{options}

Boris Kolpackov boris at codesynthesis.com
Fri Jun 1 11:30:32 EDT 2018


Feiyun Wang <feiyunw at yahoo.com> writes:

> d:\prj\odb>b config.cxx=cl config.cc.coptions=/O2 "configure(libodb/@libodb-vs2017-release/)"
>
> [...]
>
> - libodb-mysql 
> Revision: dcd4b078c8da2ab68cb8fdadac52cae4499dd502 

If you are building form git, then you need to make sure you have all the
source code generators installed since the generated code is not (normally)
checked in into the repository. In this case you need CLI (you can get the
packaged version from cppget.org). Once you have it, either add it to
your PATH or specify its location during configuration:

b config.cli=C:\path\to\cli.exe ... configure ...

Boris



More information about the odb-users mailing list