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
So, I tried setting LD_LIBRARY_PATH before running CLion:
$ LD_LIBRARY_PATH=/home/mitch/dev/pult/target/debug/build/ui-sys-f439c2f1b0cb0138/out/build/out snap run clion
However, I'm still getting "error while loading shared libraries" 🤔
I'm not super familiar with how shared libraries work, so I highly doubt that this issue is specific to libui-rs - there's just a chance that a libui-rs-er has run into this issue, too 😄 🤷♂️
The text was updated successfully, but these errors were encountered:
I've set up CLion with the 🎉 IntelliJ rust plugin 🎉, but I'm having issues running the debugger:
I located
libui.so.0
:So, I tried setting
LD_LIBRARY_PATH
before running CLion:However, I'm still getting "error while loading shared libraries" 🤔
I'm not super familiar with how shared libraries work, so I highly doubt that this issue is specific to
libui-rs
- there's just a chance that alibui-rs
-er has run into this issue, too 😄 🤷♂️The text was updated successfully, but these errors were encountered: