Re: Building application using Ospace STL
From: Marty Freitas (marty_at_convex.hp.com)
Date: 09/29/05
- Next message: Marty Freitas: "Re: Getting password expiration date"
- Previous message: Marty Freitas: "Re: availability of "typeof" keyword"
- In reply to: sathyanarayana.singh_at_gmail.com: "Building application using Ospace STL"
- Next in thread: sathyanarayana.singh_at_gmail.com: "Re: Building application using Ospace STL"
- Reply: sathyanarayana.singh_at_gmail.com: "Re: Building application using Ospace STL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Sep 2005 00:00:24 -0600
Sathya wrote:
: I am trying to build an huge C++ application using the ospace STL
: on HP Itanium.
What version of aC++ are you using?
: I am using the following flags in the
: -DOS_HPUX_11_00 -DOS_NEW_CHECK -DOS_STL_ASSERT -DOS_NO_WSTRING
: -DOS_NO_ALLOCATORS -DOS_ALTERNATIVE_NAMES -DOS_OSPACE_STD_NAMESPACE
The IPF default has -Aa. But you could add -AA to that list.
: But now I am getting the following errors.
: Error 711: "/home/ospace/HP-UX/ospace/stl/vector.cc", line 25 # There is no
: matching declaration for 'os_vector' in namespace "namespace os_std".
: os_std::os_vector OS_ALLOCATE_ARG_2( T, Allocator ) ::reserve
: ^^^^^^^^^
: Does anyone have an idea as to how to resolve this?
: -Sathya
I'm not sure of it is a macro problem but you may want to compile with:
-E -.i
Then look at those lines. And make sure os_vector is defined in os_std,
before this line.
And compile that .i file and see what errors you get after macros are
expanded.
- Next message: Marty Freitas: "Re: Getting password expiration date"
- Previous message: Marty Freitas: "Re: availability of "typeof" keyword"
- In reply to: sathyanarayana.singh_at_gmail.com: "Building application using Ospace STL"
- Next in thread: sathyanarayana.singh_at_gmail.com: "Re: Building application using Ospace STL"
- Reply: sathyanarayana.singh_at_gmail.com: "Re: Building application using Ospace STL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|