[ruby-list:50318] Re: CentOS 6.7 で glib2 がインストールできない

From: "5.5" <5.5@...>
Date: 2016-04-19 09:47:29 UTC
List: ruby-list #50318
5.5 です。

何度も申し訳ございませんが,こんどはまた別のエラーが出ました…


make "DESTDIR="
compiling rbglib-variant.c
compiling rbglib_matchinfo.c
rbglib_matchinfo.c: In function 'rg_regex':
rbglib_matchinfo.c:29: error: 'G_TYPE_MATCH_INFO' undeclared (first use
in this function)
rbglib_matchinfo.c:29: error: (Each undeclared identifier is reported
only once
rbglib_matchinfo.c:29: error: for each function it appears in.)
rbglib_matchinfo.c: In function 'rg_matches_p':
rbglib_matchinfo.c:42: error: 'G_TYPE_MATCH_INFO' undeclared (first use
in this function)
rbglib_matchinfo.c: In function 'rg_match_count':
rbglib_matchinfo.c:48: error: 'G_TYPE_MATCH_INFO' undeclared (first use
in this function)
rbglib_matchinfo.c: In function 'rg_partial_match_p':
rbglib_matchinfo.c:54: error: 'G_TYPE_MATCH_INFO' undeclared (first use
in this function)
rbglib_matchinfo.c: In function 'rg_fetch':
rbglib_matchinfo.c:67: error: 'G_TYPE_MATCH_INFO' undeclared (first use
in this function)
rbglib_matchinfo.c: In function 'rg_fetch_pos':
rbglib_matchinfo.c:98: error: 'G_TYPE_MATCH_INFO' undeclared (first use
in this function)
rbglib_matchinfo.c: In function 'rg_fetch_all':
rbglib_matchinfo.c:127: error: 'G_TYPE_MATCH_INFO' undeclared (first use
in this function)
rbglib_matchinfo.c: In function 'rg_next':
rbglib_matchinfo.c:137: error: 'G_TYPE_MATCH_INFO' undeclared (first use
in this function)
rbglib_matchinfo.c: In function 'rg_expand_references':
rbglib_matchinfo.c:152: error: 'G_TYPE_MATCH_INFO' undeclared (first use
in this function)
rbglib_matchinfo.c: In function 'Init_glib_matchinfo':
rbglib_matchinfo.c:166: error: 'G_TYPE_MATCH_INFO' undeclared (first use
in this function)
make: *** [rbglib_matchinfo.o] Error 1

make failed, exit code 2



On 16/04/18 23:16, Kouhei Sutou wrote:
> 須藤です。
> 
> In <57147890.9050800@moji.gr.jp>
>    "[ruby-list:50316] Re: CentOS 6.7 で glib2 がインストールできない" on Mon, 18 Apr 2016 15:02:56 +0900,
>    "5.5" <5.5@moji.gr.jp> wrote:
> 
>> 試したところ,こんどは別の箇所で似たようなエラーが出ました。
> 
> おぉ。。。
> 
> ↓に、これで大丈夫だろうという変更をいれたgemをアップロード
> しました。
> 
>    http://pub.cozmixng.org/~kou/tmp/glib2-3.0.8.gem
> 
> 
> CentOS 6でもCIすればいいのかしら。。。
> 


-- 
5.5@moji.gr.jp

In This Thread