Re: [HACKERS] Compilation failed

2011-02-04 Thread Robert Haas
On Fri, Feb 4, 2011 at 8:07 AM, Fujii Masao wrote: > On Fri, Feb 4, 2011 at 9:07 PM, Robert Haas wrote: >> On Fri, Feb 4, 2011 at 6:39 AM, Fujii Masao wrote: >>> When I ran "make" before "make install", both successfully >>> finished. So I guess that the "make install" rule in Makefile might >>>

Re: [HACKERS] Compilation failed

2011-02-04 Thread Fujii Masao
On Fri, Feb 4, 2011 at 9:07 PM, Robert Haas wrote: > On Fri, Feb 4, 2011 at 6:39 AM, Fujii Masao wrote: >> When I ran "make" before "make install", both successfully >> finished. So I guess that the "make install" rule in Makefile might >> be corrupted. > > Ah - that's the key.  Not corrupted, bu

Re: [HACKERS] Compilation failed

2011-02-04 Thread Robert Haas
On Fri, Feb 4, 2011 at 6:39 AM, Fujii Masao wrote: > When I ran "make" before "make install", both successfully > finished. So I guess that the "make install" rule in Makefile might > be corrupted. Ah - that's the key. Not corrupted, but missing a dependency. Try it now... -- Robert Haas Ente

Re: [HACKERS] Compilation failed

2011-02-04 Thread Magnus Hagander
On Fri, Feb 4, 2011 at 06:19, Robert Haas wrote: > On Fri, Feb 4, 2011 at 12:11 AM, Robert Haas wrote: >> On Thu, Feb 3, 2011 at 11:42 PM, Robert Haas wrote: >>> On Thu, Feb 3, 2011 at 11:02 PM, Fujii Masao wrote: Hi, When I run "git pull" from the git master and "make", I encoun

Re: [HACKERS] Compilation failed

2011-02-03 Thread Robert Haas
On Fri, Feb 4, 2011 at 12:11 AM, Robert Haas wrote: > On Thu, Feb 3, 2011 at 11:42 PM, Robert Haas wrote: >> On Thu, Feb 3, 2011 at 11:02 PM, Fujii Masao wrote: >>> Hi, >>> >>> When I run "git pull" from the git master and "make", I encountered >>> the following compilation error. >>> >>> gcc -W

Re: [HACKERS] Compilation failed

2011-02-03 Thread Robert Haas
On Thu, Feb 3, 2011 at 11:42 PM, Robert Haas wrote: > On Thu, Feb 3, 2011 at 11:02 PM, Fujii Masao wrote: >> Hi, >> >> When I run "git pull" from the git master and "make", I encountered >> the following compilation error. >> >> gcc -Wall -Wmissing-prototypes -Wpointer-arith >> -Wdeclaration-afte

Re: [HACKERS] Compilation failed

2011-02-03 Thread Robert Haas
On Thu, Feb 3, 2011 at 11:02 PM, Fujii Masao wrote: > Hi, > > When I run "git pull" from the git master and "make", I encountered > the following compilation error. > > gcc -Wall -Wmissing-prototypes -Wpointer-arith > -Wdeclaration-after-statement -Wendif-labels -Wformat-security > -fno-strict-ali

[HACKERS] Compilation failed

2011-02-03 Thread Fujii Masao
Hi, When I run "git pull" from the git master and "make", I encountered the following compilation error. gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -g -I../../src/port -I../../src/include -D_GNU_SOUR

Re: [HACKERS] Compilation failed when --with-recode specified (patch)

2002-06-02 Thread Bruce Momjian
Glad you are testing recode because I changed its token handling to use the new unified token code used by pg_hba.conf and pg_ident.conf. --- Oliver Elphick wrote: -- Start of PGP signed section. > Using this configuration:

Re: [HACKERS] Compilation failed when --with-recode specified (patch)

2002-05-03 Thread Tom Lane
Oliver Elphick <[EMAIL PROTECTED]> writes: > current cvs would not compile. I found it necessary to make the > following corrections: A little software rot setting in there :-(. My compiler complained about even more stuff than yours did. Patch applied. regards, tom la

[HACKERS] Compilation failed when --with-recode specified (patch)

2002-05-03 Thread Oliver Elphick
Using this configuration: ./configure --enable-locale --enable-recode --enable-multibyte --enable-nls --with-pgport=9631 --with-CXX --with-perl --with-python --with-tcl --enable-odbc--with-unixodbc --with-openssl --with-pam --enable-syslog --enable-debug --enable-cassert --enable-depend --with-t