|
为了装OpenQ 0.3刚刚升级了GTK+2.4, 发现d4x无法使用了,如下提示:
- nt: relocation error: nt: undefined symbol: _gtk_accel_group_attach
复制代码
重新编译,configure正确,但是make时出现提示:
- about.cc: In function `void init_about_window(...)':
- about.cc:222: error: `gtk_timeout_add' undeclared (first use this function)
- about.cc:222: error: (Each undeclared identifier is reported only once for each function it appears in.)
- make[3]: *** [about.o] 错误 1
- make[3]: Leaving directory `/root/Desktop/Temp/d4x-2.5.0rc3/main/face'
- make[2]: *** [all-recursive] 错误 1
- make[2]: Leaving directory `/root/Desktop/Temp/d4x-2.5.0rc3/main'
- make[1]: *** [all-recursive] 错误 1
- make[1]: Leaving directory `/root/Desktop/Temp/d4x-2.5.0rc3'
- make: *** [all] 错误 2
复制代码
下载rpm包安装包安装也用不了。
版本是2.5.0rc3 |
|