apteryks
apteryks
I think the .pc files are often expressed as something like: ``` prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} includedir=${prefix}/include libdir=${exec_prefix}/lib ```
@e-dant hi! I just tried 0.13.8 to build dolphin-emu, and got: ``` CMake Error in Source/Core/Common/CMakeLists.txt: Target "_alias_PkgConfigWATCHER" contains relative path in its INTERFACE_INCLUDE_DIRECTORIES: "include/wtr" ``` Indeed, there are relative...
No worries :-) Thanks for your reactivity!
> Hi I've never achieve to run the QML debugger. So if you have a solution, please feel free to make a feedback ;) Thanks, I'll try again when I...
That test is only run when configuring with `--enable-drafts`.
The Go version used to build is at version 1.21.
The go doesn't seem to matter, as long as Go 1.20 is available. The test failures are the same from Go 1.20 through Go 1.24.
Perhaps they can be marked as expected failures in the test suite, to avoid such report in the future? Thanks for the reply/info!
> We don't really want our current platforms to use system-provided SPIRV-Cross. You can add this functionality but it should be optional and should not be the default. It already...
I've looked at the WiiU build failure, and I'm puzzled. Is it possible to build with V=1 in to see which CXXFLAGS were used?