[odb-users] need help

孙安 zju3080103798 at 163.com
Fri Jul 11 06:21:02 EDT 2014


I solved the problem as you said .Thanks very much!
At 2014-07-11 06:08:33, "Boris Kolpackov" <boris at codesynthesis.com> wrote:
>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