HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Declaration Error -- nl_catd --
Operating System - HP-UX
1833874
Members
1798
Online
110063
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
08-19-2002 01:51 AM
08-19-2002 01:51 AM
Declaration Error -- nl_catd --
Hi, Everyone.
I'm trying to use message catalog.
While compiling my program, Error occured always the following part in my program.
static nl_catd catfile = NULL;
Error message is the following.
cc: "test.c", 61: 1000: , line : error catfile: Unexpected symbol: "".
Now, I use HP-UX 11.11.
I define nl_types.h to use catalog message.
Tell me to resolve this error, please.
Thanks for your helping.
I'm trying to use message catalog.
While compiling my program, Error occured always the following part in my program.
static nl_catd catfile = NULL;
Error message is the following.
cc: "test.c", 61: 1000: , line : error catfile: Unexpected symbol: "".
Now, I use HP-UX 11.11.
I define nl_types.h to use catalog message.
Tell me to resolve this error, please.
Thanks for your helping.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 06:45 AM
08-19-2002 06:45 AM
Re: Declaration Error -- nl_catd --
Hi
Try
http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x547b37f45ef7d4118fef0090279cd0f9,00.html
Otherwise please post
1)COmpiler Details
2)More of the source
Steve Steel
Try
http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x547b37f45ef7d4118fef0090279cd0f9,00.html
Otherwise please post
1)COmpiler Details
2)More of the source
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 05:04 PM
08-19-2002 05:04 PM
Re: Declaration Error -- nl_catd --
Hi, Steve.
I checked URL you telled to me.
In URL, it was advice to install ANSI-C.
But I have installed ANSI-C(HP-C) yet.
I can't show all source, but at the following source same error occured.
/* include header files */
#include
#include
#include
#include
/* initialize variable */
static nl_catd catfile = NULL;
Compile with the following option.
cc -Aa -c test.c
cc: 487: warning : Possibly incorrect message catalog.
cc: "test.c", 8: 1000: , line : error catfile: Unexpected symbol: "".
cc: 2017: error : Cannot recover from earlier errors, terminating.
I can't understand what happened.
Takeshi Nishikawa.
I checked URL you telled to me.
In URL, it was advice to install ANSI-C.
But I have installed ANSI-C(HP-C) yet.
I can't show all source, but at the following source same error occured.
/* include header files */
#include
#include
#include
#include
/* initialize variable */
static nl_catd catfile = NULL;
Compile with the following option.
cc -Aa -c test.c
cc: 487: warning : Possibly incorrect message catalog.
cc: "test.c", 8: 1000: , line : error catfile: Unexpected symbol: "".
cc: 2017: error : Cannot recover from earlier errors, terminating.
I can't understand what happened.
Takeshi Nishikawa.
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