Hongkee Yoon

Results 7 comments of Hongkee Yoon

And this issue is also related with https://github.com/JuliaGraphics/Cairo.jl/issues/165.

I've cleared Homebrew like below. ```julia julia> Pkg.rm("Homebrew") INFO: Removing Homebrew (unregistered) julia> Pkg.rm("Homebrew") INFO: Nothing to be done ``` Add Cairo ```julia julia> Pkg.add("Cairo") INFO: Installing Cairo v0.3.0 INFO:...

Thanks, I've tried ```julia Pkg.build("Cairo"); ``` and then ```julia using Cairo ``` The result is as below. This gives the same error... ```julia [bluehope:~] % julia _ _ _ _(_)_...

Hi, I've tried as you suggested (only added `using Cairo`). ```julia using Homebrew Homebrew.rm("cairo") Homebrew.add("cairo") Pkg.build("Cairo") using Cairo ``` I've still got the same error... ```julia _ _ _ _(_)_...

Hi, verbose option gave me more info. Still I get "UndefVarError: _jl_libcairo not defined" message. ```julia julia> using Homebrew julia> Homebrew.rm("cairo"; force=true, verbose=true) julia> Homebrew.add("cairo"; verbose=true) runtime_deps: String["pixman","pcre","libpng","freetype","fontconfig","gettext","libffi","glib"] translation: beginning...

@staticfloat Hi, Hmm I've also tried to remove everything under ```~/.julia/v0.5/Homebrew/``` and install everything new. However, this still gave me the same error. I may try on the clean new...

@poulson Oh, Yes. I meant "Elemental.jl". Thank you for the correction.