Hi everybody.
When I try to compile CVS ruby-gnome2 in a Debian Sarge (testing)
i386, get the error:
rbgdkkeysyms.h: In function `Init_gtk_gdk_keyval':
rbgdkkeysyms.h:754: error: `GDK_Ukrainian_ghe_with_upturn'
undeclared (first use in this function)
rbgdkkeysyms.h:754: error: (Each undeclared identifier is
reported only once
rbgdkkeysyms.h:754: error: for each function it appears in.)
rbgdkkeysyms.h:777: error: `GDK_Ukrainian_GHE_WITH_UPTURN'
undeclared (first use in this function)
rbgdkkeysyms.h:849: error: `GDK_Greek_IOTAdieresis' undeclared
(first use in this function)
make[2]: *** [rbgdkkeyval.o] Error 1
make[2]: Leaving directory `/usr/src/ruby-gnome2/gtk/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/ruby-gnome2/gtk'
···
SUCCEEDED: glib gdkpixbuf pango atk
FAILED: gtk
-----
Done.
make: *** [all] Error 1
Version of Gtk in Sarge is 2.2.4. What can be the problem?
Thanks.
David
Hi,
Hi everybody.
When I try to compile CVS ruby-gnome2 in a Debian Sarge (testing)
i386, get the error:
rbgdkkeysyms.h: In function Init_gtk_gdk_keyval': rbgdkkeysyms.h:754: error: GDK_Ukrainian_ghe_with_upturn’
undeclared (first use in this function)
rbgdkkeysyms.h:754: error: (Each undeclared identifier is
reported only once
rbgdkkeysyms.h:754: error: for each function it appears in.)
rbgdkkeysyms.h:777: error: GDK_Ukrainian_GHE_WITH_UPTURN' undeclared (first use in this function) rbgdkkeysyms.h:849: error: GDK_Greek_IOTAdieresis’ undeclared
(first use in this function)
make[2]: *** [rbgdkkeyval.o] Error 1
make[2]: Leaving directory /usr/src/ruby-gnome2/gtk/src' make[1]: *** [all] Error 2 make[1]: Leaving directory /usr/src/ruby-gnome2/gtk’
SUCCEEDED: glib gdkpixbuf pango atk
FAILED: gtk
Done.
make: *** [all] Error 1
Version of Gtk in Sarge is 2.2.4. What can be the problem?
Try:
$cd gtk
$rm src/rbgdkkeysyms.h
$ruby extconf.rb
$make
$su
#make install
···
On Mon, 26 Apr 2004 18:29:18 +0900 David Espada davinciSINSPAM@escomposlinux.org wrote:
–
.:% Masao Mutohmutoh@highway.ne.jp
Thank you, Masao. As always 
David
···
El lunes 26 de abril, Masao Mutoh escribió:
SUCCEEDED: glib gdkpixbuf pango atk
FAILED: gtk
Done.
make: *** [all] Error 1
Version of Gtk in Sarge is 2.2.4. What can be the problem?
Try:
$cd gtk
$rm src/rbgdkkeysyms.h
$ruby extconf.rb
$make
$su
#make install