compile error in CVS HEAD

Поиск
Список
Период
Сортировка
От Neil Conway
Тема compile error in CVS HEAD
Дата
Msg-id 87wuof72or.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответы Re: compile error in CVS HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: PL/Perl and Perl 5.8
Следующее
От: Tom Lane
Дата:
Сообщение: Re: compile error in CVS HEAD