Re: 7.0RC2 compile error !

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: frank <f(dot)callaghan(at)ieee(dot)org>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: 7.0RC2 compile error !
Date: 2000-05-05 03:55:52
Message-ID: 200005050355.XAA08134@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

> It would probably be a good idea to add another configure test to see
> whether class "string" is actually available, and disable building
> libpq++ if not. (We shouldn't simply kill libpq++ if the "include
> <string>" test fails, since older C++ installations may have class
> string in <string.h>. But if we can't find a header that defines class
> string at all, then libpq++ is definitely going to fall over.)
>
> Any objections if I sneak in such a configure test? Should be a
> low-risk change.
>
> regards, tom lane
>

I would like to see one other user with the problem first.

--
Bruce Momjian | http://www.op.net/~candle
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-05-05 04:02:24 Re: 7.0RC2 compile error !
Previous Message The Hermit Hacker 2000-05-05 03:50:16 Re: ``..Advice For New Immigrants...

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2000-05-05 04:02:24 Re: 7.0RC2 compile error !
Previous Message Bruce Momjian 2000-05-05 03:50:01 Re: RE: [HACKERS] Request for 7.0 JDBC status