Joss Steward

Results 5 comments of Joss Steward

I just ran into this on my own, it seemed related to this clang issue: https://github.com/llvm/llvm-project/issues/94194 and I was able to resolve it by cloning the exla repo and adding...

@nallwhy I believe it would but I'm not very familiar with the XLA project and although I took a look I couldn't figure out how to do so quickly. As...

After a bit more research, I did the simplest possible thing I could think of, and added `include_directories("/usr/include/wayland")` to `src/wayland/CMakeLists.txt`. After this, the build process was able to find the...

I'm only building this from source because there's no package in the openSUSE repos for it. I don't think my system or my include paths are broken, considering it's a...

> Its weird that no other distros seem to have this problem I assume OpenSUSE breaks the packages with the dependencies up in a way that some other distros don't,...