You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D:\pawel\Julia_6.0_otwarty>C:\Users\PC\AppData\Local\Julia-0.6.3\bin\julia.exe -L start.jl
Pracujesz w aktalogu: D:\pawel\Julia_6.0_otwarty
_
_ _ ()_ | A fresh approach to technical computing
() | () () | Documentation: https://docs.julialang.org
_ _ | | __ _ | Type "?help" for help.
| | | | | | |/ ` | |
| | || | | | (| | | Version 0.6.3 (2018-05-28 20:20 UTC) / |_'|||_'_| | Official http://julialang.org/ release
|__/ | x86_64-w64-mingw32
julia> using GnuTLS
INFO: Recompiling stale cache file C:\Users\PC.julia\lib\v0.6\Compat.ji for module Compat.
ERROR: LoadError: GnuTLS not properly installed. Please run Pkg.build("GnuTLS")
Stacktrace:
[1] error(::String) at .\error.jl:21
[2] include_from_node1(::String) at .\loading.jl:576
[3] eval(::Module, ::Any) at .\boot.jl:235
[4] _require(::Symbol) at .\loading.jl:490
[5] require(::Symbol) at .\loading.jl:405
while loading C:\Users\PC.julia\v0.6\GnuTLS\src\GnuTLS.jl, in expression starting on line 11
D:\pawel\Julia_6.0_otwarty>C:\Users\PC\AppData\Local\Julia-0.6.3\bin\julia.exe -L start.jl
Pracujesz w aktalogu: D:\pawel\Julia_6.0_otwarty
_
_ _ ()_ | A fresh approach to technical computing
() | () () | Documentation: https://docs.julialang.org
_ _ | | __ _ | Type "?help" for help.
| | | | | | |/ ` | |
| | || | | | (| | | Version 0.6.3 (2018-05-28 20:20 UTC)
/ |_'|||_'_| | Official http://julialang.org/ release
|__/ | x86_64-w64-mingw32
julia> using GnuTLS
INFO: Recompiling stale cache file C:\Users\PC.julia\lib\v0.6\Compat.ji for module Compat.
ERROR: LoadError: GnuTLS not properly installed. Please run Pkg.build("GnuTLS")
Stacktrace:
[1] error(::String) at .\error.jl:21
[2] include_from_node1(::String) at .\loading.jl:576
[3] eval(::Module, ::Any) at .\boot.jl:235
[4] _require(::Symbol) at .\loading.jl:490
[5] require(::Symbol) at .\loading.jl:405
while loading C:\Users\PC.julia\v0.6\GnuTLS\src\GnuTLS.jl, in expression starting on line 11
julia> Pkg.build("GnuTLS")
INFO: Building WinRPM
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openS
USE_Leap_42.2/repodata/repomd.xml
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openS
USE_Leap_42.2/repodata/repomd.xml
INFO: Building Nettle
INFO: Updating WinRPM package list
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openS
USE_Leap_42.2/repodata/repomd.xml
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openS
USE_Leap_42.2/repodata/repomd.xml
INFO: Building GnuTLS
=================================================[ ERROR: GnuTLS ]=================================================
LoadError: UndefVarError: Uint8 not defined
while loading C:\Users\PC.julia\v0.6\GnuTLS\deps\build.jl, in expression starting on line 6
===================================================================================================================
=================================================[ BUILD ERRORS ]==================================================
WARNING: GnuTLS had build errors.
Pkg.build("GnuTLS")
deps/build.jl
script===================================================================================================================
julia>
The text was updated successfully, but these errors were encountered: