JuliaGraphics / FreeTypeAbstraction.jl

A Julian abstraction layer over FreeType.jl
Other
25 stars 20 forks source link

UndefVarError "LibFreeType" #42

Closed MozammilQ closed 4 years ago

MozammilQ commented 4 years ago

Screenshot from 2020-03-27 05-41-33

I am sure the author has good reasons to use "LibFreeType" but it works fine when its completely removed. That's why I am just creating a Draft Pull Request here.

codecov[bot] commented 4 years ago

Codecov Report

Merging #42 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #42   +/-   ##
=======================================
  Coverage   88.29%   88.29%           
=======================================
  Files           5        5           
  Lines         205      205           
=======================================
  Hits          181      181           
  Misses         24       24           
Impacted Files Coverage Δ
src/types.jl 82.60% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 03616e7...c41bd2e. Read the comment docs.

SimonDanisch commented 4 years ago

Oh I see... But I doubt this will actually fix this, since you are likely getting this error since you're stuck on an old FreeType version (and slightly oldish FreeTypeAbstraction)... Since there is nowadays the requirement to have always FreeType 0.3 installed: https://github.com/JuliaGraphics/FreeTypeAbstraction.jl/blob/master/Project.toml#L15, which should have LibFreeType, the people that need this fix won't actually get it^^

MozammilQ commented 4 years ago

@SimonDanisch , you are exactly right ! Thanks for your words dear :)