| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: plperl doesn't build in CVS tip? |
| Date: | 2003-05-15 23:42:14 |
| Message-ID: | 21836.1053042134@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I said:
> Is anyone else seeing the same? I'm confused because I'm quite sure
> it built there recently. I suspect one of the recent changes to our
> configure stuff broke it, but I don't see the connection offhand.
The answer is that it was broken by the recent change to c.h to include
pg_config_os.h later than it had been --- much too late, in fact. If
you want to muck with _GNU_SOURCE you have to set it before any system
headers are included.
I have reverted that change. If you need some Windows-specific stuff at
the later spot in the file, please add it without risking breaking
other ports.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joe Conway | 2003-05-16 04:26:09 | openssl and krb5 problems with cvs HEAD |
| Previous Message | Alvaro Herrera | 2003-05-15 23:39:55 | Re: [PATCHES] Static snapshot data |