compile error in CVS HEAD - Mailing list pgsql-hackers

From Neil Conway
Subject compile error in CVS HEAD
Date
Msg-id 87wuof72or.fsf@mailbox.samurai.com
Whole thread Raw
Responses Re: compile error in CVS HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I see the following error with the current CVS code:

make[3]: Entering directory `/home/nconway/pgsql/src/backend/commands'
[ ... ]
gcc -O2 -DLINUX_PROFILE -g -pg -Wall -Wmissing-prototypes -Wmissing-declarations

-I../../../src/include  -c -o copy.o copy.c
 
copy.c: In function `DoCopy':
copy.c:425: `errno' undeclared (first use in this function)
copy.c:425: (Each undeclared identifier is reported only once
copy.c:425: for each function it appears in.)
make[3]: *** [copy.o] Error 1

Cheers,

Neil

-- 
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC



pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: PL/Perl and Perl 5.8
Next
From: Tom Lane
Date:
Subject: Re: compile error in CVS HEAD