[odb-users] odb/gcc.hxx incorrect file includes
Boris Kolpackov
boris at codesynthesis.com
Mon Oct 31 10:51:26 EDT 2011
Hi Amr,
Amr Ali <amr.ali.cc at gmail.com> writes:
> 36 #include <c-common.h>
> 37 #include <c-pragma.h>
> ...
>
> These include statements should be like (below) at least to work
> properly for GCC v4.6.1 x86_64
>
> 36 #include <c-family/c-common.h>
> 37 #include <c-family/c-pragma.h>
> ...
Fixed, thanks for reporting this! Note also that the patch to make it
work with both 4.5 and 4.6 is a bit more involved.
I have also release a bugfix package for this:
http://www.codesynthesis.com/pipermail/odb-announcements/2011/000009.html
Boris
More information about the odb-users
mailing list