Homebrew.jl icon indicating copy to clipboard operation
Homebrew.jl copied to clipboard

libgio missing

Open gtollefson opened this issue 6 years ago • 1 comments

Hi @staticfloat ,

I am trying to build the Rsvg.jl package which uses Homebrew.jl to install deps. When I run Pkg.build("Rsvg") I receive the following error. I am having some functionality issues in Rsvg so I am posting here to resolve installing Rsvg via Homebrew.jl.

I am running Julia 0.6.4 and Homebrew.jl v"0.6.6"

Julia> Pkg.build("Rsvg")
INFO: Building Homebrew
Already up-to-date.
INFO: Building Cairo
INFO: Building Rsvg
Error: No available formula with the name "libgio"
Error: No available formula with the name "libgio"

gtollefson avatar Feb 04 '19 18:02 gtollefson

libgio is part of glib in case you haven't found it yet.

Ken-B avatar Feb 07 '19 21:02 Ken-B