- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11iV3 Build error with RogueWave reference u...
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
10-23-2009 09:35 PM
10-23-2009 09:35 PM
I'm trying to build HP-UX PA 32 bit code in HP_UX 11iV3 using Roguewave SourcePro Edition10 Update1 abd getting the below error.
Removed the reference to roguewave standard C++library and pointed to native C++ library comes along with aCC compiler A.06.20EVAL (RogueWave recognize as A.06.16).
Attached the compiler build references for verification.
Please can anyone help on this error?
echo "?\\.o:?s/\\(.*\\)\\.o:/\\1.o \\1.d:/\ng/^ *\\//d\n\$s/\\([^\\\\\\]*\\)\\\\\\*/\\1/\nw\nq\n" | ed tokenanalyzer.d 2>&1 > /dev/null
aCC: warning 952: The +Md option works in this release, but is deprecated. Use +Maked instead.
"/opt/aCC/include_std/iosfwd", line 39: catastrophic error #2013: expected a file name
#include _RWSTD_CWCHAR
^
1 catastrophic error detected in the compilation of "tokenanalyzer.cxx".
Compilation terminated.
gmake: [tokenanalyzer.d] Error 4 (ignored)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009 11:08 PM
10-23-2009 11:08 PM
Re: HP-UX 11iV3 Build error with RogueWave reference using native C++ libraries
You are illegally specifying the default -I path, remove it.
Change this to some non-existent path.
CXXOPTIONS = +ESnolit
This should be removed.
+W229 +W361 +W392,431,655,684,818,819 +W849,889,890
These are all bogus for Integrity.
>+nostl
You shouldn't use this if you are using aC++'s headers and shlibs.
>-ldld
The correct shlib is -ldl.
>/opt/aCC/include
These are not the right headers for -AA.
- Tags:
- -AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2009 04:37 PM
10-26-2009 04:37 PM
Re: HP-UX 11iV3 Build error with RogueWave reference using native C++ libraries
Thanks for your suggestion, it works now.
Will keep in touch if we need your assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2009 02:20 AM
10-27-2009 02:20 AM
SolutionIf you are happy with the answers, please read the following about how to assign points:
http://forums.itrc.hp.com/service/forums/helptips.do?#33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2009 09:54 PM
10-27-2009 09:54 PM