[odb-users] odb compiler build error

CanisMajorWuff canismajorwuff at gmail.com
Mon Mar 25 14:21:00 EDT 2013


Hello,

I am trying to build odb compiler. I successfully built libcutl. But 
during building of the compiler I got the following error:

make[2]: Entering directory `/d/odb/odbbuild/odbsrc/odb'
depbase=`echo cxx-lexer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool --tag=CXX   --mode=compile g++ 
-DHAVE_CONFIG_H   -I'..' -I'..' -I/d/odb/libcutl/include
   -g -O2 -MT cxx-lexer.lo -MD -MP -MF $depbase.Tpo -c -o cxx-lexer.lo 
cxx-lexer.cxx &&\
         mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I.. 
-I/d/odb/libcutl/include -g -O2 -MT cxx-lexer.lo -MD -MP -MF .dep
s/cxx-lexer.Tpo -c cxx-lexer.cxx -o cxx-lexer.o
In file included from ../odb/gcc.hxx:8:0,
                  from cxx-lexer.cxx:5:
../odb/gcc-fwd.hxx:10:23: fatal error: coretypes.h: No such file or 
directory
compilation terminated.
make[2]: *** [cxx-lexer.lo] Error 1
make[2]: Leaving directory `/d/odb/odbbuild/odbsrc/odb'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/d/odb/odbbuild/odbsrc/odb'
make: *** [all-recursive] Error 1



More information about the odb-users mailing list