CelestialCartographers / Ahorn

Visual Map Maker and Level Editor for the game Celeste

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to Precompile Gtk

BlueNine9 opened this issue · comments

Precompiling project...
ERROR: LoadError: LoadError: error compiling top-level scope: could not load library "libgobject-2.0-0"
The specified module could not be found.

Stacktrace:
 [1] include at .\boot.jl:326 [inlined]
 [2] include_relative(::Module, ::String) at .\loading.jl:1038
 [3] include at .\sysimg.jl:29 [inlined]
 [4] include(::String) at C:\Fakepath\.julia\packages\Gtk\RwVPb\src\Gtk.jl:2
 [5] top-level scope at none:0
 [6] include at .\boot.jl:326 [inlined]
 [7] include_relative(::Module, ::String) at .\loading.jl:1038
 [8] include(::Module, ::String) at .\sysimg.jl:29
 [9] top-level scope at none:2
 [10] eval at .\boot.jl:328 [inlined]
 [11] eval(::Expr) at .\client.jl:404
 [12] top-level scope at .\none:3
in expression starting at C:\Fakepath\.julia\packages\Gtk\RwVPb\src\GLib\GLib.jl:49
in expression starting at C:\Fakepath\.julia\packages\Gtk\RwVPb\src\Gtk.jl:7

Used Julia 1.1 and windows 10.

commented

Ran in to the same problem, found fix on JuliaPackaging/WinRPM.jl#127

Ran in to the same problem, found fix on JuliaPackaging/WinRPM.jl#127

How exactly do you use this?

commented

You go to C:\users\youruser\.julia\packages\WinRPM\Y9QdZ\sources.list and change the number 42.2 on both lines to 42.3, then open the julia terminal and write (edited) using Pkg; Pkg.build("Gtk") to check if there are no errors, if that works you should be able to run the ahorn installer

Huh, that's not working for me.

julia> Using Pkg; Pkg.build("Gtk")
ERROR: syntax: extra token "Pkg" after end of expression

commented

Try 'using' on all lowercase using Pkg; Pkg.build("Gtk")

No longer relevant and fixed some months ago.