<div dir="ltr">Thanks for response!<br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I didn't see this error in the jenkins log. But two things are likely:<br>
<br>
* gsm0503_test_vectors.c is compiled before the header is generated<br>
(though unlikely here)<br>
<br>
* build dir != src dir. So the "conv.h" is not in the srcdir but the<br>
builddir?</blockquote><div><br></div><div>It seems, I already found one solution. You're right, "build dir != src dir"<br></div><div>was the problem, so I added this:<br><br>conv_conv_gsm0503_test_CPPFLAGS = \<br>    $(AM_CPPFLAGS) \<br>    -I$(top_srcdir)/tests/conv<br></div><div> <br></div><div>And now everything is fine!<br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>With best regards,<br></div><div>Vadim Yanitskiy.<br></div></div></div></div></div></div>
<br><div class="gmail_quote">2017-04-30 14:47 GMT+07:00 Holger Freyther <span dir="ltr"><<a href="mailto:holger@freyther.de" target="_blank">holger@freyther.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
> On 29. Apr 2017, at 16:09, Vadim Yanitskiy <<a href="mailto:axilirator@gmail.com">axilirator@gmail.com</a>> wrote:<br>
><br>
> Hi all,<br>
><br>
><br>
<br>
Hi!<br>
<span class=""><br>
> conv/gsm0503_test_vectors.c:<wbr>25:18: fatal error:<br>
>  conv.h: No such file or directory<br>
>  #include "conv.h"<br>
>                   ^<br>
> compilation terminated.<br>
><br>
> This is why I tried to move this header to the global include<br>
> directory. According to received feedback from Harald and<br>
> Sylvain, this approach isn't good and I need to find another one.<br>
><br>
> Any suggestions how to make the conv/gsm0503_test_vectors.c<br>
> able "to see" the conv.h header?<br>
<br>
</span>I didn't see this error in the jenkins log. But two things are likely:<br>
<br>
* gsm0503_test_vectors.c is compiled before the header is generated<br>
(though unlikely here)<br>
<br>
* build dir != src dir. So the "conv.h" is not in the srcdir but the<br>
builddir?<br>
<span class="HOEnZb"><font color="#888888"><br>
holger<br>
<br>
<br>
</font></span></blockquote></div><br></div>