Port Bug Report: IRIX libpq++ namespace problem

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: IRIX libpq++ namespace problem
Date: 1999-01-12 16:27:20
Message-ID: 199901121627.LAA03242@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Tobias Richter
Your email address : Tobias(dot)Richter(at)ipk(dot)fhg(dot)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:
---------

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

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-01-12 21:44:29 Port Bug Report: Backend crashes when comparisons are made to NULL values with certain types
Previous Message Chris Williams 1999-01-12 13:33:53 Postgres 6.4.2 on Solaris 7 (2.7)