Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice ruby compilation

Hi,
I'm compiling Ice 3.4.1 for Ruby (1.9) on Debian 5 x86_64.
I resolved many errors during compilation but i'm stuck on this error:
debian:/usr/src/Ice-3.4.1/rb# make
making all in src
make[1]: entrant dans le répertoire « /usr/src/Ice-3.4.1/rb/src »
making all in IceRuby
make[2]: entrant dans le répertoire « /usr/src/Ice-3.4.1/rb/src/IceRuby »
c++ -c -I. -I..  -I../../../cpp/include -I/usr/include/ruby-1.9.0 -I/usr/include/ruby-1.9.0/x86_64-linux -m64 -Wall -D_REENTRANT -fPIC -g  Util.cpp
Util.cpp: In function ‘Ice::Long IceRuby::getLong(VALUE)’:
Util.cpp:161: error: ‘struct RBignum’ has no member named ‘digits’
make[2]: *** [Util.o] Erreur 1
make[2]: quittant le répertoire « /usr/src/Ice-3.4.1/rb/src/IceRuby »
make[1]: *** [all] Erreur 1
make[1]: quittant le répertoire « /usr/src/Ice-3.4.1/rb/src »
make: *** [all] Erreur 1

thanks for anyhelp

edit: work fine with ruby 1.8