Marten Trip

Results 5 comments of Marten Trip

Yeah. I'm using Arch which has the headers included in the `libepoxy` package.

Same issue. Though, explicitly adding `exe.addSystemIncludePath("/usr/include/");` gives the error `ld.lld: error: unable to find library -lepoxy`. So it does seem that the compiler has trouble finding the lib and header...

That did it! I had _no_ idea that `setTarget` and `setBuildMode` are place dependent in the build file?? Thanks!

This can be fixed (at least temporarily) by placing `package-mode = false` in the `pyproject.toml` file under `[tool.poetry]`. So: ``` [tool.poetry] name = "backend" version = "0.1.0" description = ""...