From: | hal(dot)hildebrand at me(dot)com (Hal Hildebrand) |
---|---|
To: | |
Subject: | [Pljava-dev] Errors building SO |
Date: | 2014-01-10 20:57:37 |
Message-ID: | 398EF45C-1741-41DB-8B02-DCD629A38A10@me.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pljava-dev |
I'll rerun with -X and see what I can reveal.
> On Jan 10, 2014, at 12:33 PM, Alberto Cabello S?nchez <alberto at unex.es> wrote:
>
> 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 <postgres.h>
>
> 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
> <alberto at unex.es>
From | Date | Subject | |
---|---|---|---|
Next Message | Hal Hildebrand | 2014-01-12 01:37:10 | [Pljava-dev] Errors building SO |
Previous Message | Alberto Cabello Sánchez | 2014-01-10 20:33:24 | [Pljava-dev] Errors building SO |