Hello boyz.

I tried to recompile on Windows first simple sample from 

http://docs.julialang.org/en/release-0.3/manual/embedding/

using gcc (mingw installed on Win) and following command from example:

gcc -o test -I$JULIA_DIR/include/julia -L$JULIA_DIR/usr/lib -ljulia test.c

I got following error:

*********
C:/Users/SB/AppData/Local/Julia-0.3.1/include/julia/ios.h:5:16: fatal 
error: uv.h: No such file or directory  #include "uv.h"
                
compilation terminated.
*********

I've got installed latest Julia's Release v0.3.1.

I've checked the .../include/julia/ header files directory and there is no 
"uv.h" header file.

Any ideas ?

Best Regards.

Stefan.








Reply via email to