[scilab-Users] C-function

David PICARD d.picard at opgc.univ-bpclermont.fr
Mon Mar 15 15:24:59 CET 2010


Alternatively, you can leave your include as is, and specify the include 
search path to the compiler (-I option for gcc, mingw32, etc.). So the 
code is always the same.

tommaso.solcia at mail.polimi.it a écrit :
> Hi all,
> I wrote a C-function that needs the scicos_block4.h for the C-macros, 
> but if I
>
> #include "scicos_block4.h"
>
> Then I get
>
> !sockwrite_comp.c:17:48: error: scicos_block4.h: No su!
> !     ch file or directory                            !
>
> In order to make it work, I need to give the full path in the include 
> function, but in this way it is not gonna work on other machines.
>
> Thanks!
>
> Tommaso
>
>
>




More information about the users mailing list