undefined reference to `FcCharSetDestroy' #738
-
Following https://wezfurlong.org/wezterm/install/source.html When running
And a bunch of messages about missing symbols, all seems to be related to libfontconfig. An example of a symbol not found is
Which version of libfontconfig am I supposed to have installed for link to succeed? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Huh I tried to reproduce it in an isolated environment and the build succeeded. Maybe something is messed up in my system. Investigating...
|
Beta Was this translation helpful? Give feedback.
-
Ah looks like just a broken build cache. |
Beta Was this translation helpful? Give feedback.
Ah looks like just a broken build cache.
cargo clean && cargo build --release
fixed it