Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Gerardo Santana Gómez Garrido
RE: Compilation issue for 0.7.1 (CSDK3+ruby1. [ reply ]  
2008-10-29 04:35
Hello Javier,

certainly, my bad. I've delayed the release for too long. I'll do it this week.

You can remove the line that redefines rb_cArray in informixc.ec

By: Javier Fernandez-Ivern
Compilation issue for 0.7.1 (CSDK3+ruby1.8.7) [ reply ]  
2008-10-28 17:47
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.