- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Expected file name error: #include _RWSTD_CW...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-09-2007 01:05 PM
тАО08-09-2007 01:05 PM
Thanks
JJD
aCC -c +DD64 -AA -mt -z -w -DHPUX -DUNIX -DNO_WIN32 -Dhpux -Dunix -I/opt/aCC/include -I/opt/aCC/include/iostream -O -I../include -I/builds/Prebuilt/HPia64/icu/3.2/include -I/builds/Prebuilt/HPia64/xml4c5_5_2-hp/include -I/builds/PXEngine.install/PXEngine/include -c CC_AccessorFactory.cpp
"/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 "CC_AccessorFactory.cpp".
Compilation terminated.
*** Error exit code 4
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2007 01:39 PM
тАО08-09-2007 01:39 PM
Re: Expected file name error: #include _RWSTD_CWCHAR
Yeah, I'd've expected one there, too.
Knowing nothing, it looks to me as if
_RWSTD_CWCHAR needs to be defined as
something somewhere, possibly using a "-D"
option. Getting something like
-D_RWSTD_CWCHAR=
the shell will probably require a bit of
quotation.
> [...] building on HP-UX Itanium now [...]
Where was it getting built before? How was
_RWSTD_CWCHAR defined there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2007 01:48 PM
тАО08-09-2007 01:48 PM
Re: Expected file name error: #include _RWSTD_CWCHAR
This is the first port of this code to HP-UX Itanium. It was previously ported to HP-UX PA.
There are a group of definitions for RWSTD_CWCHAR in stddef.h but you've given me an idea to try out.
Regards,
JJD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2007 02:26 PM
тАО08-09-2007 02:26 PM
Re: Expected file name error: #include _RWSTD_CWCHAR
You also should never use -w. Instead specify the particular warnings you want to suppress, +W####.
>Steven: Where was it getting built before?
Obviously on PA with the -AP default.
- Tags:
- suppress warnings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-10-2007 04:34 AM
тАО08-10-2007 04:34 AM
Re: Expected file name error: #include _RWSTD_CWCHAR
aCC -c +DD64 -AA -mt -z -w -DHPUX -DUNIX -DNO_WIN32 -Dhpux -Dunix -O -I../include -I/builds/Prebuilt/HPia64/ic
u/3.2/include -I/builds/Prebuilt/HPia64/xml4c5_5_2-hp/include -I/builds/PXEngine.install/PXEngine/include -c CC_Access
or.cpp
"../include/fcl/daapi/metadata/CC_RepProperty.h", line 91: error #2864: basic_string is not a template
::basic_string
^
CC_RepProperty.h does have #include
Thanks a million for the help.
JJD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-10-2007 06:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-10-2007 08:29 AM
тАО08-10-2007 08:29 AM
Re: Expected file name error: #include _RWSTD_CWCHAR
Regards,
JJD