<div dir="ltr">Hi all,<br><br>I am currently working on <a href="https://gerrit.osmocom.org/#/c/2075/">https://gerrit.osmocom.org/#/c/2075/</a><br>The problem is that the conv.h should be shared between several<br>source code files, and it works fine for all of them, excepting<br>the gsm0503_test_vectors.c, which will be generated automatically<br>by the utils/conv_gen.py in the next commit.<br><br>The header is currently included this way:<br>  #include "conv.h"<br><br>And building in separate directory fails:<br>  CC       conv/gsm0503_test_vectors.o<br>conv/gsm0503_test_vectors.c: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><div><br clear="all"><div><div class="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>
</div></div>