From: | Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Cc: | "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "'pgsql-odbc(at)postgresql(dot)org'" <pgsql-odbc(at)postgresql(dot)org> |
Subject: | Re: ODBC changes |
Date: | 2001-11-27 09:06:30 |
Message-ID: | 3C035796.D774C50A@tpf.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
Dave Page wrote:
>
> > -----Original Message-----
> > From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
> > Sent: 27 November 2001 08:45
> > To: Dave Page
> > Cc: 'Hiroshi Inoue'; pgsql-odbc(at)postgresql(dot)org
> > Subject: Re: [ODBC] ODBC changes
> >
> >
> > > I just tried to build this for distribution - any idea what I'm
> > > missing - presumably I need to add a reference to an MD5
> > library (if
> > > there is one in
> > > VC++)?
> >
> > This is bad. There should be an md5.c reference in whatever
> > build file you are using. If it isn't there, it is a bug.
>
> Sorry Bruce (& Hiroshi). I build the distributions using the VC++ IDE, not
> the makefile - I didn't notice the addition of md5.c.
>
> On that note, isn't the fact that md5.h is only included if MD5_ODBC is
> defined a bug seeing as md5.h is *where* it's defined? (if you see what I
> mean!). I got it to compile by defining MD5_ODBC in the project settings but
> that does add a couple of ugly warnings about macro redefinitions.
Please use win_md5.c(obj) instead of md5.c(obj).
It contains needed #define-s to compile md5.c
for psqlodbc.
regards,
Hiroshi Inoue
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2001-11-27 10:08:13 | psqlODBC 07.01.0009 Available for Download |
Previous Message | Dave Page | 2001-11-27 09:04:52 | Re: ODBC changes |