Hello,
I've run into a problem compiling Ruby/Informix 0.7.1 on Ubuntu 8.04, against CSDK 3.00UC3DE and Ruby 1.8.7-p72.
What happens is that informixc.c defines rb_cArray, which is already defined in ruby.h. This breaks the build. Moving rb_cArray temporarily out of the way in ruby.h seems to solve the issue.
|