Re: autoconf compiling *.c

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: autoconf compiling *.c
Date: 2003-09-11 10:24:07
Message-ID: 3F604D47.7070004@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Adam H. Pendleton wrote:

> Andreas Pflug wrote:
>
>> Hi Adam,
>>
>> for support of keyword checking, we need to include keywords.c. I
>> added this to makefile.am, but the compile flags will lacke the
>> including of the main include dir (../src/include in my build). While
>> we have agreed not to activate this for the 1.0 release, we'll need
>> this quite soon. Please have a look where to add the options so we
>> can compile *.c successfully.
>>
>> Regards,
>> Andreas
>>
>>
>>
> I'm not sure I quite understand; what happens when you add
> db/keywords.c to Makefile.am, run bootstrap, re-run configure, and
> re-compile?
>
Adam,

there's a new patch for acinclude.m4 statinc "search for PostgreSQL
includes in /usr/include and usr/include/pgsql" is this supposed to fix
this topic?
It doesn't; try adding db/keywords.c to Makefile.am yourself. The files
that keywords.c is missing are *not* to be used from a PostgreSQL
installation, but should be found in our pgAdmin include directory. Some
of the files needed are indeed original PostgreSQL backend files, and
some are new pgAdmin versions.

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message aricoy 2003-09-11 10:39:30 Galego translation
Previous Message aricoy 2003-09-11 10:16:31 Galego translator