From: alberto at unex.es (Alberto Cabello =?UTF-8?B?U8OhbmNoZXo=?=) Date: Fri, 10 Jan 2014 21:33:24 +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: <20140110213324.f641c8d1c0ed60ccbd015f5f@unex.es> That's very strange indeed: > [INFO] Compiling 51 native files > [ERROR] In file included from /usr/include/postgresql/9.2/server/access/tupdesc.h:18:0, > [ERROR] from /usr/include/postgresql/9.2/server/access/htup.h:17, > [ERROR] from /usr/include/postgresql/9.2/server/utils/snapshot.h:16, > [ERROR] from /usr/include/postgresql/9.2/server/utils/acl.h:29, > [ERROR] from /home/pljava/git/pljava/pljava-so/src/main/c/type/AclId.c:11: > [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? This shouldn't happen. On my system, I just saw AclId.c contains #include which, in turns, has #include "c.h" And actually, I can read in the c.h file: " c.h Fundamental C definitions. This is included by every .c file in PostgreSQL (via either postgres.h or postgres_fe.h, as appropriate)." Everything seems OK to me. Is a way we could see the exact compiler command being executed? -- Alberto Cabello S?nchez