You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Fedora Linux 40 (KDE Plasma) x86_64
Kernel: 6.11.4-201.fc40.x86_64
It seems like discord_rpc_handler.h is unable to find 'discord_rpc.h'. Adding ifdefs for ENABLE_DISCORD_RPC to the following files allows the build to proceed:
discord_rpc_handler.h
emulator.cpp
main_window.cpp
settings_dialog.cpp
There should be a way to get discord_rpc_handler to properly include discord_rpc.h, but this works as quick hack.
The text was updated successfully, but these errors were encountered:
OS: Fedora Linux 40 (KDE Plasma) x86_64
Kernel: 6.11.4-201.fc40.x86_64
It seems like discord_rpc_handler.h is unable to find 'discord_rpc.h'. Adding ifdefs for ENABLE_DISCORD_RPC to the following files allows the build to proceed:
discord_rpc_handler.h
emulator.cpp
main_window.cpp
settings_dialog.cpp
There should be a way to get discord_rpc_handler to properly include discord_rpc.h, but this works as quick hack.
The text was updated successfully, but these errors were encountered: