Re: [HACKERS] 6.5 cvs: problem with includes in src/interfaces/libpq++/ - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] 6.5 cvs: problem with includes in src/interfaces/libpq++/
Date
Msg-id 16288.926719191@sss.pgh.pa.us
Whole thread Raw
In response to 6.5 cvs: problem with includes in src/interfaces/libpq++/  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: [HACKERS] 6.5 cvs: problem with includes in src/interfaces/libpq++/
List pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
> To compile postgres using gcc 2.7.2.1 I had to modify 2 files
>  src/interfaces/libpq++/pgconnection.cc
>  src/interfaces/libpq++/pgenv.h
> Particularly, 
> #include <iostream> to #include <iostream.h>
> #include <strstream> to #include <strstream.h>

I am seeing the same thing here with gcc 2.7.2.2.  We need to adopt
a considered policy about whether libpq++ will still support gcc 2.7.*,
not just break it without thinking.

I'd vote for still supporting 2.7.*, but I know that the C++ library
shipped with this gcc release is not real up-to-date.  It may not be
practical to support both latest-C++-spec compilers and the older
generation; I'm not sure what the issues are.

If the conclusion is "no", then the configure script ought to be
changed to not try to build libpq++ unless up-to-date libraries
are available.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] rules regression test
Next
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] postgresql bug report (fwd)