From: Noritsugu N. <nna...@mx...> - 2005-03-03 13:55:38
|
中村 のりつぐ です。 cvs からとってきたソースで以下のエラーで コンパイル失敗しました。 環境は gtk+2.0.6, ruby-1.6.7 です。 rbgtkaccelgroup.c: In function `gaccelgrp_find': rbgtkaccelgroup.c:125: `GtkAccelGroupFindFunc' undeclared (first use in this function) rbgtkaccelgroup.c:125: (Each undeclared identifier is reported only once rbgtkaccelgroup.c:125: for each function it appears in.) rbgtkaccelgroup.c:125: parse error before `gaccelgrp_find_func' rbgtkaccelgroup.c:122: warning: unused variable `func' rbgtkaccelgroup.c:121: warning: `result' might be used uninitialized in this function rbgtkaccelgroup.c: At top level: rbgtkaccelgroup.c:108: warning: `gaccelgrp_find_func' defined but not used make[2]: *** [rbgtkaccelgroup.o] Error 1 pango も失敗していたようなので、ついでにこれも(バージョン不明)。 rbpangoattrlist.c: In function `attrlist_filter': rbpangoattrlist.c:72: warning: implicit declaration of function `pango_attr_list_filter' rbpangoattrlist.c:73: `PangoAttrFilterFunc' undeclared (first use in this function) rbpangoattrlist.c:73: (Each undeclared identifier is reported only once rbpangoattrlist.c:73: for each function it appears in.) rbpangoattrlist.c:73: parse error before `filter_func' rbpangoattrlist.c:76: warning: control reaches end of non-void function rbpangoattrlist.c: At top level: rbpangoattrlist.c:60: warning: `filter_func' defined but not used make[2]: *** [rbpangoattrlist.o] Error 1 中村 典嗣 E-mail: nna...@mx... |