#include ?? (fwd)

Поиск
Список
Период
Сортировка
От A James Lewis
Тема #include ?? (fwd)
Дата
Msg-id Pine.LNX.3.93.981110221447.17908G-100000@vr1-workhorse1.vrtx.net
обсуждение исходный текст
Список 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@linuxrocks.co.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@vrtx.net>
To: hackers@postgreSQL.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,
Regentsof the University of California*
 

*-------------------------------------------------------------------------*/
#ifndef PGENV_H
#define PGENV_H

#include <string>



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




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

Предыдущее
От: A James Lewis
Дата:
Сообщение: #include ??
Следующее
От: Michael Robinson
Дата:
Сообщение: CORBA interface in backend?