HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Compilation Error While migrating from HP CC t...
Operating System - Linux
1828171
Members
2659
Online
109975
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
11-15-2002 05:47 AM
11-15-2002 05:47 AM
Compilation Error While migrating from HP CC to aCC compiler...
Hi ,
I am facing a problem when I am compling my existing code , previously compiled with HP cfront compiler, with the aCC compiler.I am getting the warning
Warning (anachronism) 823: preprocessing concatenation operation results in two valid preprocessing tokens. Depending on this implementation defined behavior will result in non-portable code.
#define RPCServer(s,v,m) &##s##_v##v##_##m##_s_ifspec
Could you pl let me know the option used for concatenation in aCC..
Thanks
Preethi
I am facing a problem when I am compling my existing code , previously compiled with HP cfront compiler, with the aCC compiler.I am getting the warning
Warning (anachronism) 823: preprocessing concatenation operation results in two valid preprocessing tokens. Depending on this implementation defined behavior will result in non-portable code.
#define RPCServer(s,v,m) &##s##_v##v##_##m##_s_ifspec
Could you pl let me know the option used for concatenation in aCC..
Thanks
Preethi
- Tags:
- cfront
- concatenation
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 09:41 PM
03-08-2006 09:41 PM
Re: Compilation Error While migrating from HP CC to aCC compiler...
Warning 823 is trying to tell you that you can't use ## to concatenate strings that will not create a single pp token. For example you can't use it on:
abc ## ::
The solution is to remove the "##".
abc ## ::
The solution is to remove the "##".
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP