RE: ODBC changes - Mailing list pgsql-odbc

From Dave Page
Subject RE: ODBC changes
Date
Msg-id 8568FC767B4AD311AC33006097BCD3D61A2B1E@woody.vale-housing.co.uk
Whole thread Raw
In response to ODBC changes  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List pgsql-odbc

> -----Original Message-----
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> Sent: 02 May 2001 15:26
> To: Dave Page
> Cc: Hiroshi Inoue; pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] ODBC changes
>
>
> Dave Page <dpage@vale-housing.co.uk> writes:
> > I did an update to my copy of the source (using WinCVS),
> attempted nmake /f
> > win32.mak to build the ODBC driver and got an error.
> Editting win32.mak
> > using vi under cygwin showed a ^M (LF i believe) at the end
> of every line.
> > Using Programmers File Editor (a very good windows editor)
> shows a blank
> > line between every line. Removing the ^M's cured the
> problem. I did also get
> > a fresh copy from CVS to ensure that it wasn't just my copy that was
> > affected.
>
> After further investigation it seems that win32.mak did
> originally have
> Unix-style newlines (\n), and they were all changed to DOS
> style (\r\n)
> in the last commit.  I have changed them back, on the assumption that
> this conversion was unintentional.

Thanks Tom - it was probably my fault in the first place :-(

Regards, Dave.

pgsql-odbc by date:

Previous
From: Dave Page
Date:
Subject: RE: ODBC changes
Next
From: Dave Page
Date:
Subject: PsqlODBC 07.01.0005 Available for Download