Shoegzer
Shoegzer
@OlegAckbar I'm seeing the same results as your first post but with gcc-11. See [here](https://github.com/yuzu-emu/yuzu/issues/8630#issuecomment-1193203478).
Thanks. @lat9nq I tried with `-DYUZU_USE_BUNDLED_VCPKG=ON` and it got further but eventually received the following: ``` CMake Error at externals/vcpkg/scripts/buildsystems/vcpkg.cmake:824 (_find_package): Could not find a package configuration file provided by...
Thanks. It got even further now but the build is still failing, with errors like this: `../src/audio_core/renderer/voice/voice_info.cpp:89:15: error: conversion from ‘int’ to ‘u16’ {aka ‘short unsigned int’} may change value...
Update: Thinking this may be compiler related but not entirely sure (it had been building okay with gcc-11.1 before). @lat9nq any thoughts with this one? I can try to get...
@OlegAckbar have you done a bisect on this or can you determine an earlier point when compilation worked for you in Linux (at least after 4ae75bec50d2d629c0c3d36b5f0b11d3e4e39703 which as noted above...
Interesting, and it's consistent. What is your OS? At least with more people having build issues with the latest commits, someone should be able to track it down. I've not...
Thanks @merryhime. I guess bisecting this will be more tricky than I had initially thought but I should have expected that. Do you know of an easy way to bisect...
Thanks @merryhime. Using `git submodule update --init --recursive` a bisect will complete successfully, however it reports the bad commit as 096366ead51345bcd170e31b6160b14aaf73e996, with a different error as we've been reporting above...
Update: linux builds are still failing after using the updated fmt 9.0.0 from vcpkg per #8730: `fmt[core]:x64-linux -> 9.0.0 -- /home/testing/Desktop/yuzu/yuzu/externals/vcpkg/buildtrees/versioning_/versions/fmt/9268e89cdadcbb0a54357f47b343004200970a02` Again the main error seems to be: ``` In...
Update: Upgraded the test system to Linux Mint 21, which is based on Ubuntu 22.02 and uses gcc-11.2.0. This has resolved the above build issue, even though the root cause...