Yes a git checkout.

That worked so half way..

It compiled: got between a number of

!!! ERROR in jl_ -- ABORTING !!!

!!! ERROR in jl_ -- ABORTING !!!
precompile.jl
    LINK usr/lib/julia/sys.so
[workerm@evo git_julia]$ 


But the problem is if I call something it will not output the text but `!!! 
ERROR in jl_ -- ABORTING !!! otherwise it seems ok.
`

julia> searchindex("aadsd", "d")

!!! ERROR in jl_ -- ABORTING !!!
3

julia> 


The same happened before when I tested this in the REPL

julia> function test()
           ccall("jl_", Void, (Ptr{UInt8 },), "Line 2")
       end
test (generic function with 1 method)

julia> test()

!!! ERROR in jl_ -- ABORTING !!!

julia> 



Nevermind...


On Thursday, March 19, 2015 at 5:53:10 PM UTC-3, Mauro wrote:
>
> Are you on 0.4?  Then it should be UInt8 
>
>

Reply via email to