From: alberto at unex.es (Alberto Cabello =?UTF-8?B?U8OhbmNoZXo=?=) Date: Fri, 10 Jan 2014 19:21:21 +0100 Subject: [Pljava-dev] Errors building SO In-Reply-To: <49D2416F-1812-4858-9934-0131C8139169@me.com> References: <53D88E97-0A59-44A5-A477-208F800176C8@me.com> <49D2416F-1812-4858-9934-0131C8139169@me.com> Message-ID: <20140110192121.7f382e085a755dac95a7fef8@unex.es> On Fri, 10 Jan 2014 09:04:02 -0800 Hal Hildebrand wrote: > [ERROR] /usr/include/postgresql/9.2/server/catalog/pg_attribute.h:57:2: > error: unknown type name ?int4? > [ERROR] /usr/include/postgresql/9.2/server/catalog/pg_attribute.h:63:2: > error: unknown type name ?int2? ... > [ERROR] > [ERROR] /usr/include/postgresql/9.2/server/catalog/pg_attribute.h:101:2: > error: unknown type name ?int4? I'll try to reproduce your problem, but let me ask a couple of questions: As changes in Postgresql 9.3 include "Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut)". http://www.postgresql.org/docs/9.3/static/release-9-3.html Maybe you have some 9.3 header files anywhere in your system? Did you ever installed 9.3 in that computer? -- Alberto Cabello S?nchez