Re: [HACKERS] Cannot compile Pg 9.0.2 with MinGW under Windows

2010-12-24 Thread Pavel Golub
Thanks, Andrew. I'll check my environment one more time. You wrote: AD> On 12/23/2010 07:11 AM, Pavel Golub wrote: >> Hello, Pgsql-bugs. >> >> Tried to use MinGw under windows to build client libraries at least. >> However failed on "./configure --withou-zlib" stage. >> >> Please find attached

Re: [HACKERS] Cannot compile Pg 9.0.2 with MinGW under Windows

2010-12-23 Thread Andrew Dunstan
On 12/23/2010 07:11 AM, Pavel Golub wrote: Hello, Pgsql-bugs. Tried to use MinGw under windows to build client libraries at least. However failed on "./configure --withou-zlib" stage. Please find attached log file, stdout and stderr outputs. The main problem here I suppose is "configure: WAR

Re: [HACKERS] cannot compile CVS HEAD

2009-12-02 Thread Pavel Stehule
2009/12/2 Heikki Linnakangas : > Pavel Stehule wrote: >> 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 >> -

Re: [HACKERS] cannot compile CVS HEAD

2009-12-02 Thread Heikki Linnakangas
Pavel Stehule wrote: > 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_GN

[HACKERS] cannot compile CVS HEAD

2009-12-02 Thread Pavel Stehule
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

Re: [HACKERS] Cannot compile

2000-09-18 Thread Karl F. Larsen
When you use 'make distclean' make is under control of the Makefile and does exactly what the code writer wants, which usually is to rm all .o files. On Mon, 18 Sep 2000, Michael Meskes wrote: > On Sun, Sep 17, 2000 at 12:29:16PM +0200, Peter Eisentraut wrote: > > It might be that `mak

Re: [HACKERS] Cannot compile

2000-09-18 Thread Michael Meskes
On Sun, Sep 17, 2000 at 12:29:16PM +0200, Peter Eisentraut wrote: > It might be that `make depend' is broken in one way or another. What you > want to do is rm `find . -name depend` and then ./configure > --enable-depend. Or you could try to rerun make depend then. I have a > feeling what is causi

Re: [HACKERS] Cannot compile

2000-09-18 Thread Michael Meskes
On Fri, Sep 15, 2000 at 10:24:30AM -0400, Tom Lane wrote: > I'd suggest a full "make distclean" and reconfigure. Looks like you I did. And I did it more than just once but to no avail. Michael -- Michael Meskes [EMAIL PROTECTED] Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

Re: [HACKERS] Cannot compile

2000-09-17 Thread Peter Eisentraut
It might be that `make depend' is broken in one way or another. What you want to do is rm `find . -name depend` and then ./configure --enable-depend. Or you could try to rerun make depend then. I have a feeling what is causing this but it's too weird to explain but I'll try to look at it. ;-) Mic

Re: [HACKERS] Cannot compile

2000-09-15 Thread Tom Lane
Michael Meskes <[EMAIL PROTECTED]> writes: > What's going on? I'd suggest a full "make distclean" and reconfigure. Looks like you missed some build steps, which is maybe not too surprising considering that Peter has extensively revised the Makefile tree. regards, tom lan

[HACKERS] Cannot compile

2000-09-15 Thread Michael Meskes
I just did a cvsup to get up-to-date again after I hadn't found time to work on ecpg for some months and found out that I cannot even compile anymore: make[3]: Entering directory /home/postgres/pgsql/src/backend/parser' gcc -MM -I../../../src/include -O2 -Wall -Wmissing-prototypes -Wmissing-decl