You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It’s only with external help that I eventually found I needed to install LLVM’s libc++. I already had /usr/include/c++/12.2.1/functional on my system but that one came with GCC.
Please consider adding something in README.md to document this requirement.
The text was updated successfully, but these errors were encountered:
The ideal fix for this would be to drop the dependency on libc++ ( in favour of libstdc++), because the libc++ dep is also blocking docs.rs builds of yoga-rs. See:
However, we currently can't do that due to this bindgen bug rust-lang/rust-bindgen#2157, so in the meantime documenting the dependency is probably sensible.
In DioxusLabs/taffy#450 at first I didn’t manage to compile yoga-rs. Output line that seems most relevant:
Full output:
It’s only with external help that I eventually found I needed to install LLVM’s libc++. I already had
/usr/include/c++/12.2.1/functional
on my system but that one came with GCC.Please consider adding something in
README.md
to document this requirement.The text was updated successfully, but these errors were encountered: