开发者社区> 问答> 正文

Fedora 13下fcitx小企鹅输入法fcitx-config-0.1.3安?400报错

Fedora 13下fcitx小企鹅输入法fcitx-config-0.1.3安装不了? 400 报错

已经安装fcitx-4.0beta1
./configure --prefix=/usr CC=gcc34
make && make install
运行很好

问题是这出错
checking for FCITX_CONFIG... configure: error: Package requirements (fcitx-config) were not met:

No package 'fcitx-config' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables FCITX_CONFIG_CFLAGS
and FCITX_CONFIG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

只有这样./configure才能过
./configure --prefix=/usr CC=gcc34 FCITX_CONFIG_CFLAGS=/usr/local/lib/pkgconfig FCITX_CONFIG_LIBS=/usr/local/lib/pkgconfig


不指定CC=XXXX,直接make,就“警告:赋值时将整数赋给指针,未作类型转换”

现在make出错:
gcc34: /usr/local/lib/pkgconfig:未使用链接器输入文件,因为链接尚未完成
cc1: /usr/local/lib/pkgconfig:没有那个文件或目录
乍搞?

 

 

===========================================

展开
收起
爱吃鱼的程序员 2020-05-30 23:03:29 582 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    还是自己解决了1

    还要安装一个fcitx-devel

    ######

    找个rpm包试试

    2020-05-30 23:03:31
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载