[odb-users] Can't run odb.

Boris Kolpackov boris at codesynthesis.com
Tue Oct 18 01:37:02 EDT 2011


Hi Andrey,

Андрей Девятка <an9bit at gmail.com> writes:

> During start-up error:
> $ odb
> odb: error: unable to parse profile paths

Hm, this is interesting. Can you show me the output of your GCC
(for both 4.5 and 4.6) with the following command line:

g++-4.X -v -x c++ -E -P -

(Hit Ctrl-D to make g++ exit).

> For 4.6 i modified odb/gcc.hxx
> line 36 and 37 repaced
> #include <c-common.h>
> #include <c-pragma.h>
> to
> #include <c-family/c-common.h>
> #include <c-family/c-pragma.h>

That's a bug in GCC 4.6 that we reported and I believe it is now
fixed:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48425

Boris



More information about the odb-users mailing list