HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- use_facet and ctype<char> error on aCC
Operating System - Linux
1829033
Members
2518
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 02:01 AM
10-31-2003 02:01 AM
use_facet and ctype<char> error on aCC
Hi ...
I am trying to compile a piece of code on HP-UX 11.00 using aCC 3.27 compiler WITHOUT the -AA option. I get errors related to the definitions of use_facet and ctype. I checked the /opt/aCC/include directory (which is used when -AA option is turned off ) and there are no definitions for use_facet and ctype.
Is there any workaround for this problem ? Can someone tell me what to do ?
This is the line I am trying to compile :
const ctype& ct= std::use_facet< ctype>(locale());
And these are the errors I get :
Error (future) 600: # Type specifier is omitted; "int" is no longer assumed.
const ctype& ct= std::use_facet< ctype >(locale());
Error 24: # ';' expected instead of '<'.
const ctype& ct= std::use_facet< ctype >(locale());
Error 204: # Uninitialized const variable "const int ctype".
const ctype& ct= std::use_facet< ctype >(locale());
Error 19: # Unexpected '>'.
const ctype& ct= std::use_facet< ctype >(locale());
Error 24: # '' expected instead of 'ctype'.
const ctype& ct= std::use_facet< ctype >(locale());
Error 172: # Undeclared variable 'use_facet'.
const ctype& ct= std::use_facet< ctype >(locale());
Thanks in advance....
Ganesh
I am trying to compile a piece of code on HP-UX 11.00 using aCC 3.27 compiler WITHOUT the -AA option. I get errors related to the definitions of use_facet and ctype
Is there any workaround for this problem ? Can someone tell me what to do ?
This is the line I am trying to compile :
const ctype
And these are the errors I get :
Error (future) 600: # Type specifier is omitted; "int" is no longer assumed.
const ctype
Error 24: # ';' expected instead of '<'.
const ctype
Error 204: # Uninitialized const variable "const int ctype".
const ctype
Error 19: # Unexpected '>'.
const ctype
Error 24: # '
const ctype
Error 172: # Undeclared variable 'use_facet'.
const ctype
Thanks in advance....
Ganesh
- Tags:
- facets
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 09:23 PM
03-08-2006 09:23 PM
Re: use_facet and ctype<char> error on aCC
These templates are not part of the -AP support.
You may be able to purchase this from Roguewave or use STLport.
You may be able to purchase this from Roguewave or use STLport.
- Tags:
- -AP
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP