gmg137 / netease-cloud-music-gtk

Linux 平台下基于 Rust + GTK 开发的网易云音乐播放器
GNU General Public License v3.0
1.61k stars 94 forks source link

无法在Fedora 41上完成构建 #313

Open inuyasha-660 opened 2 hours ago

inuyasha-660 commented 2 hours ago

按README使用ninja构建时报错

error: cannot find macro `gettext` in this scope
   --> src/application.rs:695:60
    |
695 | ...                   .send(Action::AddToast(gettext!(
    |                                              ^^^^^^^
    |
note: `gettext` is imported here, but it is a function, not a macro
   --> src/application.rs:3:5
    |
3   | use gettextrs::gettext;
    |     ^^^^^^^^^^^^^^^^^^

源码来自Release的2.4.1.tar.gz

ninja version: 1.12.1
meson version: 1.5.1
rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)

NAME="Fedora Linux"
VERSION="41 (Workstation Edition)"
gmg137 commented 2 hours ago

拉取最新的代码再编译 ,gettext-rs库更新版本不兼容导致的