Are you on 0.4?  Then it should be UInt8

On Thu, 2015-03-19 at 21:47, Julia User <[email protected]> wrote:
> I did try your suggestion (`ccall("jl_", Void, (Ptr{Uint8},), "Line 305")` 
> will probably work.) but got an other Error
>
> libc.jl
> libdl.jl
> env.jl
> error during bootstrap:
> LoadError(at "sysimg.jl" line 106: LoadError(at "env.jl" line 110: 
> UndefVarError(var=:Uint8)))
>
>
> Thanks anyway - was just a try..
>
>
> On Thursday, March 19, 2015 at 4:49:46 PM UTC-3, Isaiah wrote:
>>
>> `ccall("jl_", Void, (Ptr{Uint8},), "Line 305")` will probably work.
>>
>>

Reply via email to