citra-emu / citra

A Nintendo 3DS Emulator

Home Page:https://citra-emu.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux build fails with "undeclared identifier 'Frontend'"

v-fox opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Affected Build(s)

Nightly 2075

Description of Issue

Newest snapshots fail to build for me.

Expected Behavior

Build properly.

Reproduction Steps

Build under Linux with Qt6. Particularly Open Build Service of openSUSE Tumbleweed rolling-release distro.

Log File

[  138s] /home/abuild/rpmbuild/BUILD/citra-2075+0~git20240112.a177769c3/src/common/linux/gamemode.cpp:14:25: error: use of undeclared identifier 'Frontend'
[  138s]    14 |             LOG_WARNING(Frontend, "Failed to start gamemode: {}", gamemode_error_string());
[  138s]       |                         ^
[  138s] /home/abuild/rpmbuild/BUILD/citra-2075+0~git20240112.a177769c3/src/common/linux/gamemode.cpp:16:22: error: use of undeclared identifier 'Frontend'
[  138s]    16 |             LOG_INFO(Frontend, "Started gamemode");
[  138s]       |                      ^
[  138s] /home/abuild/rpmbuild/BUILD/citra-2075+0~git20240112.a177769c3/src/common/linux/gamemode.cpp:24:25: error: use of undeclared identifier 'Frontend'
[  138s]    24 |             LOG_WARNING(Frontend, "Failed to stop gamemode: {}", gamemode_error_string());
[  138s]       |                         ^
[  138s] /home/abuild/rpmbuild/BUILD/citra-2075+0~git20240112.a177769c3/src/common/linux/gamemode.cpp:26:22: error: use of undeclared identifier 'Frontend'
[  138s]    26 |             LOG_INFO(Frontend, "Stopped gamemode");

System Configuration

CPU: virtual machine
GPU/Driver: virtual machine
RAM: virtual machine
OS: openSUSE Tumbleweed linux distro