Hi
I'm trying to use CAF through biicode, but get the following error:
fatal error: caf/detail/build_config.hpp: No such file or directory
#include "caf/detail/build_config.hpp"
which is included by caf/config.hpp, which says at the spot:
// this header must be generated by the build system (may be empty)
#include "caf/detail/build_config.hpp"
so it looks like the bii config fails to dictate an auto-generation for that file? any way we can fix it?
Thanks a lot
Ralph