From: Perry Smith Date: 2012-07-25T23:09:31+09:00 Subject: [ruby-core:46767] Re: [ruby-trunk - Bug #6791][Open] ext/js on/generator/generator.c fails to compile on nightly build (AIX 6.1) On Jul 25, 2012, at 2:23 AM, Yutaka Kanemoto wrote: > Hi Perry, > > Does this resolve this issue in your env? > > diff --git a/ext/json/fbuffer/fbuffer.h b/ext/json/fbuffer/fbuffer.h > index f7c2b03..0c53296 100644 > --- a/ext/json/fbuffer/fbuffer.h > +++ b/ext/json/fbuffer/fbuffer.h > @@ -2,8 +2,8 @@ > #ifndef _FBUFFER_H_ > #define _FBUFFER_H_ > > -#include > #include "ruby.h" > +#include > > #ifdef HAVE_RUBY_ENCODING_H > #include "ruby/encoding.h" > Yes it does. Thank you. I also see your other email and I'll reply to that as well. I plan to do a build on AIX using the nightly build perhaps once a week to try and correct any build issues early. I need to use something in production and I plan to use 1.9.3 p194 right now. I'm open to suggestions on these matters. Thank you again, Perry