<?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 Error including C standard headers in Itanium server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/error-including-c-standard-headers-in-itanium-server/m-p/3861683#M98378</link>
    <description>While running the following command in HP-UX 11.23 Itanium server, I get some errors while including C standard headers.&lt;BR /&gt;&lt;BR /&gt;The C compiler version is&lt;BR /&gt;cc: HP aC++/ANSI C B3910B A.06.05 [Jul 25 2005]&lt;BR /&gt;&lt;BR /&gt;/usr/bin/cc   -g -DIT_USE_STD_IOSTREAM -D_DEBUG -DUSE_AA_OPTION +W641 -Wl,+s  -D_RWCONFIG__RogueWaveStdLib_NoThrLib_Static_Debug -I./include  -I/ymstools/HP-UX_B.11.23/packages/SourcePro/SourcePro32/Ed8/include -I/ymstools/HP-UX_B.11.23/packages/SourcePro/SourcePro32/Ed8 -c src/eval.c -o lib/eval.o&lt;BR /&gt;&lt;BR /&gt;"./include/vinclude.h", line 80: error #2005: could not open source file "cstdio"&lt;BR /&gt;  #include &lt;CSTDIO&gt;&lt;BR /&gt;                   ^&lt;BR /&gt;&lt;BR /&gt;"./include/vinclude.h", line 88: error #2005: could not open source file "csignal"&lt;BR /&gt;  #include &lt;CSIGNAL&gt;&lt;BR /&gt;                    ^&lt;BR /&gt;&lt;BR /&gt;"./include/vinclude.h", line 90: error #2005: could not open source file "cctype"&lt;BR /&gt;  #include &lt;CCTYPE&gt;&lt;BR /&gt;                   ^&lt;BR /&gt;&lt;BR /&gt;"./include/vinclude.h", line 94: error #2005: could not open source file "cerrno"&lt;BR /&gt;  #include &lt;CERRNO&gt;&lt;BR /&gt;                   ^&lt;BR /&gt;&lt;BR /&gt;"./include/vinclude.h", line 123: error #2005: could not open source file "cstring"&lt;BR /&gt;  #   include &lt;CSTRING&gt;&lt;BR /&gt;                       ^&lt;BR /&gt;&lt;BR /&gt;"./include/vmath.h", line 63: error #2005: could not open source file "cmath"&lt;BR /&gt;  #include &lt;CMATH&gt;&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 63: error #2005: could not open source file "cstdio"&lt;BR /&gt;  #include "cstdio"&lt;BR /&gt;                   ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 103: error #2020: identifier "pow" is undefined&lt;BR /&gt;      { "pow",    pow,         2 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 104: error #2020: identifier "sin" is undefined&lt;BR /&gt;      { "sin",    sin,         1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 105: error #2020: identifier "cos" is undefined&lt;BR /&gt;      { "cos",    cos,         1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 106: error #2020: identifier "tan" is undefined&lt;BR /&gt;      { "tan",    tan,         1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 107: error #2020: identifier "sinh" is undefined&lt;BR /&gt;      { "sinh",   sinh,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 108: error #2020: identifier "cosh" is undefined&lt;BR /&gt;      { "cosh",   cosh,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 109: error #2020: identifier "tanh" is undefined&lt;BR /&gt;      { "tanh",   tanh,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 110: error #2020: identifier "asin" is undefined&lt;BR /&gt;      { "asin",   asin,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 111: error #2020: identifier "acos" is undefined&lt;BR /&gt;      { "acos",   acos,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 112: error #2020: identifier "atan" is undefined&lt;BR /&gt;      { "atan",   atan,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 113: error #2020: identifier "atan2" is undefined&lt;BR /&gt;      { "atan2",          atan2,       2 },&lt;BR /&gt;                          ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 114: error #2020: identifier "exp" is undefined&lt;BR /&gt;      { "exp",    exp,         1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 115: error #2020: identifier "sqrt" is undefined&lt;BR /&gt;      { "sqrt",   sqrt,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 116: error #2020: identifier "log" is undefined&lt;BR /&gt;      { "ln",     log,         1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 117: error #2020: identifier "log10" is undefined&lt;BR /&gt;      { "log10",          log10,       1 },&lt;BR /&gt;                          ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 118: error #2020: identifier "hypot" is undefined&lt;BR /&gt;      { "hypot",          hypot,       2 },&lt;BR /&gt;                          ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 119: error #2020: identifier "fabs" is undefined&lt;BR /&gt;      { "abs",    fabs,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 120: error #2020: identifier "floor" is undefined&lt;BR /&gt;      { "floor",          floor,       1 },&lt;BR /&gt;                          ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 121: error #2020: identifier "ceil" is undefined&lt;BR /&gt;      { "ceil",   ceil,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 128: error #2020: identifier "j0" is undefined&lt;BR /&gt;      { "j0",     j0,          1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 129: error #2020: identifier "j1" is undefined&lt;BR /&gt;      { "j1",     j1,          1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 130: error #2020: identifier "y0" is undefined&lt;BR /&gt;      { "y0",     y0,          1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 131: error #2020: identifier "y1" is undefined&lt;BR /&gt;      { "y1",     y1,          1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 149: error #2020: identifier "NULL" is undefined&lt;BR /&gt;      { NULL,     0,           0 },&lt;BR /&gt;        ^&lt;BR /&gt;&lt;BR /&gt;"src/eval.c", line 565: warning #2513-D: a value of type "int" cannot be assigned to an entity of type "char *"&lt;BR /&gt;                result-&amp;gt;String = VStrcat(str1, str2);&lt;BR /&gt;                               ^&lt;BR /&gt;&lt;BR /&gt;31 errors detected in the compilation of "src/eval.c".&lt;BR /&gt;gmake: *** [lib/eval.o] Error 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do I need to include any C type linking libraries to resolve this issue?&lt;/CMATH&gt;&lt;/CSTRING&gt;&lt;/CERRNO&gt;&lt;/CCTYPE&gt;&lt;/CSIGNAL&gt;&lt;/CSTDIO&gt;</description>
    <pubDate>Wed, 13 Sep 2006 01:43:51 GMT</pubDate>
    <dc:creator>Thiagu_1</dc:creator>
    <dc:date>2006-09-13T01:43:51Z</dc:date>
    <item>
      <title>Error including C standard headers in Itanium server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-including-c-standard-headers-in-itanium-server/m-p/3861683#M98378</link>
      <description>While running the following command in HP-UX 11.23 Itanium server, I get some errors while including C standard headers.&lt;BR /&gt;&lt;BR /&gt;The C compiler version is&lt;BR /&gt;cc: HP aC++/ANSI C B3910B A.06.05 [Jul 25 2005]&lt;BR /&gt;&lt;BR /&gt;/usr/bin/cc   -g -DIT_USE_STD_IOSTREAM -D_DEBUG -DUSE_AA_OPTION +W641 -Wl,+s  -D_RWCONFIG__RogueWaveStdLib_NoThrLib_Static_Debug -I./include  -I/ymstools/HP-UX_B.11.23/packages/SourcePro/SourcePro32/Ed8/include -I/ymstools/HP-UX_B.11.23/packages/SourcePro/SourcePro32/Ed8 -c src/eval.c -o lib/eval.o&lt;BR /&gt;&lt;BR /&gt;"./include/vinclude.h", line 80: error #2005: could not open source file "cstdio"&lt;BR /&gt;  #include &lt;CSTDIO&gt;&lt;BR /&gt;                   ^&lt;BR /&gt;&lt;BR /&gt;"./include/vinclude.h", line 88: error #2005: could not open source file "csignal"&lt;BR /&gt;  #include &lt;CSIGNAL&gt;&lt;BR /&gt;                    ^&lt;BR /&gt;&lt;BR /&gt;"./include/vinclude.h", line 90: error #2005: could not open source file "cctype"&lt;BR /&gt;  #include &lt;CCTYPE&gt;&lt;BR /&gt;                   ^&lt;BR /&gt;&lt;BR /&gt;"./include/vinclude.h", line 94: error #2005: could not open source file "cerrno"&lt;BR /&gt;  #include &lt;CERRNO&gt;&lt;BR /&gt;                   ^&lt;BR /&gt;&lt;BR /&gt;"./include/vinclude.h", line 123: error #2005: could not open source file "cstring"&lt;BR /&gt;  #   include &lt;CSTRING&gt;&lt;BR /&gt;                       ^&lt;BR /&gt;&lt;BR /&gt;"./include/vmath.h", line 63: error #2005: could not open source file "cmath"&lt;BR /&gt;  #include &lt;CMATH&gt;&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 63: error #2005: could not open source file "cstdio"&lt;BR /&gt;  #include "cstdio"&lt;BR /&gt;                   ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 103: error #2020: identifier "pow" is undefined&lt;BR /&gt;      { "pow",    pow,         2 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 104: error #2020: identifier "sin" is undefined&lt;BR /&gt;      { "sin",    sin,         1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 105: error #2020: identifier "cos" is undefined&lt;BR /&gt;      { "cos",    cos,         1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 106: error #2020: identifier "tan" is undefined&lt;BR /&gt;      { "tan",    tan,         1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 107: error #2020: identifier "sinh" is undefined&lt;BR /&gt;      { "sinh",   sinh,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 108: error #2020: identifier "cosh" is undefined&lt;BR /&gt;      { "cosh",   cosh,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 109: error #2020: identifier "tanh" is undefined&lt;BR /&gt;      { "tanh",   tanh,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 110: error #2020: identifier "asin" is undefined&lt;BR /&gt;      { "asin",   asin,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 111: error #2020: identifier "acos" is undefined&lt;BR /&gt;      { "acos",   acos,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 112: error #2020: identifier "atan" is undefined&lt;BR /&gt;      { "atan",   atan,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 113: error #2020: identifier "atan2" is undefined&lt;BR /&gt;      { "atan2",          atan2,       2 },&lt;BR /&gt;                          ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 114: error #2020: identifier "exp" is undefined&lt;BR /&gt;      { "exp",    exp,         1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 115: error #2020: identifier "sqrt" is undefined&lt;BR /&gt;      { "sqrt",   sqrt,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 116: error #2020: identifier "log" is undefined&lt;BR /&gt;      { "ln",     log,         1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 117: error #2020: identifier "log10" is undefined&lt;BR /&gt;      { "log10",          log10,       1 },&lt;BR /&gt;                          ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 118: error #2020: identifier "hypot" is undefined&lt;BR /&gt;      { "hypot",          hypot,       2 },&lt;BR /&gt;                          ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 119: error #2020: identifier "fabs" is undefined&lt;BR /&gt;      { "abs",    fabs,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 120: error #2020: identifier "floor" is undefined&lt;BR /&gt;      { "floor",          floor,       1 },&lt;BR /&gt;                          ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 121: error #2020: identifier "ceil" is undefined&lt;BR /&gt;      { "ceil",   ceil,        1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 128: error #2020: identifier "j0" is undefined&lt;BR /&gt;      { "j0",     j0,          1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 129: error #2020: identifier "j1" is undefined&lt;BR /&gt;      { "j1",     j1,          1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 130: error #2020: identifier "y0" is undefined&lt;BR /&gt;      { "y0",     y0,          1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 131: error #2020: identifier "y1" is undefined&lt;BR /&gt;      { "y1",     y1,          1 },&lt;BR /&gt;                  ^&lt;BR /&gt;&lt;BR /&gt;"./include/xvparser.h", line 149: error #2020: identifier "NULL" is undefined&lt;BR /&gt;      { NULL,     0,           0 },&lt;BR /&gt;        ^&lt;BR /&gt;&lt;BR /&gt;"src/eval.c", line 565: warning #2513-D: a value of type "int" cannot be assigned to an entity of type "char *"&lt;BR /&gt;                result-&amp;gt;String = VStrcat(str1, str2);&lt;BR /&gt;                               ^&lt;BR /&gt;&lt;BR /&gt;31 errors detected in the compilation of "src/eval.c".&lt;BR /&gt;gmake: *** [lib/eval.o] Error 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do I need to include any C type linking libraries to resolve this issue?&lt;/CMATH&gt;&lt;/CSTRING&gt;&lt;/CERRNO&gt;&lt;/CCTYPE&gt;&lt;/CSIGNAL&gt;&lt;/CSTDIO&gt;</description>
      <pubDate>Wed, 13 Sep 2006 01:43:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-including-c-standard-headers-in-itanium-server/m-p/3861683#M98378</guid>
      <dc:creator>Thiagu_1</dc:creator>
      <dc:date>2006-09-13T01:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error including C++ versions of C standard headers on Integrity server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-including-c-standard-headers-in-itanium-server/m-p/3861684#M98379</link>
      <description>&lt;P&gt;You can't use the C compiler to compile C++.&amp;nbsp; You must use /opt/aCC/bin/aCC.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Error including C standard headers&lt;BR /&gt;&lt;BR /&gt;These are NOT the C Standard headers but the C++ versions of them.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Oct 2011 02:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-including-c-standard-headers-in-itanium-server/m-p/3861684#M98379</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-30T02:02:41Z</dc:date>
    </item>
  </channel>
</rss>

