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
cargo:warning=./src/handlers/my_handler.hpp:14:10: fatal error: 'X11/Xatom.h' file not found
cargo:warning=#include <X11/Xatom.h>
cargo:warning= ^~~~~~~~~~~~~
I'm a C/C++ novice, I have a rust project that has C/C++ dependencies, X11/Xatom.h This library can be found during normal cargo build —target x86_64-unknown-linux-gnu compilation, when using zigbuild, the X11/Xatom.h` cannot be found when specifying any version of glibc on the same platform. Thanks for any help!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm a C/C++ novice, I have a rust project that has C/C++ dependencies, X11/Xatom.h This library can be found during normal cargo build —target x86_64-unknown-linux-gnu compilation, when using zigbuild, the X11/Xatom.h` cannot be found when specifying any version of glibc on the same platform. Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions