[odb-users] ODB with eclipse

Boris Kolpackov boris at codesynthesis.com
Tue Jul 12 09:29:43 EDT 2011


Hi,

Bright Dadson <losintikfos at yahoo.co.uk> writes:

> make ../education-odb.hxx 
> Building file: ../src/education.h
> Compiling education.h using odb
> /usr/local/odb-1.4.0/bin/odb -d mysql --default-pointer std::tr1::shared_ptr --generate-query ../education.h
> ../education.h: error: unable to open in read mode

Looks like your education.h file is in ../src/, not in ../ so you may 
want to replace ../education.h with ../src/education.h.

Boris



More information about the odb-users mailing list