Operating System - HP-UX
1835263 Members
2363 Online
110078 Solutions
New Discussion

Re: C Compiler Frequently warrning and error messages

 
SOLVED
Go to solution
IMSS
New Member

C Compiler Frequently warrning and error messages

Is there any general list of possible warning and error messages when compiling with C B.11.11.06 in HPUX 11i?, where can I get it?

Regards
4 REPLIES 4
Alex Glennie
Honored Contributor
Solution

Re: C Compiler Frequently warrning and error messages

http://docs.hp.com/hpux/dev/index.html -> C
if you then burrow down to the section re Errors (see index) it points you to : see last entry ....

HP C Online Help
Online help for HP C is available for HP 9000 workstation and server users. HP C Online Help can be accessed from an HTML browser of your choice. It consists of html files that contain the following reference and how-to information:
What is HP C?


Program organization


Compiling & running HP C programs


Optimizing HP C programs


Parallel options & pragmas


Data types & declarations


Expressions & operators


Statements


Preprocessing directives


Calling other languages


Programming for portability


Migrating C programs to HP-UX


Error message descriptions
Steve Steel
Honored Contributor

Re: C Compiler Frequently warrning and error messages

Hi

http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2504,00.html

Gives you access to all languages.

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
IMSS
New Member

Re: C Compiler Frequently warrning and error messages

Hi Alex and Steve!

Thanks for answering my question, with your help at http://docs.hp.com/hpux/onlinedocs/dev/C/B3901BA/errors.html, I found what I was looking for, now I also need the same list (warnings and error messages) but C++, the above URL applys also for C++ or just for C in HPUX 11i?

I looked at URLs you sent to me, but I didn??t see Online Help for C++ as with C

Thanks
Mike Stroyan
Honored Contributor

Re: C Compiler Frequently warrning and error messages

For aCC error messages, look at
more /opt/aCC/lib/nls/msg/C/aCC.msgs
You can also get cc messages from
more /opt/ansic/lib/nls/msg/C/cc.msgs