Port Bug Report: IRIX libpq++ namespace problem

Поиск
Список
Период
Сортировка
От Unprivileged user
Тема Port Bug Report: IRIX libpq++ namespace problem
Дата
Msg-id 199901121627.LAA03242@hub.org
обсуждение исходный текст
Список pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name        : Tobias Richter
Your email address    : Tobias.Richter@ipk.fhg.de

Category        : install: compile
Severity        : non-critical

Summary: IRIX libpq++ namespace problem

System Configuration
--------------------
  Operating System   : IRIX 6.5.2m

  PostgreSQL version : 6.4.2

  Compiler used      : native MIPSpro Compilers: Version 7.2.1.2m


Hardware:
---------


Versions of other tools:
------------------------


--------------------------------------------------------------------------

Problem Description:
--------------------
in src/interfaces/libpq++
the statement

#ifdef __sun__
#ifndef __GNUC__
using namespace std;
#endif
#endif

should not only apply to sun but also to SGI systems.
'string' is not found which the default.

--------------------------------------------------------------------------

Test Case:
----------
cd src/interfaces/libpq++; gmake

--------------------------------------------------------------------------

Solution:
---------


--------------------------------------------------------------------------


В списке pgsql-ports по дате отправления:

Предыдущее
От: "Chris Williams"
Дата:
Сообщение: Postgres 6.4.2 on Solaris 7 (2.7)
Следующее
От: Unprivileged user
Дата:
Сообщение: Port Bug Report: Backend crashes when comparisons are made to NULL values with certain types