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

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема 6.5 cvs: problem with includes in src/interfaces/libpq++/
Дата
Msg-id Pine.GSO.3.96.SK.990515003049.24340D-100000@ra
обсуждение исходный текст
Ответ на postgresql bug report (fwd)  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: [HACKERS] 6.5 cvs: problem with includes in src/interfaces/libpq++/  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: postgresql bug report (fwd)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] postgresql bug report (fwd)