Thread: Port Bug Report: IRIX libpq++ namespace problem
============================================================================ 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: --------- --------------------------------------------------------------------------