分页: 1 / 1

各位“老人”请指教,make;gettext时出错

发表于 : 2009-11-12 22:49
fokeng
今天要安装安装gettext时./configure时通过,但make时
  • In function 'open',
    inlined from 'msgdomain_list_print' at write-catalog.c:223:
    /usr/include/bits/fcntl2.h:51: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments
    make[4]: *** [write-catalog.lo] 错误 1
    make[4]:正在离开目录 `/usr/local/src/gettext-0.17/gettext-tools/src'
    make[3]: *** [all] 错误 2
    make[3]:正在离开目录 `/usr/local/src/gettext-0.17/gettext-tools/src'
    make[2]: *** [all-recursive] 错误 1
    make[2]:正在离开目录 `/usr/local/src/gettext-0.17/gettext-tools'
    make[1]: *** [all] 错误 2
    make[1]:正在离开目录 `/usr/local/src/gettext-0.17/gettext-tools'
    make: *** [all-recursive] 错误 1

Re: 各位“老人”请指教,make;gettext时出错

发表于 : 2009-11-28 14:29
tusooa
你发错版了

Re: 各位“老人”请指教,make;gettext时出错

发表于 : 2009-11-28 21:02
zengq
#include <fcntl.h>

Re: 各位“老人”请指教,make;gettext时出错

发表于 : 2010-04-05 20:50
ice_block
:em06 我也遇到了这个问题 怎么办啊 愁死了