[odb-users] need help
Boris Kolpackov
boris at codesynthesis.com
Fri Jul 11 06:08:33 EDT 2014
Hi,
孙安 <zju3080103798 at 163.com> writes:
> /usr/local/include/odb/schema-catalog.hxx:130: undefined reference to
> `odb::schema_catalog::data_migration_function(odb::database_id,
> unsigned long long, std::function<void (odb::database&)>,
> std::string const&)'
I am pretty sure the problem is with your libodb build. Currently you
need to build this library in the C++11 mode since you are using C++11:
./configure CXXFLAGS=-std=gnu++11
This is something that I am planning to address in the near future.
Boris
More information about the odb-users
mailing list