linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.44k stars 569 forks source link

version `GLIBCXX_3.4.29' not found #2395

Open IvanIsak2000 opened 5 months ago

IvanIsak2000 commented 5 months ago

Hello! I'm learning Rust first day and want to create a GUI app. I found that toolkit and tried to run the app, but got an error: image

I saw some problems on stack, but that not give me result.

P.S By documentation, I installed druid toolkit, it was stored:

image

What I am wrong doing?

xStrom commented 5 months ago

Looks like your OS doesn't have the required glibc version.

You could try the following command (or similar, if you're not on a Debian based system):

sudo apt-get install libgtk-3-dev
IvanIsak2000 commented 5 months ago

Looks like your OS doesn't have the required glibc version.

You could try the following command (or similar, if you're not on a Debian based system):

sudo apt-get install libgtk-3-dev

I used that 3 times, but that useless :(