HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- CC-E-PARMTYPLIST? please explain
Operating System - OpenVMS
1832990
Members
2474
Online
110048
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
06-02-2005 03:05 AM
06-02-2005 03:05 AM
CC-E-PARMTYPLIST? please explain
Not being very proficient in C coding, can someone explain what the complaint listed below means? OpenVMS 7.3-2 Compaq C 6.5-001
ULONG uaf_read(int key, void *value, ULONG match, UAF_REC *rec); .................................................................................................^
%CC-E-PARMTYPLIST, Ill-formed parameter type list.
at line number 90 in file
[WEBTOOLS.PASSWORD_APPS.CHANGE_PASSWORD]UAF_UTILS.H;1
ULONG uaf_read(int key, void *value, ULONG match, UAF_REC *rec); .................................................................................................^
%CC-E-PARMTYPLIST, Ill-formed parameter type list.
at line number 90 in file
[WEBTOOLS.PASSWORD_APPS.CHANGE_PASSWORD]UAF_UTILS.H;1
"Difficult to see, always in motion is the future..."
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 05:24 AM
06-02-2005 05:24 AM
Re: CC-E-PARMTYPLIST? please explain
John, you don't have a data type before UAF_REC.
Lawrence
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 12:30 PM
06-02-2005 12:30 PM
Re: CC-E-PARMTYPLIST? please explain
John,
Addng the qualifier /WARN=VERBOSE to your compilation can sometimes help:
$ cc test/warn=verbose
int uaf_read(int key, void *value, int match, UAF_REC *rec);
..............................................^
%CC-E-PARMTYPLIST, Ill-formed parameter type list.
at line number 2 in file HP$:[ALPHAPROGRAMMING2]TEST.C;2
Description: While processing a function declaration, an invalid parameter type list was encountered.
User Action: Correct the program syntax.
Addng the qualifier /WARN=VERBOSE to your compilation can sometimes help:
$ cc test/warn=verbose
int uaf_read(int key, void *value, int match, UAF_REC *rec);
..............................................^
%CC-E-PARMTYPLIST, Ill-formed parameter type list.
at line number 2 in file HP$:[ALPHAPROGRAMMING2]TEST.C;2
Description: While processing a function declaration, an invalid parameter type list was encountered.
User Action: Correct the program syntax.
A crucible of informative mistakes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 02:12 PM
06-02-2005 02:12 PM
Re: CC-E-PARMTYPLIST? please explain
John,
What's going on here really depends on what UAF_REC is. Is it a macro? Is it a typedef? You can compile with CC/LIST/SHOW=ALL to get a .LIS file that may have more information. It will, for example, show macro expansions.
What's going on here really depends on what UAF_REC is. Is it a macro? Is it a typedef? You can compile with CC/LIST/SHOW=ALL to get a .LIS file that may have more information. It will, for example, show macro expansions.
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