cannot compile CVS HEAD

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: cannot compile CVS HEAD
Date: 2009-12-02 09:12:32
Message-ID: 162867790912020112p64f0d758h21430dc5da3674f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

I have a problem with compilation:

make[4]: Entering directory `/home/pavel/src/pgsql/src/backend/utils/adt'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
-fwrapv -I../../../../src/include -D_GNU_SOURCE -c -o int.o int.c
int.c: In function ‘int4xor’:
int.c:1209: error: ‘arg2’ undeclared (first use in this function)
int.c:1209: error: (Each undeclared identifier is reported only once
int.c:1209: error: for each function it appears in.)
int.c:1207: warning: unused variable ‘arg20’
make[4]: *** [int.o] Error 1

regards
Pavel Stehule

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tsutomu Yamada 2009-12-02 09:39:01 Re: [PATCH] Windows x64
Previous Message Dave Page 2009-12-02 08:34:25 Re: Application name patch - v4