JuliaCrypto / Nettle.jl

Julia wrapper around nettle cryptographic hashing/encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as well as AES encryption/decryption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

load failure with Julia 0.4

stevengj opened this issue · comments

I just updated Nettle to master and tried with the latest Julia, and got:

ERROR: type: cglobal: expected Symbol, got Array{Any,1}
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in reload_path at ./loading.jl:152
 in _require at ./loading.jl:67
 in require at ./loading.jl:52
 in require at /Users/stevenj/Code/julia/usr/lib/julia/sys.dylib
while loading /Users/stevenj/.julia/Nettle/src/hash.jl, in expression starting on line 22
while loading /Users/stevenj/.julia/Nettle/src/Nettle.jl, in expression starting on line 7

Nevermind, it somehow was using an old version of Nettle.