- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pst_processor compiler problem
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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-05-2010 01:30 AM
06-05-2010 01:30 AM
pst_processor compiler problem
Referenced object 'psp_logical_id' is
not a member of struct pst_processor
["/usr/include/sys/pstat/global_pstat_body.h", line 316].
cpu[i].id = (int)s_pst_processor.psp_logical_id;
Error 187: "cpuusage3.cpp", line 123 # Referenced object 'psp_processor_state'
is not a member of struct pst_processor
["/usr/include/sys/pstat/global_pstat_body.h", line 316].
cpu[i].online = s_pst_processor.psp_processor_state==P
how to solved this problem
is any patch to install,
thanks
- Tags:
- pstat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2010 01:55 AM
06-05-2010 01:55 AM
Re: pst_processor compiler problem
>is any patch to install?
Why should there be? This is a user problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2010 09:51 AM
06-05-2010 09:51 AM
Re: pst_processor compiler problem
I presume that this thread is really a continuation of your earlier one:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1432820
You really should have continued your discussion there or linked this thread to it when you opened it.
That said, I previously pointed you to not only the 'pstat(2)' manpages but also suggested you look at the various 'pstat()' header files that exist:
# 'ls -l /usr/include/sys/pstat*
Note the "*" in the above. It exposes more than just 'pstat.h'. The manpages note that the various structures, and identifiers are found in
Have you confirmed that you correctly included all of the necessary header files?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2010 10:41 PM
06-05-2010 10:41 PM
Re: pst_processor compiler problem
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2010 04:06 AM
06-06-2010 04:06 AM
Re: pst_processor compiler problem
> I have solved my problem by add define
thanks
It would still be appropriate for you to assign points to your threads for the suggestions you received. Please see:
http://forums.itrc.hp.com/service/forums/helptips.do?#28
http://forums.itrc.hp.com/service/forums/helptips.do?#41
http://forums.itrc.hp.com/service/forums/pageList.do?userId=WW161729&listType=unassigned&forumId=1
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2010 10:42 AM
06-06-2010 10:42 AM
Re: pst_processor compiler problem
Which define was that? Other than -D_PSTAT64 or some of the namespace macros, you shouldn't need some defines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2010 01:25 PM
06-08-2010 01:25 PM