Julia Support,
I am running a clean install of the windows 64b version of Julia 0.4.6.
When I try to assign the R interface package 'Rif' I get the following output:
julia> using Rif
INFO: Precompiling module DataFrames...
WARNING: Base.String is deprecated, use AbstractString instead.
likely near ...\.julia\v0.4\Rif\src\Rif.jl:42
WARNING: Base.String is deprecated, use AbstractString instead.
likely near ...\.julia\v0.4\Rif\src\Rif.jl:42
WARNING: Base.String is deprecated, use AbstractString instead.
likely near ...\.julia\v0.4\Rif\src\Rif.jl:46 ...
*********************************************************
Can't find librinterface.so; attempting to compile...
*********************************************************
ERROR: LoadError: could not spawn `make all`: no such file or directory (ENOENT) in _jl_spawn at process.jl:262 while loading ...\.julia\v0.4\Rif\src\Rif.jl, in expression starting on line 71
The earlier warnings may indicate that the package has not been updated with relatively recent language changes.
The later file not found error appears to indicate the file 'make all' is not in the ../deps directory (an inspection confirms this to be true). Perhaps this indicates that the package has not completed being configured for windows. If this is the case any idea when this might be fully working with Windows?
Cheers,
--- Danny K. Hunt