> > OK, I just applied a patch to add the final fixes to Win32 libpq.
> > Please try the CVS or later snapshot to see how it works.  The patch
> > suggested adding
> >
> > #define snprintf _snprintf
> >
> > to win32.h and I have done that.  There was already one there for
> > vsnprintf.  I am quite confused about the elog() mention.  I don't see
> > where we added a call to elog() in the past day.  I only see two
> > mentions of elog in the code, both it dllist.c.  They don't use elog()
> > if you define FRONTEND.  Please do -DFRONTEND on the compile line.  I
> > think this will give you a good library binary.
> 
> I did it, but that brings other dependency problems (see below). I think
> it's better to properly fix the elog issue... :-)

Shouldn't we be defining FRONTEND in the win32.mak file?

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl

Reply via email to