Re: [HACKERS] CVS can't be built on mingw

2008-11-16 Thread Jaime Casanova
On Sun, Nov 16, 2008 at 9:52 AM, Andrew Dunstan <[EMAIL PROTECTED]> wrote: > > If there is a ^M in that file then your cvs program probably put it there. > It is not present in my copy on mingw. Which cvs program are you using? > > (EOL in text files on Windows is ^M^J in fact, not ^M alone.) > ok

Re: [HACKERS] CVS can't be built on mingw

2008-11-16 Thread Tom Lane
"Jaime Casanova" <[EMAIL PROTECTED]> writes: > IIRC, ^M is the EOL character on windows. latest cvs failed to compile > in my mingw env because src/backend/utils/Gen_dummy_probes.sed had > that character, i had to manually remove it to continue. There's no such character in my copy. > Besides, ht

Re: [HACKERS] CVS can't be built on mingw

2008-11-16 Thread Andrew Dunstan
Jaime Casanova wrote: Hi, IIRC, ^M is the EOL character on windows. latest cvs failed to compile in my mingw env because src/backend/utils/Gen_dummy_probes.sed had that character, i had to manually remove it to continue. Besides, http://archives.postgresql.org/pgsql-committers/2008-11/msg0017

[HACKERS] CVS can't be built on mingw

2008-11-15 Thread Jaime Casanova
Hi, IIRC, ^M is the EOL character on windows. latest cvs failed to compile in my mingw env because src/backend/utils/Gen_dummy_probes.sed had that character, i had to manually remove it to continue. Besides, http://archives.postgresql.org/pgsql-committers/2008-11/msg00175.php added the need of ha