Port Bug Report: IRIX libpq++ namespace problem - Mailing list pgsql-ports

From Unprivileged user
Subject Port Bug Report: IRIX libpq++ namespace problem
Date
Msg-id 199901121627.LAA03242@hub.org
Whole thread Raw
List 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 by date:

Previous
From: "Chris Williams"
Date:
Subject: Postgres 6.4.2 on Solaris 7 (2.7)
Next
From: Unprivileged user
Date:
Subject: Port Bug Report: Backend crashes when comparisons are made to NULL values with certain types