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
my crate depends on webrender, but it fails to compile because libstdc++.so.6 is missing. this doesn't happen on servo, which compiles and runs successfully.
The text was updated successfully, but these errors were encountered:
I'm able to use Servo's shell.nix for compiling and running wrench (with a small change to add libGL to the LD_LIBRARY_PATH`). I think we need more information to debug this issue - @TheAwesome98-Real can you share the shell.nix and the full error message that you get?
my crate depends on webrender, but it fails to compile because
libstdc++.so.6
is missing. this doesn't happen on servo, which compiles and runs successfully.The text was updated successfully, but these errors were encountered: