> On 29. Apr 2017, at 16:09, Vadim Yanitskiy <[email protected]> wrote: > > Hi all, > >
Hi! > conv/gsm0503_test_vectors.c:25:18: fatal error: > conv.h: No such file or directory > #include "conv.h" > ^ > compilation terminated. > > This is why I tried to move this header to the global include > directory. According to received feedback from Harald and > Sylvain, this approach isn't good and I need to find another one. > > Any suggestions how to make the conv/gsm0503_test_vectors.c > able "to see" the conv.h header? I didn't see this error in the jenkins log. But two things are likely: * gsm0503_test_vectors.c is compiled before the header is generated (though unlikely here) * build dir != src dir. So the "conv.h" is not in the srcdir but the builddir? holger
