[Pljava-dev] Errors building SO

From: alberto at unex(dot)es (Alberto Cabello Sánchez )
To:
Subject: [Pljava-dev] Errors building SO
Date: 2014-01-10 20:33:24
Message-ID: 20140110213324.f641c8d1c0ed60ccbd015f5f@unex.es
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pljava-dev

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>

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Hal Hildebrand 2014-01-10 20:57:37 [Pljava-dev] Errors building SO
Previous Message John D. West 2014-01-10 19:08:41 [Pljava-dev] Errors building SO