Sigh, build is broken again

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Sigh, build is broken again
Date: 1998-10-27 22:50:42
Message-ID: 13301.909528642@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Someone checked in code that assumes vsnprintf() exists.

Should be cool, we have an emulation right? Well, no.
configure sets up to build port/snprintf.c if snprintf()
doesn't exist. HPUX, for one, has that but not vsnprintf.

I guess the right fix is for configure to check for *both*
snprintf and vsnprintf --- anyone see a problem with that?

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-10-27 23:03:38 Re: [HACKERS] configure and cpp detection
Previous Message Taral 1998-10-27 22:46:53 RE: [HACKERS] Configure problem, redux (was Re: TCL installation troubles)