From: ts Date: 2004-02-26T02:01:57+09:00 Subject: Re: Failure building PL/Ruby on MacOS X 10.3 >>>>> "G" == Gavin Kistner writes: G> which has array.h inside /src/include/utils/ and *not* G> /src/include/server/utils/ svg% cat pgsql/data/PG_VERSION 7.4 svg% svg% find pgsql -name array.h pgsql/include/server/utils/array.h svg% G> Dunno when this changed, but seems to be a minor broken part of the G> PL/Ruby install. svg% less plruby-0.3.8/README.en [...] For PostgreSQL 7.2 the source is not required if all headers was installed. Command (see INSTALL in the directory postgresql-7.2) make install-all-headers [...] svg% it's not my fault if `make install-all-headers' put the file in include/server/utils/ and not in include/utils/ Guy Decoux