Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
357 stars 57 forks source link

Fails to compile rpfm_ui on Linux #278

Closed Liemaeu closed 9 months ago

Liemaeu commented 9 months ago

Describe your problem

When I try to compile rpfm on openSUSE Tumbleweed I get the error:

error: linking with gcc-13 failed: exit status: 1

gcc is installed (version 13-1.6).

Extra info?

Full output: https://gist.github.com/Liemaeu/69e45fc9cea110952678ffa54c073963

Frodo45127 commented 9 months ago

in the output, it complains at the end that a few of kde libs were not found (no such file or directory). Install them, then try again.

Liemaeu commented 9 months ago

They should be installed. E.g. libKF5Completion5, libKF5IconThemes5, libKF5XmlGui5 and libKF5WidgetsAddons5 are all installed on my system.

Liemaeu commented 9 months ago

Finally found the missing packages! It wasn't the libKF5... packages as the error message mentions, they are named k...-devel on openSUSE. Now it compiles. Thank you!