From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Cc: | "'pgsql-odbc(at)postgresql(dot)org'" <pgsql-odbc(at)postgresql(dot)org>, "'Hiroshi Inoue'" <Inoue(at)tpf(dot)co(dot)jp> |
Subject: | Re: ODBC changes |
Date: | 2001-11-27 17:46:55 |
Message-ID: | 200111271746.fARHktO26975@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
> > 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.
I believe you are commenting about this in md5.h:
#ifdef WIN32
#define MD5_ODBC
#define FRONTEND
#endif
Yes, not sure this makes sense anymore because Hiroshi added win_md5.c
which defines those and then includes md5.c. Hiroshi, should this part
be removed?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Inoue | 2001-11-27 23:46:56 | Re: ODBC changes |
Previous Message | Dave Page | 2001-11-27 10:08:13 | psqlODBC 07.01.0009 Available for Download |