#include <string> ?? (fwd)

From: A James Lewis <james(at)vrtx(dot)net>
To: hackers(at)postgreSQL(dot)org
Subject: #include <string> ?? (fwd)
Date: 1998-11-10 22:17:23
Message-ID: Pine.LNX.3.93.981110221447.17908G-100000@vr1-workhorse1.vrtx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


My fault,

On solaris there is no libg++ included in the GCC packages... I had to
include the /opt package directory manually.......

James (james(at)linuxrocks(dot)co(dot)uk)
Vortex Internet
My Windows unders~1 long filena~1, and yours?

---------- Forwarded message ----------
Date: Tue, 10 Nov 1998 22:06:54 +0000 (GMT)
From: A James Lewis <james(at)vrtx(dot)net>
To: hackers(at)postgreSQL(dot)org
Subject: #include <string> ??

I am by no means a programmer, but exactly what is this referring to... I
get ...

In file included from pgenv.cc:23:
pgenv.h:21: string: No such file or directory

Which seems fair enough... but I cant figure out what it's supposed to
say.... it compiles on my Linux box too... which I don't really get...
unless it's not reading this file....

/*-------------------------------------------------------------------------
*
* pgenv.h
*
*
* DESCRIPTION
* Postgres Environment Class: manages and stores all the
required
* connection variables.
*
* NOTES
* Currently under construction.
*
* Copyright (c) 1994, Regents of the University of California
*

*-------------------------------------------------------------------------
*/

#ifndef PGENV_H
#define PGENV_H

#include <string>

James (james(at)linuxrocks(dot)co(dot)uk)
Vortex Internet
My Windows unders~1 long filena~1, and yours?

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Robinson 1998-11-11 05:33:52 CORBA interface in backend?
Previous Message A James Lewis 1998-11-10 22:06:54 #include <string> ??