<?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: Perl Module X11::GUITest in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961058#M95052</link>
    <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;I don't believe that you have the Ansi C compiler.  Do:&lt;BR /&gt;&lt;BR /&gt;# whereis cc&lt;BR /&gt;&lt;BR /&gt;You should see something like:&lt;BR /&gt;&lt;BR /&gt;cc: /usr/bin/cc /usr/ccs/bin/cc /opt/ansic/bin/cc /opt/ansic/share/man/man1.Z/cc&lt;BR /&gt;.1&lt;BR /&gt;&lt;BR /&gt;...and:&lt;BR /&gt;&lt;BR /&gt;'/usr/bin/cc' should be linked to '/opt/an&lt;BR /&gt;sic/bin/cc' if you have Ansi C.  Otherwise you have the old K&amp;amp;R bundled C compiler only.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 13 Mar 2007 13:47:58 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-03-13T13:47:58Z</dc:date>
    <item>
      <title>Perl Module X11::GUITest</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961055#M95049</link>
      <description>I am having a problem installing X11 GUITest&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;with the standard compiler i get these errors&lt;BR /&gt;&lt;BR /&gt;$ make&lt;BR /&gt;        cc  -c  -I/usr/X11R6/include -I/usr/X/include  -Wall -O2    -DVERSION=\"0.20\"  -DXS_VERSION=\"0.20\" +Z "-I/opt/perl_32/lib/5.8.7/PA-RISC1.1-thread-multi/CORE"  -DNDEBUG GUITest.c&lt;BR /&gt;(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;(Bundled) cc: warning 422: Unknown option "2" ignored.&lt;BR /&gt;(Bundled) cc: warning 480: The +Z option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;cpp: "/opt/perl_32/lib/5.8.7/PA-RISC1.1-thread-multi/CORE/perlio.h", line 108: error 4065: Recursion in macro "PerlIO".&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But I added gcc to the Makefile and I receive the following errors&lt;BR /&gt;&lt;BR /&gt;$ make&lt;BR /&gt;        /opt/gcc/bin/gcc  -c  -I/usr/X11R6/include -I/usr/X/include  -Wall -O2    -DVERSION=\"0.20\"  -DXS_VERSION=\"0.20\" +Z "-I/opt/perl_32/lib/5.8.7/PA-RISC1.1-thread-multi/CORE"  -DNDEBUG GUITest.c&lt;BR /&gt;gcc: +Z: No such file or directory&lt;BR /&gt;GUITest.xs:39: X11/Xlib.h: No such file or directory&lt;BR /&gt;GUITest.xs:40: X11/Xutil.h: No such file or directory&lt;BR /&gt;GUITest.xs:41: X11/Intrinsic.h: No such file or directory&lt;BR /&gt;GUITest.xs:42: X11/StringDefs.h: No such file or directory&lt;BR /&gt;GUITest.xs:43: X11/keysym.h: No such file or directory&lt;BR /&gt;GUITest.xs:44: X11/extensions/XTest.h: No such file or directory&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And those files exist in the specified directory of /usr/X11R6&lt;BR /&gt;&lt;BR /&gt;Thanks for the help</description>
      <pubDate>Tue, 13 Mar 2007 13:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961055#M95049</guid>
      <dc:creator>Dustin Hice</dc:creator>
      <dc:date>2007-03-13T13:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module X11::GUITest</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961056#M95050</link>
      <description>Hi Dustin:&lt;BR /&gt;&lt;BR /&gt;Do:&lt;BR /&gt;&lt;BR /&gt;# perl -V:cc&lt;BR /&gt;&lt;BR /&gt;...to determine if your Perl was compiled with 'gcc' or with HP's Ansi compiler.  If the later, you that, not the bundled K&amp;amp;R C compiler that comes with HP-UX.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 13 Mar 2007 13:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961056#M95050</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-03-13T13:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module X11::GUITest</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961057#M95051</link>
      <description>perl -V:cc&lt;BR /&gt;cc='cc';&lt;BR /&gt;&lt;BR /&gt;perl -V:gcc&lt;BR /&gt;gcc='UNKNOWN';&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So it was compiled with the standard compiler, but I am not sure what you are telling me to do, if this is the case.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Tue, 13 Mar 2007 13:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961057#M95051</guid>
      <dc:creator>Dustin Hice</dc:creator>
      <dc:date>2007-03-13T13:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module X11::GUITest</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961058#M95052</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;I don't believe that you have the Ansi C compiler.  Do:&lt;BR /&gt;&lt;BR /&gt;# whereis cc&lt;BR /&gt;&lt;BR /&gt;You should see something like:&lt;BR /&gt;&lt;BR /&gt;cc: /usr/bin/cc /usr/ccs/bin/cc /opt/ansic/bin/cc /opt/ansic/share/man/man1.Z/cc&lt;BR /&gt;.1&lt;BR /&gt;&lt;BR /&gt;...and:&lt;BR /&gt;&lt;BR /&gt;'/usr/bin/cc' should be linked to '/opt/an&lt;BR /&gt;sic/bin/cc' if you have Ansi C.  Otherwise you have the old K&amp;amp;R bundled C compiler only.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 13 Mar 2007 13:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961058#M95052</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-03-13T13:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module X11::GUITest</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961059#M95053</link>
      <description>whereis cc&lt;BR /&gt;cc: /usr/bin/cc /usr/ccs/bin/cc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I do not think I have that particular compiler, so how can I get this module to install?</description>
      <pubDate>Tue, 13 Mar 2007 13:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961059#M95053</guid>
      <dc:creator>Dustin Hice</dc:creator>
      <dc:date>2007-03-13T13:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module X11::GUITest</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961060#M95054</link>
      <description>Hi (again) Dustin:&lt;BR /&gt;&lt;BR /&gt;You need the Ansi C compiler since your Perl was compiled with that; _OR_ you need to fetch a version of Perl compiled with 'gcc' along with a 'gcc' compiler.&lt;BR /&gt;&lt;BR /&gt;I would suggest that you visit Merijn's site for both:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 13 Mar 2007 14:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961060#M95054</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-03-13T14:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module X11::GUITest</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961061#M95055</link>
      <description>I am having some trouble installing the gcc version.  It says that *initialization*1: missing token-sequence in '#assert', and then says that the gcc compiler isn't working.&lt;BR /&gt;&lt;BR /&gt;It does this if I use cc or gcc, but I know they both can compile. Any suggestions?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sorry for all the trouble</description>
      <pubDate>Tue, 13 Mar 2007 15:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-module-x11-guitest/m-p/3961061#M95055</guid>
      <dc:creator>Dustin Hice</dc:creator>
      <dc:date>2007-03-13T15:30:04Z</dc:date>
    </item>
  </channel>
</rss>

