| From: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
|---|---|
| To: | "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
| Cc: | Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, pgsql-odbc(at)postgresql(dot)org |
| Subject: | RE: ODBC changes |
| Date: | 2001-05-02 14:32:13 |
| Message-ID: | 8568FC767B4AD311AC33006097BCD3D61A2B1E@woody.vale-housing.co.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-odbc |
> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Sent: 02 May 2001 15:26
> To: Dave Page
> Cc: Hiroshi Inoue; pgsql-odbc(at)postgresql(dot)org
> Subject: Re: [ODBC] ODBC changes
>
>
> Dave Page <dpage(at)vale-housing(dot)co(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ing. Ivo Schwarzer | 2001-05-03 08:34:43 | Max size of a TEXT field |
| Previous Message | Tom Lane | 2001-05-02 14:25:37 | Re: ODBC changes |