<?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: qpopper make error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/qpopper-make-error/m-p/2549135#M876428</link>
    <description>Hi Edward,&lt;BR /&gt;&lt;BR /&gt;calling gcc you are using the options -g (debugging option) and -O2 (optimization option). Normally, you should not use these options at the same time because they are mutually exclusive. Try to not use the -O2 option.&lt;BR /&gt;&lt;BR /&gt;Many programs are written in ANSI standard, maybe qpopper, too. Therefore, try to use the gcc option "-ansi".&lt;BR /&gt;&lt;BR /&gt;Furthermore, I would have a look on the installation hints on qpopper-2.53 available at &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Mail/qpopper-2.53/." target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Mail/qpopper-2.53/.&lt;/A&gt; Read qpopper/qpopper-RUN/opt/qpopper/doc/HPUX.Install. Maybe, the installation procedure did not change dramatically, so that you are able to get new hints on installing the newer qpopper version 4.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Thomas</description>
    <pubDate>Tue, 10 Jul 2001 17:25:52 GMT</pubDate>
    <dc:creator>Thomas Schler_1</dc:creator>
    <dc:date>2001-07-10T17:25:52Z</dc:date>
    <item>
      <title>qpopper make error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qpopper-make-error/m-p/2549132#M876425</link>
      <description>i'm trying to install qpopper version 4 from source.  I looked for a precompiled version but found a very old version only (&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/Mail/qpopper-2.53/)" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/Mail/qpopper-2.53/)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;when i issued the make command i get the following:&lt;BR /&gt;&lt;BR /&gt;        cd ./popper  &amp;amp;&amp;amp; make all&lt;BR /&gt;        /opt/gcc/bin/gcc -c -I.. -I.. -I.                 -I../mmangle -I../common                  -g -O2 -DHAVE_CONFIG_H  -DHPUX -DSPEC_POP_AUTH -DUNIX pop_dele.c&lt;BR /&gt; -o pop_dele.o&lt;BR /&gt;In file included from pop_dele.c:24:&lt;BR /&gt;/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdio.h:30: warning: `&lt;BR /&gt;__va__list' redefined&lt;BR /&gt;/usr/include/sys/stdsyms.h:422: warning: this is the location of the previous de&lt;BR /&gt;finition&lt;BR /&gt;In file included from pop_dele.c:25:&lt;BR /&gt;/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdlib.h:28: warning: &lt;BR /&gt;`__va__list' redefined&lt;BR /&gt;/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdio.h:30: warning: t&lt;BR /&gt;his is the location of the previous definition&lt;BR /&gt;In file included from popper.h:62,&lt;BR /&gt;                 from pop_dele.c:29:&lt;BR /&gt;/usr/include/sys/socket.h:439: parse error before `sendfile'&lt;BR /&gt;/usr/include/sys/socket.h:439: parse error before `bsize_t'&lt;BR /&gt;/usr/include/sys/socket.h:440: warning: data definition has no type or storage c&lt;BR /&gt;lass&lt;BR /&gt;/usr/include/sys/socket.h:441: parse error before `sendpath'&lt;BR /&gt;/usr/include/sys/socket.h:441: parse error before `bsize_t'&lt;BR /&gt;/usr/include/sys/socket.h:442: warning: data definition has no type or storage c&lt;BR /&gt;lass&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.</description>
      <pubDate>Thu, 05 Jul 2001 14:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qpopper-make-error/m-p/2549132#M876425</guid>
      <dc:creator>Edward Alfert_1</dc:creator>
      <dc:date>2001-07-05T14:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: qpopper make error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qpopper-make-error/m-p/2549133#M876426</link>
      <description>Hi Edward,&lt;BR /&gt;&lt;BR /&gt;the first part of your output contains some warning messages that normally could&lt;BR /&gt;be neglected if make would come to its normal end.&lt;BR /&gt;&lt;BR /&gt;Error messages are listed on the second part. There may be some syntax errors that lead to break the make process.&lt;BR /&gt;&lt;BR /&gt;Possible causes are real syntax errors (less probable), or others:&lt;BR /&gt;&lt;BR /&gt;-) Check if you are using the latest version of gcc (not an old one).&lt;BR /&gt;&lt;BR /&gt;-) Check if the paths that are listed in Makefile are really accessible on your system.&lt;BR /&gt;&lt;BR /&gt;-) ...&lt;BR /&gt;&lt;BR /&gt;But maybe the best way is to get the newest qpopper version. The link you had given does not work. Try this: &lt;A href="http://www.eudora.com/qpopper/" target="_blank"&gt;http://www.eudora.com/qpopper/&lt;/A&gt;</description>
      <pubDate>Thu, 05 Jul 2001 15:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qpopper-make-error/m-p/2549133#M876426</guid>
      <dc:creator>Thomas Schler_1</dc:creator>
      <dc:date>2001-07-05T15:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: qpopper make error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qpopper-make-error/m-p/2549134#M876427</link>
      <description>i think i have the latest gcc because when i do "#gcc -v" i get:&lt;BR /&gt;Reading specs from /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/specs&lt;BR /&gt;gcc version 2.95.3 20010315 (release)&lt;BR /&gt;&lt;BR /&gt;and i also have binutils installed.&lt;BR /&gt;&lt;BR /&gt;the link was for the only binary that i found and i don't want to use it because it is too old.  So i donwloaded the source from &lt;A href="http://www.eudora.com/qpopper" target="_blank"&gt;www.eudora.com/qpopper&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I checked the directories it was using in Makefile and they all look good.&lt;BR /&gt;&lt;BR /&gt;Any other things i should check would be greatly appreciated.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jul 2001 16:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qpopper-make-error/m-p/2549134#M876427</guid>
      <dc:creator>Edward Alfert_1</dc:creator>
      <dc:date>2001-07-05T16:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: qpopper make error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qpopper-make-error/m-p/2549135#M876428</link>
      <description>Hi Edward,&lt;BR /&gt;&lt;BR /&gt;calling gcc you are using the options -g (debugging option) and -O2 (optimization option). Normally, you should not use these options at the same time because they are mutually exclusive. Try to not use the -O2 option.&lt;BR /&gt;&lt;BR /&gt;Many programs are written in ANSI standard, maybe qpopper, too. Therefore, try to use the gcc option "-ansi".&lt;BR /&gt;&lt;BR /&gt;Furthermore, I would have a look on the installation hints on qpopper-2.53 available at &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Mail/qpopper-2.53/." target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Mail/qpopper-2.53/.&lt;/A&gt; Read qpopper/qpopper-RUN/opt/qpopper/doc/HPUX.Install. Maybe, the installation procedure did not change dramatically, so that you are able to get new hints on installing the newer qpopper version 4.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Thomas</description>
      <pubDate>Tue, 10 Jul 2001 17:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qpopper-make-error/m-p/2549135#M876428</guid>
      <dc:creator>Thomas Schler_1</dc:creator>
      <dc:date>2001-07-10T17:25:52Z</dc:date>
    </item>
  </channel>
</rss>

