<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Expected file name error:   #include _RWSTD_CWCHAR in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052936#M94366</link>
    <description>Thanks, yes I will clean up the -w once I get this going.  When I do remove the include lines and let the compiler do it I get the following: &lt;BR /&gt;&lt;BR /&gt;        aCC -c +DD64 -AA -mt -z -w -DHPUX -DUNIX -DNO_WIN32 -Dhpux -Dunix -O -I../include -I/builds/Prebuilt/HPia64/ic&lt;BR /&gt;u/3.2/include -I/builds/Prebuilt/HPia64/xml4c5_5_2-hp/include -I/builds/PXEngine.install/PXEngine/include -c CC_Access&lt;BR /&gt;or.cpp&lt;BR /&gt;"../include/fcl/daapi/metadata/CC_RepProperty.h", line 91: error #2864: basic_string is not a template&lt;BR /&gt;     ::basic_string&lt;CC_UCHAR&gt; m_name;&lt;BR /&gt;              ^&lt;BR /&gt;CC_RepProperty.h does have #include &lt;STRING&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks a million for the help.&lt;BR /&gt;JJD&lt;/STRING&gt;&lt;/CC_UCHAR&gt;</description>
    <pubDate>Fri, 10 Aug 2007 11:34:39 GMT</pubDate>
    <dc:creator>John Dorak</dc:creator>
    <dc:date>2007-08-10T11:34:39Z</dc:date>
    <item>
      <title>Expected file name error:   #include _RWSTD_CWCHAR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052932#M94362</link>
      <description>Getting this error on my build, much of our components are building on HP-UX Itanium now but this one has me stumped.  I've tried to include stddef.h but that doesn't help.  Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;JJD&lt;BR /&gt;&lt;BR /&gt;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&lt;BR /&gt;"/opt/aCC/include_std/iosfwd", line 39: catastrophic error #2013: expected a file name&lt;BR /&gt;  #include _RWSTD_CWCHAR&lt;BR /&gt;           ^&lt;BR /&gt;&lt;BR /&gt;1 catastrophic error detected in the compilation of "CC_AccessorFactory.cpp".&lt;BR /&gt;Compilation terminated.&lt;BR /&gt;*** Error exit code 4&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Aug 2007 20:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052932#M94362</guid>
      <dc:creator>John Dorak</dc:creator>
      <dc:date>2007-08-09T20:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expected file name error:   #include _RWSTD_CWCHAR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052933#M94363</link>
      <description>&amp;gt; [...] expected a file name&lt;BR /&gt;&lt;BR /&gt;Yeah, I'd've expected one there, too.&lt;BR /&gt;&lt;BR /&gt;Knowing nothing, it looks to me as if&lt;BR /&gt;_RWSTD_CWCHAR needs to be defined as&lt;BR /&gt;something somewhere, possibly using a "-D"&lt;BR /&gt;option.  Getting something like&lt;BR /&gt;-D_RWSTD_CWCHAR=&lt;WCTYPE.H&gt; (or whatever) past&lt;BR /&gt;the shell will probably require a bit of&lt;BR /&gt;quotation.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] building on HP-UX Itanium now [...]&lt;BR /&gt;&lt;BR /&gt;Where was it getting built before?  How was&lt;BR /&gt;_RWSTD_CWCHAR defined there?&lt;/WCTYPE.H&gt;</description>
      <pubDate>Thu, 09 Aug 2007 20:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052933#M94363</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-08-09T20:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expected file name error:   #include _RWSTD_CWCHAR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052934#M94364</link>
      <description>Thanks Steve,&lt;BR /&gt;&lt;BR /&gt;This is the first port of this code to HP-UX Itanium.  It was previously ported to HP-UX PA.&lt;BR /&gt;&lt;BR /&gt;There are a group of definitions for RWSTD_CWCHAR in stddef.h but you've given me an idea to try out.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;JJD</description>
      <pubDate>Thu, 09 Aug 2007 20:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052934#M94364</guid>
      <dc:creator>John Dorak</dc:creator>
      <dc:date>2007-08-09T20:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expected file name error:   #include _RWSTD_CWCHAR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052935#M94365</link>
      <description>You have illegally specified the default include paths (for -AP), remove them.  Let the driver do this for you.  (What version of the compiler are you using?)&lt;BR /&gt;&lt;BR /&gt;You also should never use -w.  Instead specify the particular warnings you want to suppress, +W####.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Steven: Where was it getting built before?&lt;BR /&gt;&lt;BR /&gt;Obviously on PA with the -AP default.</description>
      <pubDate>Thu, 09 Aug 2007 21:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052935#M94365</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-09T21:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Expected file name error:   #include _RWSTD_CWCHAR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052936#M94366</link>
      <description>Thanks, yes I will clean up the -w once I get this going.  When I do remove the include lines and let the compiler do it I get the following: &lt;BR /&gt;&lt;BR /&gt;        aCC -c +DD64 -AA -mt -z -w -DHPUX -DUNIX -DNO_WIN32 -Dhpux -Dunix -O -I../include -I/builds/Prebuilt/HPia64/ic&lt;BR /&gt;u/3.2/include -I/builds/Prebuilt/HPia64/xml4c5_5_2-hp/include -I/builds/PXEngine.install/PXEngine/include -c CC_Access&lt;BR /&gt;or.cpp&lt;BR /&gt;"../include/fcl/daapi/metadata/CC_RepProperty.h", line 91: error #2864: basic_string is not a template&lt;BR /&gt;     ::basic_string&lt;CC_UCHAR&gt; m_name;&lt;BR /&gt;              ^&lt;BR /&gt;CC_RepProperty.h does have #include &lt;STRING&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks a million for the help.&lt;BR /&gt;JJD&lt;/STRING&gt;&lt;/CC_UCHAR&gt;</description>
      <pubDate>Fri, 10 Aug 2007 11:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052936#M94366</guid>
      <dc:creator>John Dorak</dc:creator>
      <dc:date>2007-08-10T11:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Expected file name error:   #include _RWSTD_CWCHAR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052937#M94367</link>
      <description>error #2864: basic_string is not a template&lt;BR /&gt;::basic_string&lt;CC_UCHAR&gt; m_name;&lt;BR /&gt;&lt;BR /&gt;The correct declaration is std::basic_string.&lt;BR /&gt;Or remove the "::" and use:&lt;BR /&gt;namespace std {} using namespace std;&lt;/CC_UCHAR&gt;</description>
      <pubDate>Fri, 10 Aug 2007 13:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052937#M94367</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-10T13:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Expected file name error:   #include _RWSTD_CWCHAR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052938#M94368</link>
      <description>On my way, thanks to all.&lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;JJD</description>
      <pubDate>Fri, 10 Aug 2007 15:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expected-file-name-error-include-rwstd-cwchar/m-p/4052938#M94368</guid>
      <dc:creator>John Dorak</dc:creator>
      <dc:date>2007-08-10T15:29:43Z</dc:date>
    </item>
  </channel>
</rss>

