Re: buildfarm failure in XML code - Mailing list pgsql-hackers

From Tom Lane
Subject Re: buildfarm failure in XML code
Date
Msg-id 1129.1171646881@sss.pgh.pa.us
Whole thread Raw
In response to Re: buildfarm failure in XML code  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: buildfarm failure in XML code  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Am Freitag, 16. Februar 2007 16:09 schrieb Tom Lane:
>> This "fix" doesn't fix anything.

> Sure, it fixes the compilation failures.

Not here:

gcc -O1 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -fno-strict-aliasing -g -I../../../../src/include
-D_XOPEN_SOURCE_EXTENDED  -c -o xml.o xml.c
 
xml.c: In function `map_sql_type_to_xmlschema_type':
xml.c:2192: `INT64_MAX' undeclared (first use in this function)
xml.c:2192: (Each undeclared identifier is reported only once
xml.c:2192: for each function it appears in.)
xml.c:2192: `INT64_MIN' undeclared (first use in this function)
make[4]: *** [xml.o] Error 1

And this is in a build WITHOUT xml enabled --- why is this code being
compiled at all?  Kindly fix.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Mail getting through? Short varlena headers
Next
From: Gregory Stark
Date:
Subject: Re: Mail getting through? Short varlena headers