I am retrying to use PackageCompiler, for the second time (the first, I was unable to produce an executable, because it gave me error).
I am following - again - the instruction on
https://julialang.github.io/PackageCompiler.jl/dev/apps/
Well, today, i have no error, but 20 minutes have passed since I ran the command which should produce an executable and
nothing happens and it remains like this:
C:\Users\dario\.julia\packages\PackageCompiler\D8oaG\examples>julia -q --project
julia> using PackageCompiler
[ Info: Precompiling PackageCompiler [9b87118b-4619-50d2-8e1e-99f35a4d4d9d]
julia> create_app("MyApp","MyAppCompiled")
Updating registry at `C:\Users\dario\.julia\registries\General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Cloning git-repo `https://github.com/JuliaBinaryWrappers/HelloWorldC_jll.jl`
Updating git-repo `https://github.com/JuliaBinaryWrappers/HelloWorldC_jll.jl`
Installed Example ─ v0.5.3
[ Info: PackageCompiler: creating base system image (incremental=false)...
[ Info: PackageCompiler: creating system image object file, this might take a while...
What can I try?