<?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: Install Doxygen in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/install-doxygen/m-p/4701097#M659231</link>
    <description>If you have installed this on 11.31, the gcc install script should automatically fix the headers to match 11.31.&lt;BR /&gt;&lt;BR /&gt;If you want to try fixing them again, as root run the install-tools/mkheaders program.  Somewhere in /opt/hp-gcc-4.4.3/.&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Oct 2010 22:23:56 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-10-19T22:23:56Z</dc:date>
    <item>
      <title>Install Doxygen</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-doxygen/m-p/4701095#M659229</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I try to install Doxygen 1.7.2 on HP UX 11i v3.&lt;BR /&gt;I'm having a problem with the files and _time.h time.h&lt;BR /&gt;I had no problems with HP UX 11i v2.&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;UXBKD2:/opt/doxygen-1.7.2# make&lt;BR /&gt;        echo "char versionString[]=\"1.7.2\";" &amp;gt; src/version.cpp&lt;BR /&gt;        /usr/local/bin/gmake -C src&lt;BR /&gt;gmake: Entering directory `/opt/doxygen-1.7.2/src'&lt;BR /&gt;env TMAKEPATH=/opt/doxygen-1.7.2/tmake/lib/hpux-g++ /usr/bin/perl /opt/doxygen-1&lt;BR /&gt;.7.2/tmake/bin/tmake libdoxygen.pro &amp;gt;Makefile.libdoxygen&lt;BR /&gt;env TMAKEPATH=/opt/doxygen-1.7.2/tmake/lib/hpux-g++ /usr/bin/perl /opt/doxygen-1&lt;BR /&gt;.7.2/tmake/bin/tmake libdoxycfg.pro &amp;gt;Makefile.libdoxycfg&lt;BR /&gt;env TMAKEPATH=/opt/doxygen-1.7.2/tmake/lib/hpux-g++ /usr/bin/perl /opt/doxygen-1&lt;BR /&gt;.7.2/tmake/bin/tmake doxygen.pro &amp;gt;Makefile.doxygen&lt;BR /&gt;env TMAKEPATH=/opt/doxygen-1.7.2/tmake/lib/hpux-g++ /usr/bin/perl /opt/doxygen-1&lt;BR /&gt;.7.2/tmake/bin/tmake doxytag.pro &amp;gt;Makefile.doxytag&lt;BR /&gt;/usr/local/bin/gmake -f Makefile.libdoxycfg PERL=/usr/bin/perl all&lt;BR /&gt;gmake[1]: Entering directory `/opt/doxygen-1.7.2/src'&lt;BR /&gt;flex -PconfigYY -t config.l &amp;gt;config.cpp &lt;BR /&gt;g++ -c -D_LARGEFILE_SOURCE -Wall -W -O0 -I../qtools -o ../objects/config.o confi&lt;BR /&gt;g.cpp&lt;BR /&gt;g++ -c -D_LARGEFILE_SOURCE -Wall -W -O0 -I../qtools -o ../objects/configoptions.&lt;BR /&gt;o configoptions.cpp&lt;BR /&gt;g++ -c -D_LARGEFILE_SOURCE -Wall -W -O0 -I../qtools -o ../objects/portable.o por&lt;BR /&gt;table.cpp&lt;BR /&gt;gcc -c -Wall -W -O0 -I../qtools -o ../objects/portable_c.o portable_c.c&lt;BR /&gt;In file included from /usr/include/time.h:12,&lt;BR /&gt;                 from /opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-&lt;BR /&gt;fixed/wchar.h:36,&lt;BR /&gt;                 from /usr/local/include/iconv.h:110,&lt;BR /&gt;                 from portable_c.c:1:&lt;BR /&gt;/usr/include/sys/_time.h:56: error: expected '=', ',', ';', 'asm' or '__attribut&lt;BR /&gt;e__' before 'extern'&lt;BR /&gt;In file included from /usr/include/time.h:12,&lt;BR /&gt;                 from /opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-&lt;BR /&gt;fixed/wchar.h:36,&lt;BR /&gt;                 from /usr/local/include/iconv.h:110,&lt;BR /&gt;                 from portable_c.c:1:&lt;BR /&gt;/usr/include/sys/_time.h:173: error: expected declaration specifiers or '...' be&lt;BR /&gt;fore ',' token&lt;BR /&gt;/usr/include/sys/_time.h:173: error: conflicting types for 'select'&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/sys/time.h:662: &lt;BR /&gt;note: previous declaration of 'select' was here&lt;BR /&gt;In file included from /opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-&lt;BR /&gt;fixed/wchar.h:36,&lt;BR /&gt;                 from /usr/local/include/iconv.h:110,&lt;BR /&gt;                 from portable_c.c:1:&lt;BR /&gt;/usr/include/time.h:20: error: expected '=', ',', ';', 'asm' or '__attribute__' &lt;BR /&gt;before '_BEGIN_EXT_CDECL'&lt;BR /&gt;In file included from /usr/local/include/iconv.h:110,&lt;BR /&gt;                 from portable_c.c:1:&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/wchar.h:54: erro&lt;BR /&gt;r: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/wchar.h:124: err&lt;BR /&gt;or: expected '=', ',', ';', 'asm' or '__attribute__' before 'btowc'&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/wchar.h:223: err&lt;BR /&gt;or: expected '=', ',', ';', 'asm' or '__attribute__' before 'towlower'&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/wchar.h:224: err&lt;BR /&gt;or: expected '=', ',', ';', 'asm' or '__attribute__' before 'towupper'&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/wchar.h:226: err&lt;BR /&gt;or: expected ')' before 'wctype_t'&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/wchar.h:229: err&lt;BR /&gt;or: expected '=', ',', ';', 'asm' or '__attribute__' before 'fgetwc'&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/wchar.h:234: err&lt;BR /&gt;or: expected '=', ',', ';', 'asm' or '__attribute__' before 'fputwc'&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/wchar.h:235: err&lt;BR /&gt;or: expected '=', ',', ';', 'asm' or '__attribute__' before 'putwc'&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/wchar.h:236: err&lt;BR /&gt;or: expected '=', ',', ';', 'asm' or '__attribute__' before 'putwchar'&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/wchar.h:246: err&lt;BR /&gt;or: expected '=', ',', ';', 'asm' or '__attribute__' before 'getwc'&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/wchar.h:247: err&lt;BR /&gt;or: expected '=', ',', ';', 'asm' or '__attribute__' before 'getwchar'&lt;BR /&gt;/opt/hp-gcc-4.4.3/lib/gcc/ia64-hp-hpux11.23/4.4.3/include-fixed/wchar.h:248: err&lt;BR /&gt;or: expected '=', ',', ';', 'asm' or '__attribute__' before 'ungetwc'&lt;BR /&gt;portable_c.c: In function 'portable_iconv':&lt;BR /&gt;portable_c.c:17: warning: passing argument 2 of 'libiconv' from incompatible poi&lt;BR /&gt;nter type&lt;BR /&gt;/usr/local/include/iconv.h:87: note: expected 'char **' but argument is of type &lt;BR /&gt;'const char **'&lt;BR /&gt;gmake[1]: *** [../objects/portable_c.o] Error 1&lt;BR /&gt;gmake[1]: Leaving directory `/opt/doxygen-1.7.2/src'&lt;BR /&gt;gmake: *** [all] Error 2&lt;BR /&gt;gmake: Leaving directory `/opt/doxygen-1.7.2/src'&lt;BR /&gt;*** Error exit code 2&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;UXBKD2:/opt/doxygen-1.7.2#</description>
      <pubDate>Mon, 18 Oct 2010 18:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-doxygen/m-p/4701095#M659229</guid>
      <dc:creator>fdwl</dc:creator>
      <dc:date>2010-10-18T18:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Install Doxygen</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-doxygen/m-p/4701096#M659230</link>
      <description>Hmm, I get the same error on a trivial test including &lt;TIME.H&gt; with gcc 4.2.1.&lt;BR /&gt;&lt;BR /&gt;It seems the _BEGIN_EXT_CDECL macro isn't being expanded.&lt;BR /&gt;&lt;BR /&gt;It seems you can't use a 11.23 version of gcc on 11.31.  There were massive changes in the 11.31 headers and the gnu special versions of the headers need fixing.&lt;BR /&gt;&lt;BR /&gt;&lt;/TIME.H&gt;</description>
      <pubDate>Tue, 19 Oct 2010 04:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-doxygen/m-p/4701096#M659230</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-19T04:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Install Doxygen</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-doxygen/m-p/4701097#M659231</link>
      <description>If you have installed this on 11.31, the gcc install script should automatically fix the headers to match 11.31.&lt;BR /&gt;&lt;BR /&gt;If you want to try fixing them again, as root run the install-tools/mkheaders program.  Somewhere in /opt/hp-gcc-4.4.3/.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2010 22:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-doxygen/m-p/4701097#M659231</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-19T22:23:56Z</dc:date>
    </item>
  </channel>
</rss>

