Problems using 3rd Party C++ STL Libraries with Pro* C++

From: <aroonr_at_my-deja.com>
Date: Thu, 12 Aug 1999 06:10:22 GMT
Message-ID: <7otog8$h5k$1_at_nnrp1.deja.com>



hi everyone,

we are using a 3rd party C++ library from Object Space and which supports STL conventions.

and when we include a file say

<ospace/std/string>

the proc*C precompiler is having trouble including the file.

The above file is located
in /opt/toolkit/ospace/std/

and that file has preprocessor directives to include a file
from /opt/toolkit/ospace/string/string.h.

we are using a Custom Makefile, in which we have used the INCLUDE option for the Precompiler to specify
INCLUDE=/opt/toolkit/ospace

it normally work well with just C++ compilers, but with the precompiler the files are not included the following error
occurs

[Quoted] #include <ospace/std/istream>

.........1
PCC-S-02015, unable to open include file Error at line 23, column 10 in
file /opt/toolkit/ospace/stream/strbuf.h
[Quoted] #include <ospace/std/ostream>

.........1
PCC-S-02015, unable to open include file

the file exists and access rights are there.

can anyone let me know what i should be doing.

thanks in advance.

Aroon Ramadoss

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Thu Aug 12 1999 - 08:10:22 CEST

Original text of this message