From: Kouhei S. <ko...@co...> - 2004-11-03 03:12:04
|
須藤です. In <200...@hi...> "[ruby-gnome2-devel-ja] Next release" on Wed, 3 Nov 2004 03:51:12 +0900, Masao Mutoh <mu...@hi...> wrote: > それまでにCVS版をチェックしていただけると > 助かります。 ruby 1.8.2 (2004-10-31) [i386-linux]のruby.hにはT_BLOCKがな いようでglibがコンパイルできません. % ruby -v extconf.rb glib ruby 1.8.2 (2004-10-31) [i386-linux] ... % make ... gcc -fPIC -Wall -g -O2 -fPIC -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I. -I/usr/lib/ruby/1.8/i386-linux -I/usr/lib/ruby/1.8/i386-linux -I/home/kou/work/ruby/ruby-gnome2/glib/src -DHAVE_RB_DEFINE_ALLOC_FUNC -DHAVE_RB_BLOCK_PROC -DHAVE_OBJECT_ALLOCATE -DHAVE_NODE_ATTRASGN -DRUBY_GLIB2_COMPILATION -I/usr/local/lib/site_ruby/1.8/i386-linux -c rbglib_messages.c rbglib_messages.c: 関数 `rbglib_log_handler' 内: rbglib_messages.c:30: error: `T_BLOCK' undeclared (first use in this function) rbglib_messages.c:30: error: (Each undeclared identifier is reported only once rbglib_messages.c:30: error: for each function it appears in.) make[2]: *** [rbglib_messages.o] エラー 1 ... |