[odb-users] odb compiler build error

Boris Kolpackov boris at codesynthesis.com
Tue Mar 26 07:00:23 EDT 2013


Hi,

CanisMajorWuff <canismajorwuff at gmail.com> writes:

> I am trying to build odb compiler.

Building ODB on Windows is tricky since GCC plugins are not (yet)
supported on this platform due dynamic loading deficiencies. So the
easiest way is to use the pre-built Windows binary of the ODB compiler
that we distribute (if you still need to build ODB yourself, search
the mailing list archives; there are a couple of older threads with
further pointers).

> ../odb/gcc-fwd.hxx:10:23: fatal error: coretypes.h: No such file or directory

I am surprised you got past the configure stage since it checks for
plugin support in GCC. Did you configure ODB with --disable-shared?
If not, what does the following command print for you?

g++ -print-file-name=plugin

Boris



More information about the odb-users mailing list