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

From Oleg Bartunov
Subject 6.5 cvs: problem with includes in src/interfaces/libpq++/
Date
Msg-id Pine.GSO.3.96.SK.990515003049.24340D-100000@ra
Whole thread Raw
In response to postgresql bug report (fwd)  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: [HACKERS] 6.5 cvs: problem with includes in src/interfaces/libpq++/  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
To compile postgres using gcc 2.7.2.1 I had to modify 2 files
src/interfaces/libpq++/pgconnection.ccsrc/interfaces/libpq++/pgenv.h

Particularly, 
#include <iostream> to #include <iostream.h>
in src/interfaces/libpq++/pgenv.h
and
#include <strstream> to #include <strstream.h>

There are no problem with egcs 1.12 release
Could somebody made changes in cvs sources. 
Oleg

_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83



pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: postgresql bug report (fwd)
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] postgresql bug report (fwd)