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-10 21:30:15 |
Message-ID: | 3F5F97E7.5010705@pse-consulting.de |
Views: | Whole Thread | Raw Message | 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?
Hi Adam,
if I do that, the private includes are not found.
Regards,
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Saito | 2003-09-11 06:46:31 | Re: dlgOperator_patch |
Previous Message | Adam H. Pendleton | 2003-09-10 20:49:21 | Re: autoconf compiling *.c |