6.5 cvs: problem with includes in src/interfaces/libpq++/

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To:
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: 6.5 cvs: problem with includes in src/interfaces/libpq++/
Date: 1999-05-14 20:37:26
Message-ID: Pine.GSO.3.96.SK.990515003049.24340D-100000@ra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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>
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(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-05-14 21:46:23 Re: [HACKERS] postgresql bug report (fwd)
Previous Message The Hermit Hacker 1999-05-14 19:49:44 postgresql bug report (fwd)