Re: [HACKERS] ecpg tests make failed on Win32/MinGW

2006-08-15 Thread Michael Meskes
On Sat, Aug 12, 2006 at 12:11:21AM +0800, William ZHANG wrote: I have found the cause. ... Thanks a lot for your effort. In a few minutes I will commit a change that fixed this in my tests (don't worry about the timestamp of this email, I'm writing while sitting in a train). All it does is

Re: [HACKERS] ecpg tests make failed on Win32/MinGW

2006-08-15 Thread William ZHANG
Michael Meskes [EMAIL PROTECTED] On Sat, Aug 12, 2006 at 12:11:21AM +0800, William ZHANG wrote: I have found the cause. ... Thanks a lot for your effort. You are welcome. In a few minutes I will commit a change that fixed this in my tests (don't worry about the timestamp of this

Re: [HACKERS] ecpg tests make failed on Win32/MinGW

2006-08-11 Thread William ZHANG
I have found the cause. The source file func.pgc is in DOS format, using CRLF(\r\n, or 0x0D0A) as the newline character(s). That's why I got the output: $ make func.o gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after- statement -Wendif-labels -fno-strict-aliasing -g

[HACKERS] ecpg tests make failed on Win32/MinGW

2006-08-10 Thread William ZHANG
I tested it on the CVS head source. C:\ ver Microsoft Windows XP [Version 5.1.2600] $ uname -a MINGW32_NT-5.1 BEAR 1.0.11(0.46/3/2) 2004-04-30 18:55 i686 unknown $ pwd /home/uniware/pgsql/src/interfaces/ecpg/test/sql $ make gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline

Re: [HACKERS] ecpg tests make failed on Win32/MinGW

2006-08-10 Thread Andrew Dunstan
Something must be odd in your environment - we have several Windows buildfarm members running through on CVS HEAD quite happily. cheers andrew William ZHANG wrote: I tested it on the CVS head source. C:\ ver Microsoft Windows XP [Version 5.1.2600] $ uname -a MINGW32_NT-5.1 BEAR