You probably did not add a pkg-config dependency on base-types. Which usually works because the root include dir is already added, but fails for the backward compatibility header.
If you are using the Rock CMake macros, add a DEPS_PKGCONFIG base-types On Wed, Sep 17, 2014 at 8:53 AM, Sebastian Kasperski <[email protected]> wrote: > Hi all, > > I currently have an issue with a type declaration including the old > base/types definitions: >> error: base/time.h: No such file or directory > > These compatibility header are available in my installation in > include/base/backward/base/, but not found. Any idea how to fix this? > > Best regards, > Sebastian > > _______________________________________________ > Rock-dev mailing list > [email protected] > http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev > _______________________________________________ Rock-dev mailing list [email protected] http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev
