<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1688</id>
	<title>Nabble - Gnu - GV</title>
	<updated>2009-12-03T08:59:11Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnu---GV-f1688.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnu---GV-f1688.html" />
	<subtitle type="html">GNU gv allows to view and navigate through PostScript and PDF documents on an X display by providing a user interface for the ghostscript interpreter. gv is a improved derivation of Timothy O. Theisen's Ghostview developed by Johannes Plass. Gnu - GV home is &lt;a href=&quot;http://www.gnu.org/software/gv/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26634089</id>
	<title>Bad link in gv Web page</title>
	<published>2009-12-03T08:59:11Z</published>
	<updated>2009-12-03T08:59:11Z</updated>
	<author>
		<name>Marc Baudoin-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;In the &lt;a href=&quot;http://www.gnu.org/software/gv/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/gv/&lt;/a&gt;&amp;nbsp;Web page, in the
&lt;br&gt;Documentation section, the link to the manual is
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/manual/manual.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/manual/manual.html&lt;/a&gt;. &amp;nbsp;The
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/gv/manual/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/gv/manual/&lt;/a&gt;&amp;nbsp;might be more accurate.
&lt;br&gt;&lt;br&gt;Regards.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bad-link-in-gv-Web-page-tp26634089p26634089.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26467437</id>
	<title>Re: Patch so gv supports _NET_WM_PID</title>
	<published>2009-11-22T09:38:29Z</published>
	<updated>2009-11-22T09:38:29Z</updated>
	<author>
		<name>Bernhard R. Link-2</name>
	</author>
	<content type="html">* Robert Zinkov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26467437&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rzinkov@...&lt;/a&gt;&amp;gt; [091119 23:03]:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; --- gv-3.6.7/src/main.old.c	2009-01-15 06:35:49.000000000 -0800
&lt;br&gt;&amp;gt; +++ gv-3.6.7/src/main.c	2009-11-19 13:51:15.000000000 -0800
&lt;br&gt;&amp;gt; @@ -1341,6 +1341,15 @@
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;pid_t pid = getpid ();
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;Atom net_wm_pid = XInternAtom(XtDisplay(toplevel), &amp;quot;_NET_WM_PID&amp;quot;, False);
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;XChangeProperty (XtDisplay(toplevel), XtWindow(toplevel),
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; net_wm_pid,
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; XA_CARDINAL, 32,
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PropModeReplace,
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (unsigned char *)&amp;pid, 1);
&lt;/div&gt;&lt;br&gt;That does not look right. You give a pointer to a pid_t and claim it is
&lt;br&gt;a pointer to a Cardinal. If that ever are different sizes, there is no
&lt;br&gt;way this can give a compiler warning about being wrong.
&lt;br&gt;&lt;br&gt;Hochachtungsvoll,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Bernhard R. Link
&lt;br&gt;-- 
&lt;br&gt;&amp;quot;Never contain programs so few bugs, as when no debugging tools are available!&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Niklaus Wirth
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Patch-so-gv-supports-_NET_WM_PID-tp26434900p26467437.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26434900</id>
	<title>Patch so gv supports _NET_WM_PID</title>
	<published>2009-11-19T14:03:32Z</published>
	<updated>2009-11-19T14:03:32Z</updated>
	<author>
		<name>Captain Fourier</name>
	</author>
	<content type="html">Hey,
&lt;br&gt;&lt;br&gt;I noticed that gv didn't show its pid in the window information. I
&lt;br&gt;have attached a patch that fixes the problem.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Rob
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[gv.patch]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;--- gv-3.6.7/src/main.old.c	2009-01-15 06:35:49.000000000 -0800
&lt;br&gt;+++ gv-3.6.7/src/main.c	2009-11-19 13:51:15.000000000 -0800
&lt;br&gt;@@ -1341,6 +1341,15 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;pid_t pid = getpid ();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;Atom net_wm_pid = XInternAtom(XtDisplay(toplevel), &amp;quot;_NET_WM_PID&amp;quot;, False);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;XChangeProperty (XtDisplay(toplevel), XtWindow(toplevel),
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; net_wm_pid,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; XA_CARDINAL, 32,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PropModeReplace,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (unsigned char *)&amp;pid, 1);
&lt;br&gt;+
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;INFMESSAGE(mapping toplevel)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;XtMapWidget(toplevel);
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;@@ -1530,10 +1539,3 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp;ENDMESSAGE(main_createScaleMenu)
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;-
&lt;br&gt;-
&lt;br&gt;-
&lt;br&gt;-
&lt;br&gt;-
&lt;br&gt;-
&lt;br&gt;-
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Patch-so-gv-supports-_NET_WM_PID-tp26434900p26434900.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25932121</id>
	<title>icon suggestion?</title>
	<published>2009-10-16T13:47:02Z</published>
	<updated>2009-10-16T13:47:02Z</updated>
	<author>
		<name>Orion Poplawski</name>
	</author>
	<content type="html">I package gv for fedora, but currently we don't have a good icon for gv. 
&lt;br&gt;&amp;nbsp; Any suggestions?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Orion Poplawski
&lt;br&gt;Technical Manager &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 303-415-9701 x222
&lt;br&gt;NWRA/CoRA Division &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FAX: 303-415-9702
&lt;br&gt;3380 Mitchell Lane &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25932121&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orion@...&lt;/a&gt;
&lt;br&gt;Boulder, CO 80301 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.cora.nwra.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cora.nwra.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Help-f1690.html&quot; embed=&quot;fixTarget[1690]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/icon-suggestion--tp25932121p25932121.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25369336</id>
	<title>Re: Compiling gv-3.6.7: Configure can't find Xaw3d library</title>
	<published>2009-09-09T09:02:16Z</published>
	<updated>2009-09-09T09:02:16Z</updated>
	<author>
		<name>George.Watt</name>
	</author>
	<content type="html">Thanks Guys,
&lt;br&gt;&lt;br&gt;The problem, it turns out, is that the xaw3d-devel package is not available in SLED11. &amp;nbsp;So I either have to load up an openSuse package, which compromises my SLED support contract, or use evince to view postcript. &amp;nbsp;openSuse also provides gv pre-compiled.
&lt;br&gt;&lt;br&gt;George
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Bernhard R. Link wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; * Markus Steinborn &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25369336&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnugv_maintainer@...&lt;/a&gt;&amp;gt; [090904 07:56]:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25369336&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;George.Watt@...&lt;/a&gt; schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Trying to compile gv from gv-3.6.7.tar.gz using gcc on an x86_64 machine using an uptodate SLED 11 OS. &amp;nbsp;./configure gives the attached config.log. &amp;nbsp;However, Xaw3d is installed as shown below:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; $ find /usr -name &amp;quot;*Xaw3d*&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /usr/lib64/libXaw3d.so.8
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /usr/lib64/libXaw3d.so.6
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /usr/lib64/libXaw3d.so.8.0
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /usr/lib64/libXaw3d.so.6.1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /usr/lib/libXaw3d.so.8
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /usr/lib/libXaw3d.so.6
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /usr/lib/libXaw3d.so.8.0
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /usr/lib/libXaw3d.so.6.1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; You are missing the Xaw3d-header files:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It's not only the header files, but is also the .so symlink.
&lt;br&gt;&amp;gt; The libXaw3d.so.VERSION are for already existing binaries to use.
&lt;br&gt;&amp;gt; To create new binaries, you need a libXaw3d.so file, which is usually
&lt;br&gt;&amp;gt; a symlink to one of the ones with version.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But the symlink will usually be in the same package as the header files,
&lt;br&gt;&amp;gt; so if you install the correct package for the headers, you will most
&lt;br&gt;&amp;gt; likely also have the needed symlink.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hochachtungsvoll,
&lt;br&gt;&amp;gt; 	Bernhard R. Link
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compiling-gv-3.6.7%3A-Configure-can%27t-find-Xaw3d-library-tp25288323p25369336.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25291601</id>
	<title>Re: Compiling gv-3.6.7: Configure can't find Xaw3d library</title>
	<published>2009-09-04T02:58:02Z</published>
	<updated>2009-09-04T02:58:02Z</updated>
	<author>
		<name>Bernhard R. Link-2</name>
	</author>
	<content type="html">* Markus Steinborn &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25291601&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnugv_maintainer@...&lt;/a&gt;&amp;gt; [090904 07:56]:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25291601&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;George.Watt@...&lt;/a&gt; schrieb:
&lt;br&gt;&amp;gt;&amp;gt; Trying to compile gv from gv-3.6.7.tar.gz using gcc on an x86_64 machine using an uptodate SLED 11 OS. &amp;nbsp;./configure gives the attached config.log. &amp;nbsp;However, Xaw3d is installed as shown below:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; $ find /usr -name &amp;quot;*Xaw3d*&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; /usr/lib64/libXaw3d.so.8
&lt;br&gt;&amp;gt;&amp;gt; /usr/lib64/libXaw3d.so.6
&lt;br&gt;&amp;gt;&amp;gt; /usr/lib64/libXaw3d.so.8.0
&lt;br&gt;&amp;gt;&amp;gt; /usr/lib64/libXaw3d.so.6.1
&lt;br&gt;&amp;gt;&amp;gt; /usr/lib/libXaw3d.so.8
&lt;br&gt;&amp;gt;&amp;gt; /usr/lib/libXaw3d.so.6
&lt;br&gt;&amp;gt;&amp;gt; /usr/lib/libXaw3d.so.8.0
&lt;br&gt;&amp;gt;&amp;gt; /usr/lib/libXaw3d.so.6.1
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; You are missing the Xaw3d-header files:
&lt;/div&gt;&lt;br&gt;It's not only the header files, but is also the .so symlink.
&lt;br&gt;The libXaw3d.so.VERSION are for already existing binaries to use.
&lt;br&gt;To create new binaries, you need a libXaw3d.so file, which is usually
&lt;br&gt;a symlink to one of the ones with version.
&lt;br&gt;&lt;br&gt;But the symlink will usually be in the same package as the header files,
&lt;br&gt;so if you install the correct package for the headers, you will most
&lt;br&gt;likely also have the needed symlink.
&lt;br&gt;&lt;br&gt;Hochachtungsvoll,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Bernhard R. Link
&lt;br&gt;-- 
&lt;br&gt;&amp;quot;Never contain programs so few bugs, as when no debugging tools are available!&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Niklaus Wirth
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compiling-gv-3.6.7%3A-Configure-can%27t-find-Xaw3d-library-tp25288323p25291601.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25288709</id>
	<title>Re: Compiling gv-3.6.7: Configure can't find Xaw3d library</title>
	<published>2009-09-03T22:54:48Z</published>
	<updated>2009-09-03T22:54:48Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25288709&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;George.Watt@...&lt;/a&gt; schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Trying to compile gv from gv-3.6.7.tar.gz using gcc on an x86_64 machine using an uptodate SLED 11 OS. &amp;nbsp;./configure gives the attached config.log. &amp;nbsp;However, Xaw3d is installed as shown below:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ find /usr -name &amp;quot;*Xaw3d*&amp;quot;
&lt;br&gt;&amp;gt; /usr/lib64/libXaw3d.so.8
&lt;br&gt;&amp;gt; /usr/lib64/libXaw3d.so.6
&lt;br&gt;&amp;gt; /usr/lib64/libXaw3d.so.8.0
&lt;br&gt;&amp;gt; /usr/lib64/libXaw3d.so.6.1
&lt;br&gt;&amp;gt; /usr/lib/libXaw3d.so.8
&lt;br&gt;&amp;gt; /usr/lib/libXaw3d.so.6
&lt;br&gt;&amp;gt; /usr/lib/libXaw3d.so.8.0
&lt;br&gt;&amp;gt; /usr/lib/libXaw3d.so.6.1
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;You are missing the Xaw3d-header files:
&lt;br&gt;&lt;br&gt;/usr/include/X11/Xaw3d
&lt;br&gt;/usr/include/X11/Xaw3d/AllWidgets.h
&lt;br&gt;/usr/include/X11/Xaw3d/AsciiSink.h
&lt;br&gt;/usr/include/X11/Xaw3d/AsciiSinkP.h
&lt;br&gt;&lt;br&gt;and so on.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Look for a package named Xaw3d-Devel or similar - the correct name 
&lt;br&gt;depends on your distribution.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Greetings from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;GNU GV maintainer
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compiling-gv-3.6.7%3A-Configure-can%27t-find-Xaw3d-library-tp25288323p25288709.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25288323</id>
	<title>Compiling gv-3.6.7: Configure can't find Xaw3d library</title>
	<published>2009-09-03T09:11:25Z</published>
	<updated>2009-09-03T09:11:25Z</updated>
	<author>
		<name>George.Watt</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;Trying to compile gv from gv-3.6.7.tar.gz using gcc on an x86_64 machine using an uptodate SLED 11 OS. &amp;nbsp;./configure gives the attached config.log. &amp;nbsp;However, Xaw3d is installed as shown below:
&lt;br&gt;&lt;br&gt;$ find /usr -name &amp;quot;*Xaw3d*&amp;quot;
&lt;br&gt;/usr/lib64/libXaw3d.so.8
&lt;br&gt;/usr/lib64/libXaw3d.so.6
&lt;br&gt;/usr/lib64/libXaw3d.so.8.0
&lt;br&gt;/usr/lib64/libXaw3d.so.6.1
&lt;br&gt;/usr/lib/libXaw3d.so.8
&lt;br&gt;/usr/lib/libXaw3d.so.6
&lt;br&gt;/usr/lib/libXaw3d.so.8.0
&lt;br&gt;/usr/lib/libXaw3d.so.6.1
&lt;br&gt;&lt;br&gt;George
&lt;br&gt;--
&lt;br&gt;George D. Watt, PhD &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25288323&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;george.watt@...&lt;/a&gt;
&lt;br&gt;Defence R&amp;D Canada - Atlantic &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (902)426-3100 x381
&lt;br&gt;PO Box 1012, Dartmouth, NS, Canada &amp;nbsp;B2Y 3Z7 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FAX (902)426-9654
&lt;br&gt;&lt;br /&gt;This file contains any messages produced by compilers while
&lt;br&gt;running configure, to aid debugging if configure makes a mistake.
&lt;br&gt;&lt;br&gt;It was created by configure, which was
&lt;br&gt;generated by GNU Autoconf 2.61. &amp;nbsp;Invocation command line was
&lt;br&gt;&lt;br&gt;&amp;nbsp; $ ./configure 
&lt;br&gt;&lt;br&gt;## --------- ##
&lt;br&gt;## Platform. ##
&lt;br&gt;## --------- ##
&lt;br&gt;&lt;br&gt;hostname = bella
&lt;br&gt;uname -m = x86_64
&lt;br&gt;uname -r = 2.6.27.29-0.1-default
&lt;br&gt;uname -s = Linux
&lt;br&gt;uname -v = #1 SMP 2009-08-15 17:53:59 +0200
&lt;br&gt;&lt;br&gt;/usr/bin/uname -p = unknown
&lt;br&gt;/bin/uname -X &amp;nbsp; &amp;nbsp; = unknown
&lt;br&gt;&lt;br&gt;/bin/arch &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= x86_64
&lt;br&gt;/usr/bin/arch -k &amp;nbsp; &amp;nbsp; &amp;nbsp; = unknown
&lt;br&gt;/usr/convex/getsysinfo = unknown
&lt;br&gt;/usr/bin/hostinfo &amp;nbsp; &amp;nbsp; &amp;nbsp;= unknown
&lt;br&gt;/bin/machine &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = unknown
&lt;br&gt;/usr/bin/oslevel &amp;nbsp; &amp;nbsp; &amp;nbsp; = unknown
&lt;br&gt;/bin/universe &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= unknown
&lt;br&gt;&lt;br&gt;PATH: /home/watt/bin
&lt;br&gt;PATH: /usr/local/bin
&lt;br&gt;PATH: /usr/bin
&lt;br&gt;PATH: /bin
&lt;br&gt;PATH: /usr/X11R6/bin
&lt;br&gt;PATH: /usr/bin/X11
&lt;br&gt;PATH: /usr/games
&lt;br&gt;PATH: /usr/lib/mit/bin
&lt;br&gt;PATH: /usr/lib/mit/sbin
&lt;br&gt;PATH: .
&lt;br&gt;&lt;br&gt;&lt;br&gt;## ----------- ##
&lt;br&gt;## Core tests. ##
&lt;br&gt;## ----------- ##
&lt;br&gt;&lt;br&gt;configure:1871: checking for a BSD-compatible install
&lt;br&gt;configure:1927: result: /usr/bin/install -c
&lt;br&gt;configure:1938: checking whether build environment is sane
&lt;br&gt;configure:1981: result: yes
&lt;br&gt;configure:2009: checking for a thread-safe mkdir -p
&lt;br&gt;configure:2048: result: /bin/mkdir -p
&lt;br&gt;configure:2061: checking for gawk
&lt;br&gt;configure:2077: found /usr/bin/gawk
&lt;br&gt;configure:2088: result: gawk
&lt;br&gt;configure:2099: checking whether make sets $(MAKE)
&lt;br&gt;configure:2120: result: yes
&lt;br&gt;configure:2311: checking whether to enable maintainer-specific portions of Makefiles
&lt;br&gt;configure:2320: result: no
&lt;br&gt;configure:2393: checking for gcc
&lt;br&gt;configure:2409: found /usr/bin/gcc
&lt;br&gt;configure:2420: result: gcc
&lt;br&gt;configure:2658: checking for C compiler version
&lt;br&gt;configure:2665: gcc --version &amp;gt;&amp;5
&lt;br&gt;gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291]
&lt;br&gt;Copyright (C) 2008 Free Software Foundation, Inc.
&lt;br&gt;This is free software; see the source for copying conditions. &amp;nbsp;There is NO
&lt;br&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
&lt;br&gt;&lt;br&gt;configure:2668: $? = 0
&lt;br&gt;configure:2675: gcc -v &amp;gt;&amp;5
&lt;br&gt;Using built-in specs.
&lt;br&gt;Target: x86_64-suse-linux
&lt;br&gt;Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=&lt;a href=&quot;http://bugs.opensuse.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.opensuse.org/&lt;/a&gt;&amp;nbsp;--with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.3 --enable-linux-futex --without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux
&lt;br&gt;Thread model: posix
&lt;br&gt;gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux) 
&lt;br&gt;configure:2678: $? = 0
&lt;br&gt;configure:2685: gcc -V &amp;gt;&amp;5
&lt;br&gt;gcc: '-V' option must have argument
&lt;br&gt;configure:2688: $? = 1
&lt;br&gt;configure:2711: checking for C compiler default output file name
&lt;br&gt;configure:2738: gcc &amp;nbsp; &amp;nbsp;conftest.c &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;configure:2741: $? = 0
&lt;br&gt;configure:2779: result: a.out
&lt;br&gt;configure:2796: checking whether the C compiler works
&lt;br&gt;configure:2806: ./a.out
&lt;br&gt;configure:2809: $? = 0
&lt;br&gt;configure:2826: result: yes
&lt;br&gt;configure:2833: checking whether we are cross compiling
&lt;br&gt;configure:2835: result: no
&lt;br&gt;configure:2838: checking for suffix of executables
&lt;br&gt;configure:2845: gcc -o conftest &amp;nbsp; &amp;nbsp;conftest.c &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;configure:2848: $? = 0
&lt;br&gt;configure:2872: result: 
&lt;br&gt;configure:2878: checking for suffix of object files
&lt;br&gt;configure:2904: gcc -c &amp;nbsp; conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:2907: $? = 0
&lt;br&gt;configure:2930: result: o
&lt;br&gt;configure:2934: checking whether we are using the GNU C compiler
&lt;br&gt;configure:2963: gcc -c &amp;nbsp; conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:2969: $? = 0
&lt;br&gt;configure:2986: result: yes
&lt;br&gt;configure:2991: checking whether gcc accepts -g
&lt;br&gt;configure:3021: gcc -c -g &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:3027: $? = 0
&lt;br&gt;configure:3126: result: yes
&lt;br&gt;configure:3143: checking for gcc option to accept ISO C89
&lt;br&gt;configure:3217: gcc &amp;nbsp;-c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:3223: $? = 0
&lt;br&gt;configure:3246: result: none needed
&lt;br&gt;configure:3275: checking for style of include used by make
&lt;br&gt;configure:3303: result: GNU
&lt;br&gt;configure:3328: checking dependency style of gcc
&lt;br&gt;configure:3419: result: gcc3
&lt;br&gt;configure:3477: checking for ranlib
&lt;br&gt;configure:3493: found /usr/bin/ranlib
&lt;br&gt;configure:3504: result: ranlib
&lt;br&gt;configure:3539: checking how to run the C preprocessor
&lt;br&gt;configure:3579: gcc -E &amp;nbsp;conftest.c
&lt;br&gt;configure:3585: $? = 0
&lt;br&gt;configure:3616: gcc -E &amp;nbsp;conftest.c
&lt;br&gt;conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
&lt;br&gt;configure:3622: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #include &amp;lt;ac_nonexistent.h&amp;gt;
&lt;br&gt;configure:3655: result: gcc -E
&lt;br&gt;configure:3684: gcc -E &amp;nbsp;conftest.c
&lt;br&gt;configure:3690: $? = 0
&lt;br&gt;configure:3721: gcc -E &amp;nbsp;conftest.c
&lt;br&gt;conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
&lt;br&gt;configure:3727: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #include &amp;lt;ac_nonexistent.h&amp;gt;
&lt;br&gt;configure:3765: checking for grep that handles long lines and -e
&lt;br&gt;configure:3839: result: /usr/bin/grep
&lt;br&gt;configure:3844: checking for egrep
&lt;br&gt;configure:3922: result: /usr/bin/grep -E
&lt;br&gt;configure:3927: checking for ANSI C header files
&lt;br&gt;configure:3957: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:3963: $? = 0
&lt;br&gt;configure:4062: gcc -o conftest -g -O2 &amp;nbsp; conftest.c &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;configure:4065: $? = 0
&lt;br&gt;configure:4071: ./conftest
&lt;br&gt;configure:4074: $? = 0
&lt;br&gt;configure:4091: result: yes
&lt;br&gt;configure:4115: checking for sys/types.h
&lt;br&gt;configure:4136: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:4142: $? = 0
&lt;br&gt;configure:4158: result: yes
&lt;br&gt;configure:4115: checking for sys/stat.h
&lt;br&gt;configure:4136: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:4142: $? = 0
&lt;br&gt;configure:4158: result: yes
&lt;br&gt;configure:4115: checking for stdlib.h
&lt;br&gt;configure:4136: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:4142: $? = 0
&lt;br&gt;configure:4158: result: yes
&lt;br&gt;configure:4115: checking for string.h
&lt;br&gt;configure:4136: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:4142: $? = 0
&lt;br&gt;configure:4158: result: yes
&lt;br&gt;configure:4115: checking for memory.h
&lt;br&gt;configure:4136: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:4142: $? = 0
&lt;br&gt;configure:4158: result: yes
&lt;br&gt;configure:4115: checking for strings.h
&lt;br&gt;configure:4136: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:4142: $? = 0
&lt;br&gt;configure:4158: result: yes
&lt;br&gt;configure:4115: checking for inttypes.h
&lt;br&gt;configure:4136: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:4142: $? = 0
&lt;br&gt;configure:4158: result: yes
&lt;br&gt;configure:4115: checking for stdint.h
&lt;br&gt;configure:4136: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:4142: $? = 0
&lt;br&gt;configure:4158: result: yes
&lt;br&gt;configure:4115: checking for unistd.h
&lt;br&gt;configure:4136: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:4142: $? = 0
&lt;br&gt;configure:4158: result: yes
&lt;br&gt;configure:4187: checking getopt.h usability
&lt;br&gt;configure:4204: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:4210: $? = 0
&lt;br&gt;configure:4224: result: yes
&lt;br&gt;configure:4228: checking getopt.h presence
&lt;br&gt;configure:4243: gcc -E &amp;nbsp;conftest.c
&lt;br&gt;configure:4249: $? = 0
&lt;br&gt;configure:4263: result: yes
&lt;br&gt;configure:4291: checking for getopt.h
&lt;br&gt;configure:4299: result: yes
&lt;br&gt;configure:4321: checking for getopt_long_only
&lt;br&gt;configure:4377: gcc -o conftest -g -O2 &amp;nbsp; conftest.c &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;configure:4383: $? = 0
&lt;br&gt;configure:4401: result: yes
&lt;br&gt;configure:4416: checking whether optreset is declared
&lt;br&gt;configure:4446: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;conftest.c: In function 'main':
&lt;br&gt;conftest.c:28: error: 'optreset' undeclared (first use in this function)
&lt;br&gt;conftest.c:28: error: (Each undeclared identifier is reported only once
&lt;br&gt;conftest.c:28: error: for each function it appears in.)
&lt;br&gt;configure:4452: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #include &amp;lt;getopt.h&amp;gt;
&lt;br&gt;| 
&lt;br&gt;| int
&lt;br&gt;| main ()
&lt;br&gt;| {
&lt;br&gt;| #ifndef optreset
&lt;br&gt;| &amp;nbsp; (void) optreset;
&lt;br&gt;| #endif
&lt;br&gt;| 
&lt;br&gt;| &amp;nbsp; ;
&lt;br&gt;| &amp;nbsp; return 0;
&lt;br&gt;| }
&lt;br&gt;configure:4467: result: no
&lt;br&gt;configure:4476: checking for working GNU getopt function
&lt;br&gt;configure:4569: gcc -o conftest -g -O2 &amp;nbsp; conftest.c &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;configure:4572: $? = 0
&lt;br&gt;configure:4578: ./conftest
&lt;br&gt;conftest: invalid option -- '+'
&lt;br&gt;configure:4581: $? = 0
&lt;br&gt;configure:4597: result: yes
&lt;br&gt;configure:4605: checking whether getenv is declared
&lt;br&gt;configure:4634: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;configure:4640: $? = 0
&lt;br&gt;configure:4655: result: yes
&lt;br&gt;configure:4698: checking whether the preprocessor supports include_next
&lt;br&gt;configure:4711: gcc -E &amp;nbsp;conftest.c
&lt;br&gt;conftest.c:1:2: warning: #include_next in primary source file
&lt;br&gt;configure:4717: $? = 0
&lt;br&gt;configure:4732: result: yes
&lt;br&gt;configure:4757: checking for unistd.h
&lt;br&gt;configure:4763: result: yes
&lt;br&gt;configure:5022: checking for sqrt in -lm
&lt;br&gt;configure:5057: gcc -o conftest -g -O2 &amp;nbsp; conftest.c -lm &amp;nbsp; &amp;gt;&amp;5
&lt;br&gt;conftest.c:32: warning: conflicting types for built-in function 'sqrt'
&lt;br&gt;configure:5063: $? = 0
&lt;br&gt;configure:5081: result: yes
&lt;br&gt;configure:5093: checking for yywrap in -lfl
&lt;br&gt;configure:5128: gcc -o conftest -g -O2 &amp;nbsp; conftest.c -lfl &amp;nbsp;-lm &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lfl
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;configure:5134: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| 
&lt;br&gt;| /* Override any GCC internal prototype to avoid an error.
&lt;br&gt;| &amp;nbsp; &amp;nbsp;Use char because int might match the return type of a GCC
&lt;br&gt;| &amp;nbsp; &amp;nbsp;builtin and then its argument prototype would still apply. &amp;nbsp;*/
&lt;br&gt;| #ifdef __cplusplus
&lt;br&gt;| extern &amp;quot;C&amp;quot;
&lt;br&gt;| #endif
&lt;br&gt;| char yywrap ();
&lt;br&gt;| int
&lt;br&gt;| main ()
&lt;br&gt;| {
&lt;br&gt;| return yywrap ();
&lt;br&gt;| &amp;nbsp; ;
&lt;br&gt;| &amp;nbsp; return 0;
&lt;br&gt;| }
&lt;br&gt;configure:5152: result: no
&lt;br&gt;configure:5189: checking zlib.h usability
&lt;br&gt;configure:5206: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;conftest.c:59:18: error: zlib.h: No such file or directory
&lt;br&gt;configure:5212: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #include &amp;lt;stdio.h&amp;gt;
&lt;br&gt;| #ifdef HAVE_SYS_TYPES_H
&lt;br&gt;| # include &amp;lt;sys/types.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_SYS_STAT_H
&lt;br&gt;| # include &amp;lt;sys/stat.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef STDC_HEADERS
&lt;br&gt;| # include &amp;lt;stdlib.h&amp;gt;
&lt;br&gt;| # include &amp;lt;stddef.h&amp;gt;
&lt;br&gt;| #else
&lt;br&gt;| # ifdef HAVE_STDLIB_H
&lt;br&gt;| # &amp;nbsp;include &amp;lt;stdlib.h&amp;gt;
&lt;br&gt;| # endif
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_STRING_H
&lt;br&gt;| # if !defined STDC_HEADERS &amp;&amp; defined HAVE_MEMORY_H
&lt;br&gt;| # &amp;nbsp;include &amp;lt;memory.h&amp;gt;
&lt;br&gt;| # endif
&lt;br&gt;| # include &amp;lt;string.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_STRINGS_H
&lt;br&gt;| # include &amp;lt;strings.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_INTTYPES_H
&lt;br&gt;| # include &amp;lt;inttypes.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_STDINT_H
&lt;br&gt;| # include &amp;lt;stdint.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_UNISTD_H
&lt;br&gt;| # include &amp;lt;unistd.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #include &amp;lt;zlib.h&amp;gt;
&lt;br&gt;configure:5226: result: no
&lt;br&gt;configure:5230: checking zlib.h presence
&lt;br&gt;configure:5245: gcc -E &amp;nbsp;conftest.c
&lt;br&gt;conftest.c:26:18: error: zlib.h: No such file or directory
&lt;br&gt;configure:5251: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #include &amp;lt;zlib.h&amp;gt;
&lt;br&gt;configure:5265: result: no
&lt;br&gt;configure:5293: checking for zlib.h
&lt;br&gt;configure:5300: result: no
&lt;br&gt;configure:5389: checking bzlib.h usability
&lt;br&gt;configure:5406: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;conftest.c:59:19: error: bzlib.h: No such file or directory
&lt;br&gt;configure:5412: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #include &amp;lt;stdio.h&amp;gt;
&lt;br&gt;| #ifdef HAVE_SYS_TYPES_H
&lt;br&gt;| # include &amp;lt;sys/types.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_SYS_STAT_H
&lt;br&gt;| # include &amp;lt;sys/stat.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef STDC_HEADERS
&lt;br&gt;| # include &amp;lt;stdlib.h&amp;gt;
&lt;br&gt;| # include &amp;lt;stddef.h&amp;gt;
&lt;br&gt;| #else
&lt;br&gt;| # ifdef HAVE_STDLIB_H
&lt;br&gt;| # &amp;nbsp;include &amp;lt;stdlib.h&amp;gt;
&lt;br&gt;| # endif
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_STRING_H
&lt;br&gt;| # if !defined STDC_HEADERS &amp;&amp; defined HAVE_MEMORY_H
&lt;br&gt;| # &amp;nbsp;include &amp;lt;memory.h&amp;gt;
&lt;br&gt;| # endif
&lt;br&gt;| # include &amp;lt;string.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_STRINGS_H
&lt;br&gt;| # include &amp;lt;strings.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_INTTYPES_H
&lt;br&gt;| # include &amp;lt;inttypes.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_STDINT_H
&lt;br&gt;| # include &amp;lt;stdint.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_UNISTD_H
&lt;br&gt;| # include &amp;lt;unistd.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #include &amp;lt;bzlib.h&amp;gt;
&lt;br&gt;configure:5426: result: no
&lt;br&gt;configure:5430: checking bzlib.h presence
&lt;br&gt;configure:5445: gcc -E &amp;nbsp;conftest.c
&lt;br&gt;conftest.c:26:19: error: bzlib.h: No such file or directory
&lt;br&gt;configure:5451: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #include &amp;lt;bzlib.h&amp;gt;
&lt;br&gt;configure:5465: result: no
&lt;br&gt;configure:5493: checking for bzlib.h
&lt;br&gt;configure:5500: result: no
&lt;br&gt;configure:5589: checking zio.h usability
&lt;br&gt;configure:5606: gcc -c -g -O2 &amp;nbsp;conftest.c &amp;gt;&amp;5
&lt;br&gt;conftest.c:59:17: error: zio.h: No such file or directory
&lt;br&gt;configure:5612: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #include &amp;lt;stdio.h&amp;gt;
&lt;br&gt;| #ifdef HAVE_SYS_TYPES_H
&lt;br&gt;| # include &amp;lt;sys/types.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_SYS_STAT_H
&lt;br&gt;| # include &amp;lt;sys/stat.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef STDC_HEADERS
&lt;br&gt;| # include &amp;lt;stdlib.h&amp;gt;
&lt;br&gt;| # include &amp;lt;stddef.h&amp;gt;
&lt;br&gt;| #else
&lt;br&gt;| # ifdef HAVE_STDLIB_H
&lt;br&gt;| # &amp;nbsp;include &amp;lt;stdlib.h&amp;gt;
&lt;br&gt;| # endif
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_STRING_H
&lt;br&gt;| # if !defined STDC_HEADERS &amp;&amp; defined HAVE_MEMORY_H
&lt;br&gt;| # &amp;nbsp;include &amp;lt;memory.h&amp;gt;
&lt;br&gt;| # endif
&lt;br&gt;| # include &amp;lt;string.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_STRINGS_H
&lt;br&gt;| # include &amp;lt;strings.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_INTTYPES_H
&lt;br&gt;| # include &amp;lt;inttypes.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_STDINT_H
&lt;br&gt;| # include &amp;lt;stdint.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #ifdef HAVE_UNISTD_H
&lt;br&gt;| # include &amp;lt;unistd.h&amp;gt;
&lt;br&gt;| #endif
&lt;br&gt;| #include &amp;lt;zio.h&amp;gt;
&lt;br&gt;configure:5626: result: no
&lt;br&gt;configure:5630: checking zio.h presence
&lt;br&gt;configure:5645: gcc -E &amp;nbsp;conftest.c
&lt;br&gt;conftest.c:26:17: error: zio.h: No such file or directory
&lt;br&gt;configure:5651: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #include &amp;lt;zio.h&amp;gt;
&lt;br&gt;configure:5665: result: no
&lt;br&gt;configure:5693: checking for zio.h
&lt;br&gt;configure:5700: result: no
&lt;br&gt;configure:5786: checking for X
&lt;br&gt;configure:5901: gcc -E &amp;nbsp;conftest.c
&lt;br&gt;conftest.c:26:22: error: X11/Xlib.h: No such file or directory
&lt;br&gt;configure:5907: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #include &amp;lt;X11/Xlib.h&amp;gt;
&lt;br&gt;configure:5956: gcc -o conftest -g -O2 &amp;nbsp; conftest.c -lX11 -lm &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;conftest.c:26:22: error: X11/Xlib.h: No such file or directory
&lt;br&gt;configure:5962: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #include &amp;lt;X11/Xlib.h&amp;gt;
&lt;br&gt;| int
&lt;br&gt;| main ()
&lt;br&gt;| {
&lt;br&gt;| XrmInitialize ()
&lt;br&gt;| &amp;nbsp; ;
&lt;br&gt;| &amp;nbsp; return 0;
&lt;br&gt;| }
&lt;br&gt;configure:6010: result: no
&lt;br&gt;configure:7101: checking for XOpenDisplay in -lX11
&lt;br&gt;configure:7136: gcc -o conftest -g -O2 &amp;nbsp; conftest.c -lX11 &amp;nbsp;-lm &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lX11
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;configure:7142: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| #define X_DISPLAY_MISSING 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| 
&lt;br&gt;| /* Override any GCC internal prototype to avoid an error.
&lt;br&gt;| &amp;nbsp; &amp;nbsp;Use char because int might match the return type of a GCC
&lt;br&gt;| &amp;nbsp; &amp;nbsp;builtin and then its argument prototype would still apply. &amp;nbsp;*/
&lt;br&gt;| #ifdef __cplusplus
&lt;br&gt;| extern &amp;quot;C&amp;quot;
&lt;br&gt;| #endif
&lt;br&gt;| char XOpenDisplay ();
&lt;br&gt;| int
&lt;br&gt;| main ()
&lt;br&gt;| {
&lt;br&gt;| return XOpenDisplay ();
&lt;br&gt;| &amp;nbsp; ;
&lt;br&gt;| &amp;nbsp; return 0;
&lt;br&gt;| }
&lt;br&gt;configure:7160: result: no
&lt;br&gt;configure:7172: checking for main in -lICE
&lt;br&gt;configure:7201: gcc -o conftest -g -O2 &amp;nbsp; conftest.c -lICE &amp;nbsp;-lm &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lICE
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;configure:7207: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| #define X_DISPLAY_MISSING 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| 
&lt;br&gt;| 
&lt;br&gt;| int
&lt;br&gt;| main ()
&lt;br&gt;| {
&lt;br&gt;| return main ();
&lt;br&gt;| &amp;nbsp; ;
&lt;br&gt;| &amp;nbsp; return 0;
&lt;br&gt;| }
&lt;br&gt;configure:7225: result: no
&lt;br&gt;configure:7237: checking for main in -lSM
&lt;br&gt;configure:7266: gcc -o conftest -g -O2 &amp;nbsp; conftest.c -lSM &amp;nbsp;-lm &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lSM
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;configure:7272: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| #define X_DISPLAY_MISSING 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| 
&lt;br&gt;| 
&lt;br&gt;| int
&lt;br&gt;| main ()
&lt;br&gt;| {
&lt;br&gt;| return main ();
&lt;br&gt;| &amp;nbsp; ;
&lt;br&gt;| &amp;nbsp; return 0;
&lt;br&gt;| }
&lt;br&gt;configure:7290: result: no
&lt;br&gt;configure:7302: checking for main in -lXext
&lt;br&gt;configure:7331: gcc -o conftest -g -O2 &amp;nbsp; conftest.c -lXext &amp;nbsp;-lm &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lXext
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;configure:7337: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| #define X_DISPLAY_MISSING 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| 
&lt;br&gt;| 
&lt;br&gt;| int
&lt;br&gt;| main ()
&lt;br&gt;| {
&lt;br&gt;| return main ();
&lt;br&gt;| &amp;nbsp; ;
&lt;br&gt;| &amp;nbsp; return 0;
&lt;br&gt;| }
&lt;br&gt;configure:7355: result: no
&lt;br&gt;configure:7367: checking for XtOpenDisplay in -lXt
&lt;br&gt;configure:7402: gcc -o conftest -g -O2 &amp;nbsp; conftest.c -lXt &amp;nbsp;-lm &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lXt
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;configure:7408: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| #define X_DISPLAY_MISSING 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| 
&lt;br&gt;| /* Override any GCC internal prototype to avoid an error.
&lt;br&gt;| &amp;nbsp; &amp;nbsp;Use char because int might match the return type of a GCC
&lt;br&gt;| &amp;nbsp; &amp;nbsp;builtin and then its argument prototype would still apply. &amp;nbsp;*/
&lt;br&gt;| #ifdef __cplusplus
&lt;br&gt;| extern &amp;quot;C&amp;quot;
&lt;br&gt;| #endif
&lt;br&gt;| char XtOpenDisplay ();
&lt;br&gt;| int
&lt;br&gt;| main ()
&lt;br&gt;| {
&lt;br&gt;| return XtOpenDisplay ();
&lt;br&gt;| &amp;nbsp; ;
&lt;br&gt;| &amp;nbsp; return 0;
&lt;br&gt;| }
&lt;br&gt;configure:7426: result: no
&lt;br&gt;configure:7438: checking for main in -lXmu
&lt;br&gt;configure:7467: gcc -o conftest -g -O2 &amp;nbsp; conftest.c -lXmu &amp;nbsp;-lm &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lXmu
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;configure:7473: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| #define X_DISPLAY_MISSING 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| 
&lt;br&gt;| 
&lt;br&gt;| int
&lt;br&gt;| main ()
&lt;br&gt;| {
&lt;br&gt;| return main ();
&lt;br&gt;| &amp;nbsp; ;
&lt;br&gt;| &amp;nbsp; return 0;
&lt;br&gt;| }
&lt;br&gt;configure:7491: result: no
&lt;br&gt;configure:7503: checking for main in -lXpm
&lt;br&gt;configure:7532: gcc -o conftest -g -O2 &amp;nbsp; conftest.c -lXpm &amp;nbsp;-lm &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lXpm
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;configure:7538: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| #define X_DISPLAY_MISSING 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| 
&lt;br&gt;| 
&lt;br&gt;| int
&lt;br&gt;| main ()
&lt;br&gt;| {
&lt;br&gt;| return main ();
&lt;br&gt;| &amp;nbsp; ;
&lt;br&gt;| &amp;nbsp; return 0;
&lt;br&gt;| }
&lt;br&gt;configure:7556: result: no
&lt;br&gt;configure:7568: checking for XawInitializeWidgetSet in -lXaw3d
&lt;br&gt;configure:7603: gcc -o conftest -g -O2 &amp;nbsp; conftest.c -lXaw3d &amp;nbsp;-lm &amp;nbsp;&amp;gt;&amp;5
&lt;br&gt;/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lXaw3d
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;configure:7609: $? = 1
&lt;br&gt;configure: failed program was:
&lt;br&gt;| /* confdefs.h. &amp;nbsp;*/
&lt;br&gt;| #define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;| #define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;| #define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;| #define STDC_HEADERS 1
&lt;br&gt;| #define HAVE_SYS_TYPES_H 1
&lt;br&gt;| #define HAVE_SYS_STAT_H 1
&lt;br&gt;| #define HAVE_STDLIB_H 1
&lt;br&gt;| #define HAVE_STRING_H 1
&lt;br&gt;| #define HAVE_MEMORY_H 1
&lt;br&gt;| #define HAVE_STRINGS_H 1
&lt;br&gt;| #define HAVE_INTTYPES_H 1
&lt;br&gt;| #define HAVE_STDINT_H 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_GETOPT_H 1
&lt;br&gt;| #define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;| #define HAVE_DECL_GETENV 1
&lt;br&gt;| #define HAVE_INCLUDE_NEXT 1
&lt;br&gt;| #define HAVE_UNISTD_H 1
&lt;br&gt;| #define HAVE_LIBM 1
&lt;br&gt;| #define X_DISPLAY_MISSING 1
&lt;br&gt;| /* end confdefs.h. &amp;nbsp;*/
&lt;br&gt;| 
&lt;br&gt;| /* Override any GCC internal prototype to avoid an error.
&lt;br&gt;| &amp;nbsp; &amp;nbsp;Use char because int might match the return type of a GCC
&lt;br&gt;| &amp;nbsp; &amp;nbsp;builtin and then its argument prototype would still apply. &amp;nbsp;*/
&lt;br&gt;| #ifdef __cplusplus
&lt;br&gt;| extern &amp;quot;C&amp;quot;
&lt;br&gt;| #endif
&lt;br&gt;| char XawInitializeWidgetSet ();
&lt;br&gt;| int
&lt;br&gt;| main ()
&lt;br&gt;| {
&lt;br&gt;| return XawInitializeWidgetSet ();
&lt;br&gt;| &amp;nbsp; ;
&lt;br&gt;| &amp;nbsp; return 0;
&lt;br&gt;| }
&lt;br&gt;configure:7627: result: no
&lt;br&gt;configure:7637: error: Unable to find a valid Xaw3d library. Please install it and rerun configure.
&lt;br&gt;&lt;br&gt;## ---------------- ##
&lt;br&gt;## Cache variables. ##
&lt;br&gt;## ---------------- ##
&lt;br&gt;&lt;br&gt;ac_cv_c_compiler_gnu=yes
&lt;br&gt;ac_cv_env_CC_set=
&lt;br&gt;ac_cv_env_CC_value=
&lt;br&gt;ac_cv_env_CFLAGS_set=
&lt;br&gt;ac_cv_env_CFLAGS_value=
&lt;br&gt;ac_cv_env_CPPFLAGS_set=
&lt;br&gt;ac_cv_env_CPPFLAGS_value=
&lt;br&gt;ac_cv_env_CPP_set=
&lt;br&gt;ac_cv_env_CPP_value=
&lt;br&gt;ac_cv_env_LDFLAGS_set=
&lt;br&gt;ac_cv_env_LDFLAGS_value=
&lt;br&gt;ac_cv_env_LIBS_set=
&lt;br&gt;ac_cv_env_LIBS_value=
&lt;br&gt;ac_cv_env_XMKMF_set=
&lt;br&gt;ac_cv_env_XMKMF_value=
&lt;br&gt;ac_cv_env_build_alias_set=
&lt;br&gt;ac_cv_env_build_alias_value=
&lt;br&gt;ac_cv_env_host_alias_set=
&lt;br&gt;ac_cv_env_host_alias_value=
&lt;br&gt;ac_cv_env_target_alias_set=
&lt;br&gt;ac_cv_env_target_alias_value=
&lt;br&gt;ac_cv_func_getopt_long_only=yes
&lt;br&gt;ac_cv_have_decl_getenv=yes
&lt;br&gt;ac_cv_have_decl_optreset=no
&lt;br&gt;ac_cv_have_x=have_x=no
&lt;br&gt;ac_cv_header_bzlib_h=no
&lt;br&gt;ac_cv_header_getopt_h=yes
&lt;br&gt;ac_cv_header_inttypes_h=yes
&lt;br&gt;ac_cv_header_memory_h=yes
&lt;br&gt;ac_cv_header_stdc=yes
&lt;br&gt;ac_cv_header_stdint_h=yes
&lt;br&gt;ac_cv_header_stdlib_h=yes
&lt;br&gt;ac_cv_header_string_h=yes
&lt;br&gt;ac_cv_header_strings_h=yes
&lt;br&gt;ac_cv_header_sys_stat_h=yes
&lt;br&gt;ac_cv_header_sys_types_h=yes
&lt;br&gt;ac_cv_header_unistd_h=yes
&lt;br&gt;ac_cv_header_zio_h=no
&lt;br&gt;ac_cv_header_zlib_h=no
&lt;br&gt;ac_cv_lib_ICE_main=no
&lt;br&gt;ac_cv_lib_SM_main=no
&lt;br&gt;ac_cv_lib_X11_XOpenDisplay=no
&lt;br&gt;ac_cv_lib_Xaw3d_XawInitializeWidgetSet=no
&lt;br&gt;ac_cv_lib_Xext_main=no
&lt;br&gt;ac_cv_lib_Xmu_main=no
&lt;br&gt;ac_cv_lib_Xpm_main=no
&lt;br&gt;ac_cv_lib_Xt_XtOpenDisplay=no
&lt;br&gt;ac_cv_lib_fl_yywrap=no
&lt;br&gt;ac_cv_lib_m_sqrt=yes
&lt;br&gt;ac_cv_objext=o
&lt;br&gt;ac_cv_path_EGREP='/usr/bin/grep -E'
&lt;br&gt;ac_cv_path_GREP=/usr/bin/grep
&lt;br&gt;ac_cv_path_install='/usr/bin/install -c'
&lt;br&gt;ac_cv_path_mkdir=/bin/mkdir
&lt;br&gt;ac_cv_prog_AWK=gawk
&lt;br&gt;ac_cv_prog_CPP='gcc -E'
&lt;br&gt;ac_cv_prog_ac_ct_CC=gcc
&lt;br&gt;ac_cv_prog_ac_ct_RANLIB=ranlib
&lt;br&gt;ac_cv_prog_cc_c89=
&lt;br&gt;ac_cv_prog_cc_g=yes
&lt;br&gt;ac_cv_prog_make_make_set=yes
&lt;br&gt;am_cv_CC_dependencies_compiler_type=gcc3
&lt;br&gt;gl_cv_func_gnu_getopt=yes
&lt;br&gt;gl_cv_have_include_next=yes
&lt;br&gt;gl_cv_next_unistd_h='&amp;lt;unistd.h&amp;gt;'
&lt;br&gt;&lt;br&gt;## ----------------- ##
&lt;br&gt;## Output variables. ##
&lt;br&gt;## ----------------- ##
&lt;br&gt;&lt;br&gt;ACLOCAL='${SHELL} /home/watt/Temp/gv-3.6.7/missing --run aclocal-1.10'
&lt;br&gt;AMDEPBACKSLASH='\'
&lt;br&gt;AMDEP_FALSE='#'
&lt;br&gt;AMDEP_TRUE=''
&lt;br&gt;AMTAR='${SHELL} /home/watt/Temp/gv-3.6.7/missing --run tar'
&lt;br&gt;AUTOCONF='${SHELL} /home/watt/Temp/gv-3.6.7/missing --run autoconf'
&lt;br&gt;AUTOHEADER='${SHELL} /home/watt/Temp/gv-3.6.7/missing --run autoheader'
&lt;br&gt;AUTOMAKE='${SHELL} /home/watt/Temp/gv-3.6.7/missing --run automake-1.10'
&lt;br&gt;AWK='gawk'
&lt;br&gt;CC='gcc'
&lt;br&gt;CCDEPMODE='depmode=gcc3'
&lt;br&gt;CFLAGS='-g -O2'
&lt;br&gt;CPP='gcc -E'
&lt;br&gt;CPPFLAGS=''
&lt;br&gt;CYGPATH_W='echo'
&lt;br&gt;DEFS=''
&lt;br&gt;DEPDIR='.deps'
&lt;br&gt;ECHO_C=''
&lt;br&gt;ECHO_N='-n'
&lt;br&gt;ECHO_T=''
&lt;br&gt;EGREP='/usr/bin/grep -E'
&lt;br&gt;EXEEXT=''
&lt;br&gt;GETOPT_H=''
&lt;br&gt;GL_COND_LIBTOOL_FALSE=''
&lt;br&gt;GL_COND_LIBTOOL_TRUE='#'
&lt;br&gt;GNULIB_CHOWN='0'
&lt;br&gt;GNULIB_DUP2='0'
&lt;br&gt;GNULIB_FCHDIR='0'
&lt;br&gt;GNULIB_FTRUNCATE='0'
&lt;br&gt;GNULIB_GETCWD='0'
&lt;br&gt;GNULIB_GETLOGIN_R='0'
&lt;br&gt;GNULIB_LCHOWN='0'
&lt;br&gt;GNULIB_LSEEK='0'
&lt;br&gt;GNULIB_READLINK='0'
&lt;br&gt;GNULIB_SLEEP='0'
&lt;br&gt;GREP='/usr/bin/grep'
&lt;br&gt;HAVE_DECL_GETLOGIN_R='1'
&lt;br&gt;HAVE_DUP2='1'
&lt;br&gt;HAVE_FTRUNCATE='1'
&lt;br&gt;HAVE_MKSTEMP_FALSE=''
&lt;br&gt;HAVE_MKSTEMP_TRUE=''
&lt;br&gt;HAVE_READLINK='1'
&lt;br&gt;HAVE_SLEEP='1'
&lt;br&gt;HAVE_UNISTD_H='1'
&lt;br&gt;INCLUDE_NEXT='include_next'
&lt;br&gt;INSTALL_DATA='${INSTALL} -m 644'
&lt;br&gt;INSTALL_PROGRAM='${INSTALL}'
&lt;br&gt;INSTALL_SCRIPT='${INSTALL}'
&lt;br&gt;INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
&lt;br&gt;LDFLAGS=''
&lt;br&gt;LIBGNU_LIBDEPS=''
&lt;br&gt;LIBGNU_LTLIBDEPS=''
&lt;br&gt;LIBINTL=''
&lt;br&gt;LIBOBJS=''
&lt;br&gt;LIBS='-lm '
&lt;br&gt;LTLIBINTL=''
&lt;br&gt;LTLIBOBJS=''
&lt;br&gt;MAINT='#'
&lt;br&gt;MAINTAINER_MODE_FALSE=''
&lt;br&gt;MAINTAINER_MODE_TRUE='#'
&lt;br&gt;MAKEINFO='${SHELL} /home/watt/Temp/gv-3.6.7/missing --run makeinfo'
&lt;br&gt;MANUALEDITION='First'
&lt;br&gt;NEXT_UNISTD_H='&amp;lt;unistd.h&amp;gt;'
&lt;br&gt;OBJEXT='o'
&lt;br&gt;PACKAGE='gv'
&lt;br&gt;PACKAGE_BUGREPORT=''
&lt;br&gt;PACKAGE_NAME=''
&lt;br&gt;PACKAGE_STRING=''
&lt;br&gt;PACKAGE_TARNAME=''
&lt;br&gt;PACKAGE_VERSION=''
&lt;br&gt;PAPERSIZE=''
&lt;br&gt;PATH_SEPARATOR=':'
&lt;br&gt;PRINT_COMMAND=''
&lt;br&gt;RANLIB='ranlib'
&lt;br&gt;REPLACE_CHOWN='0'
&lt;br&gt;REPLACE_FCHDIR='0'
&lt;br&gt;REPLACE_GETCWD='0'
&lt;br&gt;REPLACE_LCHOWN='0'
&lt;br&gt;REPLACE_LSEEK='0'
&lt;br&gt;SAVE_DIR=''
&lt;br&gt;SCRATCH_DIR=''
&lt;br&gt;SET_MAKE=''
&lt;br&gt;SHELL='/bin/sh'
&lt;br&gt;STRIP=''
&lt;br&gt;USE_BACKING_PIXMAP=''
&lt;br&gt;USE_MEMDEBUG_CODE_FALSE=''
&lt;br&gt;USE_MEMDEBUG_CODE_TRUE=''
&lt;br&gt;USE_OFF_T_FALSE=''
&lt;br&gt;USE_OFF_T_TRUE=''
&lt;br&gt;USE_SCROLLBAR_CODE_FALSE=''
&lt;br&gt;USE_SCROLLBAR_CODE_TRUE=''
&lt;br&gt;USE_SETENV_CODE_FALSE=''
&lt;br&gt;USE_SETENV_CODE_TRUE=''
&lt;br&gt;VERSION='3.6.7'
&lt;br&gt;XMKMF=''
&lt;br&gt;X_CFLAGS=''
&lt;br&gt;X_EXTRA_LIBS=''
&lt;br&gt;X_LIBS=''
&lt;br&gt;X_PRE_LIBS=''
&lt;br&gt;ac_ct_CC='gcc'
&lt;br&gt;am__fastdepCC_FALSE='#'
&lt;br&gt;am__fastdepCC_TRUE=''
&lt;br&gt;am__include='include'
&lt;br&gt;am__isrc=''
&lt;br&gt;am__leading_dot='.'
&lt;br&gt;am__quote=''
&lt;br&gt;am__tar='${AMTAR} chof - &amp;quot;$$tardir&amp;quot;'
&lt;br&gt;am__untar='${AMTAR} xf -'
&lt;br&gt;bindir='${exec_prefix}/bin'
&lt;br&gt;build_alias=''
&lt;br&gt;datadir='${datarootdir}'
&lt;br&gt;datarootdir='${prefix}/share'
&lt;br&gt;docdir='${datarootdir}/doc/${PACKAGE}'
&lt;br&gt;dvidir='${docdir}'
&lt;br&gt;exec_prefix='NONE'
&lt;br&gt;gl_LIBOBJS=''
&lt;br&gt;gl_LTLIBOBJS=''
&lt;br&gt;host_alias=''
&lt;br&gt;htmldir='${docdir}'
&lt;br&gt;includedir='${prefix}/include'
&lt;br&gt;infodir='${datarootdir}/info'
&lt;br&gt;install_sh='$(SHELL) /home/watt/Temp/gv-3.6.7/install-sh'
&lt;br&gt;libdir='${exec_prefix}/lib'
&lt;br&gt;libexecdir='${exec_prefix}/libexec'
&lt;br&gt;localedir='${datarootdir}/locale'
&lt;br&gt;localstatedir='${prefix}/var'
&lt;br&gt;mandir='${datarootdir}/man'
&lt;br&gt;mkdir_p='/bin/mkdir -p'
&lt;br&gt;oldincludedir='/usr/include'
&lt;br&gt;pdfdir='${docdir}'
&lt;br&gt;prefix='NONE'
&lt;br&gt;program_transform_name='s,x,x,'
&lt;br&gt;psdir='${docdir}'
&lt;br&gt;sbindir='${exec_prefix}/sbin'
&lt;br&gt;sharedstatedir='${prefix}/com'
&lt;br&gt;sysconfdir='${prefix}/etc'
&lt;br&gt;target_alias=''
&lt;br&gt;&lt;br&gt;## ----------- ##
&lt;br&gt;## confdefs.h. ##
&lt;br&gt;## ----------- ##
&lt;br&gt;&lt;br&gt;#define PACKAGE_NAME &amp;quot;&amp;quot;
&lt;br&gt;#define PACKAGE_TARNAME &amp;quot;&amp;quot;
&lt;br&gt;#define PACKAGE_VERSION &amp;quot;&amp;quot;
&lt;br&gt;#define PACKAGE_STRING &amp;quot;&amp;quot;
&lt;br&gt;#define PACKAGE_BUGREPORT &amp;quot;&amp;quot;
&lt;br&gt;#define PACKAGE &amp;quot;gv&amp;quot;
&lt;br&gt;#define VERSION &amp;quot;3.6.7&amp;quot;
&lt;br&gt;#define STDC_HEADERS 1
&lt;br&gt;#define HAVE_SYS_TYPES_H 1
&lt;br&gt;#define HAVE_SYS_STAT_H 1
&lt;br&gt;#define HAVE_STDLIB_H 1
&lt;br&gt;#define HAVE_STRING_H 1
&lt;br&gt;#define HAVE_MEMORY_H 1
&lt;br&gt;#define HAVE_STRINGS_H 1
&lt;br&gt;#define HAVE_INTTYPES_H 1
&lt;br&gt;#define HAVE_STDINT_H 1
&lt;br&gt;#define HAVE_UNISTD_H 1
&lt;br&gt;#define HAVE_GETOPT_H 1
&lt;br&gt;#define HAVE_GETOPT_LONG_ONLY 1
&lt;br&gt;#define HAVE_DECL_GETENV 1
&lt;br&gt;#define HAVE_INCLUDE_NEXT 1
&lt;br&gt;#define HAVE_UNISTD_H 1
&lt;br&gt;#define HAVE_LIBM 1
&lt;br&gt;#define X_DISPLAY_MISSING 1
&lt;br&gt;&lt;br&gt;configure: exit 1
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compiling-gv-3.6.7%3A-Configure-can%27t-find-Xaw3d-library-tp25288323p25288323.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24762584</id>
	<title>gv patch</title>
	<published>2009-07-31T10:54:46Z</published>
	<updated>2009-07-31T10:54:46Z</updated>
	<author>
		<name>Andrew.Hamilton</name>
	</author>
	<content type="html">Markus,
&lt;br&gt;&lt;br&gt;&amp;gt; thanks for sending us your patch. I am testing it. If it works as 
&lt;br&gt;&amp;gt; expected, I'll include it in the next release of GNU gv.
&lt;br&gt;&lt;br&gt;Thanks. &amp;nbsp;Warning: you will find that a PostScript file &amp;lt;file.ps&amp;gt;
&lt;br&gt;containing Document Structuring Conventions (DSC) will NOT work in
&lt;br&gt;cat &amp;lt;file.ps&amp;gt; | gv -
&lt;br&gt;Currently only vanilla PostScript files work (e.g. a single PostScript graphic).
&lt;br&gt;&lt;br&gt;The reason for the failure is a bug in gs, the fix for which is
&lt;br&gt;documented in the patch file:
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;if (gvw-&amp;gt;ghostview.filename &amp;&amp; !strcmp(gvw-&amp;gt;ghostview.filename,&amp;quot;-&amp;quot;)) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; /* The ghostscript documentation states that the &amp;quot;-&amp;quot; argument
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tells gs that input is coming from a pipe rather than from stdin.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; One of the side effects of the &amp;quot;-&amp;quot; argument is that gs does not
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; flush output at each line of input, but rather accumulates input
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and flushes only when the buffer is full. &amp;nbsp;Since we want gs to
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; flush output at each line of input, we therefore cannot send &amp;quot;-&amp;quot;.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Unfortunately not sending &amp;quot;-&amp;quot; has the side effect that gs no
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; longer reads correctly through either multiple PostScript files
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or PostScript files with multiple pages. &amp;nbsp;Ah well.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Should gs ever acquire a -DFLUSH argument, then send gs that argument,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and uncomment the following line. &amp;nbsp;*/
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; /* argv[argc++] = &amp;quot;-&amp;quot;; */
&lt;br&gt;&lt;br&gt;So please don't reject the patch just because it fails in this case.
&lt;br&gt;The problem is not with gv or the patch, but rather with gs.
&lt;br&gt;&lt;br&gt;Thanks, Andrew
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Help-f1690.html&quot; embed=&quot;fixTarget[1690]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gv-patch-tp24725034p24762584.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24759577</id>
	<title>Re: gv patch</title>
	<published>2009-07-31T09:46:25Z</published>
	<updated>2009-07-31T09:46:25Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24759577&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Andrew.Hamilton@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; I would love to see the attached patch integrated into gv.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Hi Andrew,
&lt;br&gt;&lt;br&gt;thanks for sending us your patch. I am testing it. If it works as 
&lt;br&gt;expected, I'll include it in the next release of GNU gv.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Greetings from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Help-f1690.html&quot; embed=&quot;fixTarget[1690]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gv-patch-tp24725034p24759577.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24725034</id>
	<title>gv patch</title>
	<published>2009-07-29T10:38:54Z</published>
	<updated>2009-07-29T10:38:54Z</updated>
	<author>
		<name>Andrew.Hamilton</name>
	</author>
	<content type="html">I would love to see the attached patch integrated into gv.
&lt;br&gt;&lt;br&gt;The main purpose of the patch is to fix gv when input comes from stdin,
&lt;br&gt;such as
&lt;br&gt;cat &amp;lt;file1.ps&amp;gt; &amp;lt;file2.ps&amp;gt; | gv -
&lt;br&gt;&lt;br&gt;However, the patch also fixes several bugs that have crept into gv
&lt;br&gt;over the years (I have been patching my local version of gv for
&lt;br&gt;more than a decade).
&lt;br&gt;&lt;br&gt;Bug fixes:
&lt;br&gt;&lt;br&gt;1. A few years back gv was updated to use the standard gnu getopt.
&lt;br&gt;This is fine, but the update overrode getopt's built-in option counter,
&lt;br&gt;with an
&lt;br&gt;opt_counter++
&lt;br&gt;for each option. &amp;nbsp;This is not only bad programming practice, but breaks
&lt;br&gt;getopt's built-in behaviour in some circumstances, such as when
&lt;br&gt;there are multiple arguments.
&lt;br&gt;&lt;br&gt;2. Broken --arguments fixed.
&lt;br&gt;&amp;nbsp; &amp;nbsp;Broken --safer fixed.
&lt;br&gt;&lt;br&gt;3. The - argument, indicating input from stdin, which has been broken
&lt;br&gt;for many years, is fixed. &amp;nbsp; Indeed, it has been broken for so long
&lt;br&gt;that the man page no longer documents it. &amp;nbsp;However, the - argument
&lt;br&gt;is implemented in gv, and should not be allowed to disappear for
&lt;br&gt;lack of attention.
&lt;br&gt;&lt;br&gt;Andrew Hamilton
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;gv-3.6.6-interpret.patch&lt;/strong&gt; (18K) &lt;a href=&quot;http://old.nabble.com/attachment/24725034/0/gv-3.6.6-interpret.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Help-f1690.html&quot; embed=&quot;fixTarget[1690]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gv-patch-tp24725034p24725034.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23696254</id>
	<title>Re: Fwd: color PS plots spill over scales on gv 3.6.7</title>
	<published>2009-05-24T10:53:49Z</published>
	<updated>2009-05-24T10:53:49Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">Thank you for reporting this bug report.
&lt;br&gt;&lt;br&gt;As you have noticed, it is most likely a ghostscript problem and 
&lt;br&gt;probably solved with the latest release. If not, feel free to report 
&lt;br&gt;ghostscript bugs to the ghostscript people.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Greetings from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;GNU gv maintainer
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-color-PS-plots-spill-over-scales-on-gv-3.6.7-tp23693905p23696254.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23693905</id>
	<title>Fwd: color PS plots spill over scales on gv 3.6.7</title>
	<published>2009-05-23T05:06:27Z</published>
	<updated>2009-05-23T05:06:27Z</updated>
	<author>
		<name>Craig Henry</name>
	</author>
	<content type="html">problem appears to be solved by upgrading ghostscript to most recent
&lt;br&gt;I'll pass this along to a few RedHat based distros
&lt;br&gt;have a great weekend
&lt;br&gt;Craig Henry
&lt;br&gt;Yale University
&lt;br&gt;----- Forwarded message from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23693905&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;craig.henry@...&lt;/a&gt; -----
&lt;br&gt;&amp;nbsp; &amp;nbsp; Date: Fri, 22 May 2009 12:07:19 -0400
&lt;br&gt;&amp;nbsp; &amp;nbsp; From: Craig Henry &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23693905&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;craig.henry@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Reply-To: Craig Henry &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23693905&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;craig.henry@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;Subject: color PS plots spill over scales on gv 3.6.7
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23693905&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-gv@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; I apologize in advance for taking up your time with this issue. &amp;nbsp;I
&lt;br&gt;hope that a quick view will be sufficient for you to point me in the
&lt;br&gt;right direction. &amp;nbsp;The basic problem is that the attached color graphs do
&lt;br&gt;not sync the plots with the scales (sort of an interior bounding problem).
&lt;br&gt;&lt;br&gt;&amp;nbsp; These files view fine on our older systems using the RedHat clone
&lt;br&gt;ScientificLinux 4.6 (kernel 2.6.9) with gv 3.5.8
&lt;br&gt;&lt;br&gt;When we upgraded to ScientificLinux5.x (kernel 2.6.18) with gv 3.6.7 we
&lt;br&gt;encountered the &amp;quot;spill-over&amp;quot; effect.
&lt;br&gt;&lt;br&gt;The application (SuperMongo) which generated these plots yields
&lt;br&gt;identical output file on the old and new systems. &amp;nbsp;It is simply the
&lt;br&gt;viewer (or underlying library) which has trouble.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Craig Henry
&lt;br&gt;Yale ITS/AM&amp;T Linux Systems Design &amp; Support
&lt;br&gt;Yale Astronomy Systems Administrator
&lt;br&gt;&lt;br&gt;============================================================================
&lt;br&gt;NOTE: Yale ITS will NEVER request passwords or other personal information via
&lt;br&gt;email. &amp;nbsp;Messages requesting such information are fraudulent and should be
&lt;br&gt;deleted.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- End forwarded message -----
&lt;br&gt;&lt;br /&gt;&lt;br&gt;Have attached twp PS files generated by SM that give truoble. They look 
&lt;br&gt;fine on michigan, but do not look O.K. on sirius amd ravi
&lt;br&gt;&lt;br&gt;-- Sarbani
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;Professor
&lt;br&gt;Astronomy Department, Yale University, | Office: Room 274, J.W.Gibbs Lab
&lt;br&gt;P.O. Box 208101 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 260 Whitney Ave.
&lt;br&gt;New Haven CT 06520-8101, USA &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; New Haven, CT 06511
&lt;br&gt;Ph: (+1) 203-432-3028 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;Fax: (+1) 203-432-5048 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.astro.yale.edu/basu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.astro.yale.edu/basu&lt;/a&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;crker_sola_talk.ps&lt;/strong&gt; (94K) &lt;a href=&quot;http://old.nabble.com/attachment/23693905/0/crker_sola_talk.ps&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;avker_sola_talk.ps&lt;/strong&gt; (91K) &lt;a href=&quot;http://old.nabble.com/attachment/23693905/1/avker_sola_talk.ps&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-color-PS-plots-spill-over-scales-on-gv-3.6.7-tp23693905p23693905.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23693888</id>
	<title>color PS plots spill over scales on gv 3.6.7</title>
	<published>2009-05-22T09:07:19Z</published>
	<updated>2009-05-22T09:07:19Z</updated>
	<author>
		<name>Craig Henry</name>
	</author>
	<content type="html">&amp;nbsp; I apologize in advance for taking up your time with this issue. &amp;nbsp;I 
&lt;br&gt;hope that a quick view will be sufficient for you to point me in the 
&lt;br&gt;right direction. &amp;nbsp;The basic problem is that the attached color graphs do 
&lt;br&gt;not sync the plots with the scales (sort of an interior bounding problem).
&lt;br&gt;&lt;br&gt;&amp;nbsp; These files view fine on our older systems using the RedHat clone 
&lt;br&gt;ScientificLinux 4.6 (kernel 2.6.9) with gv 3.5.8
&lt;br&gt;&lt;br&gt;When we upgraded to ScientificLinux5.x (kernel 2.6.18) with gv 3.6.7 we 
&lt;br&gt;encountered the &amp;quot;spill-over&amp;quot; effect.
&lt;br&gt;&lt;br&gt;The application (SuperMongo) which generated these plots yields 
&lt;br&gt;identical output file on the old and new systems. &amp;nbsp;It is simply the 
&lt;br&gt;viewer (or underlying library) which has trouble.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Craig Henry
&lt;br&gt;Yale ITS/AM&amp;T Linux Systems Design &amp; Support
&lt;br&gt;Yale Astronomy Systems Administrator
&lt;br&gt;&lt;br&gt;============================================================================
&lt;br&gt;NOTE: Yale ITS will NEVER request passwords or other personal information via email. &amp;nbsp;Messages requesting such information are fraudulent and should be deleted.
&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;Have attached twp PS files generated by SM that give truoble. They look 
&lt;br&gt;fine on michigan, but do not look O.K. on sirius amd ravi
&lt;br&gt;&lt;br&gt;-- Sarbani
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;Professor
&lt;br&gt;Astronomy Department, Yale University, | Office: Room 274, J.W.Gibbs Lab
&lt;br&gt;P.O. Box 208101 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 260 Whitney Ave.
&lt;br&gt;New Haven CT 06520-8101, USA &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; New Haven, CT 06511
&lt;br&gt;Ph: (+1) 203-432-3028 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;Fax: (+1) 203-432-5048 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.astro.yale.edu/basu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.astro.yale.edu/basu&lt;/a&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;crker_sola_talk.ps&lt;/strong&gt; (94K) &lt;a href=&quot;http://old.nabble.com/attachment/23693888/0/crker_sola_talk.ps&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;avker_sola_talk.ps&lt;/strong&gt; (91K) &lt;a href=&quot;http://old.nabble.com/attachment/23693888/1/avker_sola_talk.ps&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/color-PS-plots-spill-over-scales-on-gv-3.6.7-tp23693888p23693888.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23437270</id>
	<title>Re: gv on the latest linux distros</title>
	<published>2009-05-07T16:17:16Z</published>
	<updated>2009-05-07T16:17:16Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; &amp;gt; I found that simply rebuilding with the latest gcc (gcc++) all works
&lt;br&gt;&lt;br&gt;This all sure sounds like it is about gcc, libc, and mpfr, not
&lt;br&gt;anything about gv specifically. &amp;nbsp;Which makes sense.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gv-on-the-latest-linux-distros-tp23380788p23437270.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23430945</id>
	<title>[Fwd: Re: gv 3.6.2 is broken with glibc 2.9 - needs mpfr lib]</title>
	<published>2009-05-07T09:47:12Z</published>
	<updated>2009-05-07T09:47:12Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">Hey, that's interesting. GNU gv 3.6.2 (that is an older version) also 
&lt;br&gt;fails under currently unknown circumstances when using glibc 2.9.
&lt;br&gt;&lt;br&gt;So it's not any of the changes we did in GNU gv.
&lt;br&gt;&lt;br&gt;&lt;br /&gt;Markus
&lt;br&gt;&lt;br&gt;Thanks for the prompt reply.
&lt;br&gt;&lt;br&gt;I am running Slackware 12.2, the latest stable release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; kernel 2.6.29.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; glibc 2.7
&lt;br&gt;&amp;nbsp; &amp;nbsp; gcc (-g++) 4.2.4
&lt;br&gt;&amp;nbsp; &amp;nbsp; gv 3.6.2
&lt;br&gt;and all is fine.
&lt;br&gt;&lt;br&gt;In another partition, I am testing Slackware Current (2009 April 27 release)
&lt;br&gt;&amp;nbsp; &amp;nbsp; kernel 2.6.29.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; glibc 2.9
&lt;br&gt;&amp;nbsp; &amp;nbsp; gcc (-g++) 4.3.3
&lt;br&gt;&amp;nbsp; &amp;nbsp; gv 3.6.2
&lt;br&gt;In an xterm, executing gv reports to stdout(err) the following
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Warning: Representation size 4 must match superclass's
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to override highlightedBackground
&lt;br&gt;&amp;nbsp; &amp;nbsp; Warning: Representation size 2 must match superclass's
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to override internalWidth
&lt;br&gt;&amp;nbsp; &amp;nbsp; Segmentation fault
&lt;br&gt;&lt;br&gt;and it does not launch, of course. Executing ldd on gv shows
&lt;br&gt;no problems. (I do not know c++ so the error is of no help
&lt;br&gt;to me except the seg fault one.)
&lt;br&gt;&lt;br&gt;However, if I rebuild gv 3.6.2 using the Slackbuild script
&lt;br&gt;in the new environment (glibc 2.9, etc) and install the new
&lt;br&gt;version, everything is just fine!
&lt;br&gt;&lt;br&gt;Just an FYI for the Linux community.
&lt;br&gt;&lt;br&gt;Regards from sunny Santa Monica California.
&lt;br&gt;&lt;br&gt;Richard
&lt;br&gt;&lt;br&gt;As an aside, even using gs 8.64, pdf2ps still renders horrible
&lt;br&gt;grainy text while pdftops (from Poppler/Xpdf) is perfect.
&lt;br&gt;Any idea when this will be addressed? Is this a gs or gv issue?
&lt;br&gt;&lt;br&gt;&lt;br&gt;---- Markus Steinborn &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23430945&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnugv_maintainer@...&lt;/a&gt;&amp;gt; wrote: 
&lt;br&gt;&lt;br&gt;=============
&lt;br&gt;Richard David Sherman wrote:
&lt;br&gt;&amp;gt; The latest gv, 3.6.2, will NOT launch with glibc 2.9. This has been reported with several distros on the web. A rebuild with the library mpfr corrects this problem. Please note that executing ldd on the gv binary does NOT show a need for this lib. Weird. The various distro vendors should be updated on this minor issue.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Thank you for reporting this issue. But gv 3.6.7 is the latest version, 
&lt;br&gt;not gv 3.6.2. Which version do you really mean?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Well, I do not have every distribution to test with, but on Fedora 10 
&lt;br&gt;(without updates) it worked for me. On debian's bug tracker, there is no 
&lt;br&gt;bug reporting with this issue and the debian gv maintainer reports GNU 
&lt;br&gt;gv 3.6.7 being working on debian unstable - and yes, debian testing and 
&lt;br&gt;unstable are shipped with glibc 2.9. So any instructions how to 
&lt;br&gt;reproduce this bug would be helpful. Then we can investigate what goes 
&lt;br&gt;wrong.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Greetings from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;GNU gv maintainer
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Fwd%3A-Re%3A-gv-3.6.2-is-broken-with-glibc-2.9---needs-mpfr-lib--tp23430945p23430945.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23429998</id>
	<title>Re: Incorrect object count in object stream</title>
	<published>2009-05-07T08:58:52Z</published>
	<updated>2009-05-07T08:58:52Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">Hi bryan,
&lt;br&gt;&lt;br&gt;brian wrote:
&lt;br&gt;&amp;gt; [off-list]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Markus, thanks again for the offer to have a look at this. I also
&lt;br&gt;&amp;gt; found that Preview.app on Mac had problems with the same files: they
&lt;br&gt;&amp;gt; would open but some images would not display. 
&lt;br&gt;I'll do another test on Mac OS X later. Here are the results for Linux:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm pretty sure that the
&lt;br&gt;&amp;gt; problem is that the PDFs were created with Adobe CS4 with a
&lt;br&gt;&amp;gt; &amp;quot;compatibility&amp;quot; setting of &amp;quot;PDF 1.7&amp;quot;. I've let the client know that
&lt;br&gt;&amp;gt; they should &amp;quot;save down&amp;quot; those particular files.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (We still send book manuscripts to the printer saved as 1.4!)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That said, I'll send you an example as I figure you'd like to see
&lt;br&gt;&amp;gt; what's going on, nonetheless.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; many regards,
&lt;br&gt;&amp;gt; brian ally
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;Well, on my system &amp;quot;gv -noantialias Sawfly\ Sales\ Sheet.pdf&amp;quot; works, 
&lt;br&gt;where the usual &amp;quot;gv Sawfly\ Sales\ Sheet.pdf&amp;quot; fails on page 2.
&lt;br&gt;Plain ghostscript fails also (even when using latest GPL ghostscript):
&lt;br&gt;&lt;br&gt;&lt;br&gt;gs -sDEVICE=x11alpha Sawfly\ Sales\ Sheet.pdf
&lt;br&gt;&lt;br&gt;fails, and
&lt;br&gt;&lt;br&gt;gs -sDEVICE=x11 Sawfly\ Sales\ Sheet.pdf
&lt;br&gt;&lt;br&gt;works. As ghostscript can render this file with some settings and with 
&lt;br&gt;others not, there is definitely a ghostscript bug.
&lt;br&gt;&lt;br&gt;You see, if ghostscript crashes, there is absolutely no change for GNU 
&lt;br&gt;gv to work correctly.
&lt;br&gt;&lt;br&gt;You should report a bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Some places for bug reports where this bug report would be on topic:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugzilla.redhat.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.redhat.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.ghostscript.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.ghostscript.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Greetings from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;GNU gv maintainer
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Help-f1690.html&quot; embed=&quot;fixTarget[1690]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Incorrect-object-count-in-object-stream-tp23394013p23429998.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23422765</id>
	<title>Re: Incorrect object count in object stream</title>
	<published>2009-05-07T01:58:09Z</published>
	<updated>2009-05-07T01:58:09Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">brian wrote:
&lt;br&gt;&amp;gt; I'm having some problems with some PDFs on Fedora 10. They were
&lt;br&gt;&amp;gt; created by my client. Trying to open one of them with gv, ghostscript
&lt;br&gt;&amp;gt; (8.63-6.fc10.i386) fails with this error:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;That may be a bug in ghostscript or GNU gv or an buggy PDF. If you send 
&lt;br&gt;me one of the non-working PDF files (please not to the list, but to my 
&lt;br&gt;e-mail address), I'll have a look at it.
&lt;br&gt;&lt;br&gt;BTW: Fedora 10 uses GPL ghostscript and not GNU ghostscript (as every 
&lt;br&gt;recent fedora version).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Greetings from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;GNU gv maintainer
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Help-f1690.html&quot; embed=&quot;fixTarget[1690]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Incorrect-object-count-in-object-stream-tp23394013p23422765.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23422251</id>
	<title>Re: gv on the latest linux distros</title>
	<published>2009-05-07T01:17:58Z</published>
	<updated>2009-05-07T01:17:58Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">Guido Sunderovich wrote:
&lt;br&gt;&amp;gt; There have been many reports that gv does NOT function with glibc 2.9.
&lt;br&gt;&amp;gt; I found that simply rebuilding with the latest gcc (gcc++) all works
&lt;br&gt;&amp;gt; fine. Please apprise all major distros that this is mandatory. Many
&lt;br&gt;&amp;gt; folks are still putting v3.6.2 compiled with old gcc/glibc on their
&lt;br&gt;&amp;gt; current directories.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Thank you for reporting this issue.
&lt;br&gt;&lt;br&gt;Well, I do not have every distribution to test with, but on Fedora 10 
&lt;br&gt;(without updates) it worked for me. On debian's bug tracker, there is no 
&lt;br&gt;bug reporting with this issue and the debian gv maintainer recently 
&lt;br&gt;reported GNU gv 3.6.7 being working on debian unstable - and yes, debian 
&lt;br&gt;testing and unstable are shipped with glibc 2.9. So any instructions how 
&lt;br&gt;to reproduce this bug would be helpful. Then we can investigate what 
&lt;br&gt;goes wrong.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Greetings from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;GNU gv maintainer
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gv-on-the-latest-linux-distros-tp23380788p23422251.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23422106</id>
	<title>Re: gv 3.6.2 is broken with glibc 2.9 - needs mpfr lib</title>
	<published>2009-05-07T00:55:51Z</published>
	<updated>2009-05-07T00:55:51Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">Richard David Sherman wrote:
&lt;br&gt;&amp;gt; The latest gv, 3.6.2, will NOT launch with glibc 2.9. This has been reported with several distros on the web. A rebuild with the library mpfr corrects this problem. Please note that executing ldd on the gv binary does NOT show a need for this lib. Weird. The various distro vendors should be updated on this minor issue.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Thank you for reporting this issue. But gv 3.6.7 is the latest version, 
&lt;br&gt;not gv 3.6.2. Which version do you really mean?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Well, I do not have every distribution to test with, but on Fedora 10 
&lt;br&gt;(without updates) it worked for me. On debian's bug tracker, there is no 
&lt;br&gt;bug reporting with this issue and the debian gv maintainer reports GNU 
&lt;br&gt;gv 3.6.7 being working on debian unstable - and yes, debian testing and 
&lt;br&gt;unstable are shipped with glibc 2.9. So any instructions how to 
&lt;br&gt;reproduce this bug would be helpful. Then we can investigate what goes 
&lt;br&gt;wrong.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Greetings from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;GNU gv maintainer
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gv-3.6.2-is-broken-with-glibc-2.9---needs-mpfr-lib-tp23420987p23422106.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23420987</id>
	<title>gv 3.6.2 is broken with glibc 2.9 - needs mpfr lib</title>
	<published>2009-05-06T20:31:46Z</published>
	<updated>2009-05-06T20:31:46Z</updated>
	<author>
		<name>Richard David Sherman</name>
	</author>
	<content type="html">The latest gv, 3.6.2, will NOT launch with glibc 2.9. This has been reported with several distros on the web. A rebuild with the library mpfr corrects this problem. Please note that executing ldd on the gv binary does NOT show a need for this lib. Weird. The various distro vendors should be updated on this minor issue.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gv-3.6.2-is-broken-with-glibc-2.9---needs-mpfr-lib-tp23420987p23420987.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23401915</id>
	<title>Re: gv on the latest linux distros</title>
	<published>2009-05-06T00:25:04Z</published>
	<updated>2009-05-06T00:25:04Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">Karl Berry wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; There have been many reports that gv does NOT function with glibc 2.9.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Markus, do you know why is gv so sensitive to the exact libc version?
&lt;br&gt;&amp;gt; It seems surprising.
&lt;br&gt;Sorry, no idea. The only thing I can tell you that I sucessfully 
&lt;br&gt;installed it in a virtual machine running Fedora 10 (without any 
&lt;br&gt;updates), which is shipped with &amp;quot;glibc-2.9-2.i386.rpm&amp;quot;. Fedora Rawhide 
&lt;br&gt;(the upcoming Fedora 11) contains GNU gv 3.6.7 and in Redhat's bugzilla 
&lt;br&gt;there is no bug reporting any problems with it. IIRR Fedora 10 contains 
&lt;br&gt;GNU gv 3.6.6 (at least after installing all available updates). Again no 
&lt;br&gt;bug report can be found in redhat's bugzilla.
&lt;br&gt;&lt;br&gt;So to tell the truth: I do not know how to handle this bug report.
&lt;br&gt;&lt;br&gt;@Bernhard: Are there any problems of this kind known in debian testing 
&lt;br&gt;and/or unstable (they are shipped with glibc 2.9 according to 
&lt;br&gt;&lt;a href=&quot;http://packages.qa.debian.org/g/glibc.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://packages.qa.debian.org/g/glibc.html&lt;/a&gt;&amp;nbsp;) ?
&lt;br&gt;&lt;br&gt;Greetings from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gv-on-the-latest-linux-distros-tp23380788p23401915.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23398369</id>
	<title>Re: gv on the latest linux distros</title>
	<published>2009-05-05T17:53:57Z</published>
	<updated>2009-05-05T17:53:57Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; There have been many reports that gv does NOT function with glibc 2.9.
&lt;br&gt;&lt;br&gt;Markus, do you know why is gv so sensitive to the exact libc version?
&lt;br&gt;It seems surprising.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gv-on-the-latest-linux-distros-tp23380788p23398369.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23394013</id>
	<title>Incorrect object count in object stream</title>
	<published>2009-05-05T12:10:41Z</published>
	<updated>2009-05-05T12:10:41Z</updated>
	<author>
		<name>brian-263</name>
	</author>
	<content type="html">I'm having some problems with some PDFs on Fedora 10. They were
&lt;br&gt;created by my client. Trying to open one of them with gv, ghostscript
&lt;br&gt;(8.63-6.fc10.i386) fails with this error:
&lt;br&gt;&lt;br&gt;-- snip --
&lt;br&gt;&amp;nbsp; &amp;nbsp;**** Incorrect object count in object stream.
&lt;br&gt;Error: /rangecheck in resolveobjectstream
&lt;br&gt;Operand stack:
&lt;br&gt;&amp;nbsp; &amp;nbsp;--dict:11/11(L)-- &amp;nbsp; --dict:46/46(ro)(L)-- &amp;nbsp; --dict:11/11(L)--
&lt;br&gt;false &amp;nbsp; --dict:11/11(L)-- &amp;nbsp; --dict:1/4(L)-- &amp;nbsp; --dict:5/5(L)-- &amp;nbsp; false
&lt;br&gt;&amp;nbsp;282161 &amp;nbsp; 0 &amp;nbsp; 440 &amp;nbsp; --dict:7/15(L)-- &amp;nbsp; 15 &amp;nbsp; --nostringval-- &amp;nbsp; false
&lt;br&gt;--nostringval-- &amp;nbsp; --dict:10/10(L)-- &amp;nbsp; --dict:10/10(L)--
&lt;br&gt;--dict:3/3(L)-- &amp;nbsp; --dict:15/15(L)-- &amp;nbsp; --dict:7/7(L)--
&lt;br&gt;--nostringval-- &amp;nbsp; --dict:6/6(L)-- &amp;nbsp; --dict:15/15(L)--
&lt;br&gt;--dict:9/9(L)-- &amp;nbsp; --nostringval-- &amp;nbsp; &amp;nbsp; &amp;nbsp;Ascent &amp;nbsp; 977 &amp;nbsp; CapHeight &amp;nbsp; 722
&lt;br&gt;&amp;nbsp;CharSet &amp;nbsp; (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/Z/a/asterisk/b/c/comma/copyright/d/dagger/e/eight/emdash/endash/exclam/f/five/four/g/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/parenright/percent/period/...)
&lt;br&gt;&amp;nbsp; Descent &amp;nbsp; -229 &amp;nbsp; Flags &amp;nbsp; 32 &amp;nbsp; FontBBox &amp;nbsp; --nostringval--
&lt;br&gt;FontFamily &amp;nbsp; (TradeGothic) &amp;nbsp; FontFile3 &amp;nbsp; --nostringval-- &amp;nbsp; FontName
&lt;br&gt;JRARIJ+TradeGothic-BoldTwo &amp;nbsp; FontStretch &amp;nbsp; Normal &amp;nbsp; FontWeight &amp;nbsp; 700
&lt;br&gt;ItalicAngle &amp;nbsp; 0 &amp;nbsp; StemV &amp;nbsp; 124 &amp;nbsp; Type &amp;nbsp; FontDescriptor &amp;nbsp; XHeight &amp;nbsp; 520
&lt;br&gt;&amp;nbsp;--dict:9/9(L)-- &amp;nbsp; --dict:15/15(L)-- &amp;nbsp; --dict:9/9(L)--
&lt;br&gt;--dict:14/14(L)-- &amp;nbsp; --dict:9/9(L)--
&lt;br&gt;Execution stack:
&lt;br&gt;&amp;nbsp; &amp;nbsp;%interp_exit &amp;nbsp; .runexec2 &amp;nbsp; --nostringval-- &amp;nbsp; --nostringval--
&lt;br&gt;--nostringval-- &amp;nbsp; 2 &amp;nbsp; %stopped_push &amp;nbsp; --nostringval--
&lt;br&gt;--nostringval-- &amp;nbsp; --nostringval-- &amp;nbsp; false &amp;nbsp; 1 &amp;nbsp; %stopped_push &amp;nbsp; 1905
&lt;br&gt;1 &amp;nbsp; 3 &amp;nbsp; %oparray_pop &amp;nbsp; 1904 &amp;nbsp; 1 &amp;nbsp; 3 &amp;nbsp; %oparray_pop &amp;nbsp; 1888 &amp;nbsp; 1 &amp;nbsp; 3
&lt;br&gt;%oparray_pop &amp;nbsp; 1771 &amp;nbsp; 1 &amp;nbsp; 3 &amp;nbsp; %oparray_pop &amp;nbsp; --nostringval--
&lt;br&gt;%errorexec_pop &amp;nbsp; .runexec2 &amp;nbsp; --nostringval-- &amp;nbsp; --nostringval--
&lt;br&gt;--nostringval-- &amp;nbsp; 2 &amp;nbsp; %stopped_push &amp;nbsp; --nostringval--
&lt;br&gt;--nostringval-- &amp;nbsp; --nostringval-- &amp;nbsp; --nostringval-- &amp;nbsp; --nostringval--
&lt;br&gt;&amp;nbsp;%loop_continue &amp;nbsp; --nostringval-- &amp;nbsp; --nostringval-- &amp;nbsp; --nostringval--
&lt;br&gt;&amp;nbsp;%loop_continue &amp;nbsp; --nostringval-- &amp;nbsp; --nostringval-- &amp;nbsp; --dict:2/2(L)--
&lt;br&gt;&amp;nbsp;--nostringval-- &amp;nbsp; 2 &amp;nbsp; %dict_continue &amp;nbsp; --nostringval--
&lt;br&gt;--nostringval-- &amp;nbsp; --nostringval-- &amp;nbsp; --nostringval--
&lt;br&gt;Dictionary stack:
&lt;br&gt;&amp;nbsp; &amp;nbsp;--dict:1152/1684(ro)(G)-- &amp;nbsp; --dict:1/20(G)-- &amp;nbsp; --dict:75/200(L)--
&lt;br&gt;--dict:106/127(ro)(G)-- &amp;nbsp; --dict:275/300(ro)(G)-- &amp;nbsp; --dict:23/25(L)--
&lt;br&gt;&amp;nbsp;--dict:5/5(L)--
&lt;br&gt;Current allocation mode is local
&lt;br&gt;Last OS error: 11
&lt;br&gt;GPL Ghostscript 8.63: Unrecoverable error, exit code 1
&lt;br&gt;-- snip --
&lt;br&gt;&lt;br&gt;evince 2.24.2 (Document viewer) opens the file without complaint.
&lt;br&gt;&lt;br&gt;Mac Preview.app (3.0.9) opens the file, though there's an image missing.
&lt;br&gt;&lt;br&gt;Adobe Reader (Mac) opens it ok. It also reports the following info:
&lt;br&gt;&lt;br&gt;application: InDesign CS4
&lt;br&gt;producer: Adobe PDF Libarary 9.0
&lt;br&gt;version: 1.7, Adobe Extension Leve;l 3.0 (Acrobat 9.x)
&lt;br&gt;&lt;br&gt;Anyone have any idea what the problem might be? Too new a version (of Adobe CS)?
&lt;br&gt;&lt;br&gt;I considered sending this to a ghostscript list but there doesn't
&lt;br&gt;appear to be a generic &amp;quot;help&amp;quot; list. If I should be sending this
&lt;br&gt;instead to their devel list, please let me know.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Help-f1690.html&quot; embed=&quot;fixTarget[1690]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Incorrect-object-count-in-object-stream-tp23394013p23394013.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23380788</id>
	<title>gv on the latest linux distros</title>
	<published>2009-05-04T19:41:35Z</published>
	<updated>2009-05-04T19:41:35Z</updated>
	<author>
		<name>Guido Sunderovich</name>
	</author>
	<content type="html">There have been many reports that gv does NOT function with glibc 2.9.
&lt;br&gt;I found that simply rebuilding with the latest gcc (gcc++) all works
&lt;br&gt;fine. Please apprise all major distros that this is mandatory. Many
&lt;br&gt;folks are still putting v3.6.2 compiled with old gcc/glibc on their
&lt;br&gt;current directories.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gv-on-the-latest-linux-distros-tp23380788p23380788.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22943209</id>
	<title>gv 3.6.6 not rendering fully</title>
	<published>2009-04-07T03:23:12Z</published>
	<updated>2009-04-07T03:23:12Z</updated>
	<author>
		<name>Andrew P. Billyard</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I've included a small postscript which several postscript interpreters seems to handle fine, but ghostview (gv) doesn't. &amp;nbsp;Unfortunately, gv is my favourite. &amp;nbsp;There are supposed to be two blue circles with red triangles inside them, but only one of these get rendered...and the cursor is displaying &amp;quot;busy&amp;quot; almost as if gv hasn't finished rendering. &amp;nbsp;Any suggestions would be fine. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Sincerely,
&lt;br&gt;Andrew&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Hartmann2_template.ps&lt;/strong&gt; (3K) &lt;a href=&quot;http://old.nabble.com/attachment/22943209/0/Hartmann2_template.ps&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gv-3.6.6-not-rendering-fully-tp22943209p22943209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22913274</id>
	<title>Re: user interface gv vs xpdf</title>
	<published>2009-04-06T10:12:16Z</published>
	<updated>2009-04-06T10:12:16Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">Hi Andries,
&lt;br&gt;&lt;br&gt;Andries E. Brouwer wrote:
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Copy+modify works fine, but only if I do not insert a line
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; GV.version: 3.6.4
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I do insert such a line, then gv exits with error message
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Well, GNU gv 3.6.4 is quite old. In this old version the resources were 
&lt;br&gt;not versioned, so it's ok to skip the instructions for the &amp;quot;GV.version&amp;quot; 
&lt;br&gt;resource.
&lt;br&gt;&lt;br&gt;Greetungs from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/user-interface-gv-vs-xpdf-tp22672694p22913274.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22943207</id>
	<title>Re: user interface gv vs xpdf</title>
	<published>2009-04-06T09:48:42Z</published>
	<updated>2009-04-06T09:48:42Z</updated>
	<author>
		<name>Andries E. Brouwer</name>
	</author>
	<content type="html">On Sun, Mar 29, 2009 at 02:13:50PM +0200, Markus Steinborn wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Andries E. Brouwer wrote:
&lt;br&gt;&amp;gt;&amp;gt; It would be perfect if both had the same key bindings
&lt;br&gt;&amp;gt;&amp;gt; for navigation. Failing that, it would help if one could
&lt;br&gt;&amp;gt;&amp;gt; customize the gv key bindings. &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can customize the key bindings:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Copy the key bindings from $PREFIX/share/gv/gv_class.ad (i. e. &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; GV.control.baseTranslations and optionally the following ones) to the &amp;nbsp;
&lt;br&gt;&amp;gt; ..gv file with your favorite editor and change them. If ~/.gv does not &amp;nbsp;
&lt;br&gt;&amp;gt; contain a line &amp;quot;GV.version:&amp;quot;, add &amp;quot;GV.version: 3.6.7&amp;quot; (of course with &amp;nbsp;
&lt;br&gt;&amp;gt; your version).
&lt;/div&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Copy+modify works fine, but only if I do not insert a line
&lt;br&gt;&lt;br&gt;GV.version: 3.6.4
&lt;br&gt;&lt;br&gt;If I do insert such a line, then gv exits with error message
&lt;br&gt;&lt;br&gt;gv Error: incompatible resources.
&lt;br&gt;One of the files
&lt;br&gt;&amp;nbsp; &amp;nbsp; /usr/share/gv/gv_system.ad
&lt;br&gt;&amp;nbsp; &amp;nbsp; /home/aeb/.gv
&lt;br&gt;belongs to an older version of gv and can not be used.
&lt;br&gt;Please remove or update the outdated file.
&lt;br&gt;&lt;br&gt;Here /usr/share/gv/gv_system.ad does not contain a version string.
&lt;br&gt;&lt;br&gt;Andries
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/user-interface-gv-vs-xpdf-tp22672694p22943207.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22820267</id>
	<title>Re: Build issue for gv 3.6.7 under Mac OS X</title>
	<published>2009-03-31T22:55:10Z</published>
	<updated>2009-03-31T22:55:10Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">Marius Schamschula wrote:
&lt;br&gt;&amp;gt; Are we missing a header file?
&lt;br&gt;&lt;br&gt;Hi Marius,
&lt;br&gt;&lt;br&gt;thank you for reporting this bug. The following forwarded mail will 
&lt;br&gt;explain you how to solve this bug.
&lt;br&gt;&lt;br&gt;Greetings from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Ryan Schmidt wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm the maintainer of gv in MacPorts. Apologies for not testing 
&lt;br&gt;&amp;gt; 3.6.6.90 or 3.6.6.91, but while updating the gv port to 3.6.7 (on Mac 
&lt;br&gt;&amp;gt; OS X 10.4.11 with Xcode 2.5) I got this error:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. &amp;nbsp;-DNON_BLOCKING_IO -DGV_CODE 
&lt;br&gt;&amp;gt; -DGV_LIBDIR=\&amp;quot;/mp/share/gv\&amp;quot; -I../lib -I../lib -g -DUSE_SETENV_CODE 
&lt;br&gt;&amp;gt; -I/mp/include -I/mp/include -O2 -MT confirm.o -MD -MP -MF 
&lt;br&gt;&amp;gt; .deps/confirm.Tpo -c -o confirm.o confirm.c
&lt;br&gt;&amp;gt; callbacks.c: In function 'cb_presentation':
&lt;br&gt;&amp;gt; callbacks.c:960: error: 'SIGCLD' undeclared (first use in this function)
&lt;br&gt;&amp;gt; callbacks.c:960: error: (Each undeclared identifier is reported only once
&lt;br&gt;&amp;gt; callbacks.c:960: error: for each function it appears in.)
&lt;br&gt;&amp;gt; make[2]: *** [callbacks.o] Error 1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Googling for this error, I see other projects have run into it:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://markmail.org/message/xpfwof4bu44moxbo#query:SIGCLD%20mac+page:1+mid:w5vb76meovpbe2ys+state:results&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/xpfwof4bu44moxbo#query:SIGCLD%20mac+page:1+mid:w5vb76meovpbe2ys+state:results&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The above suggests that for Mac OS X and FreeBSD this should be added:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; #ifndef SIGCLD
&lt;br&gt;&amp;gt; # &amp;nbsp; define SIGCLD SIGCHLD
&lt;br&gt;&amp;gt; #endif
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Adding that near the top of src/callbacks.c did allow it to compile. 
&lt;br&gt;&amp;gt; So I just wanted to let you know.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Build-issue-for-gv-3.6.7-under-Mac-OS-X-tp22819735p22820267.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22819735</id>
	<title>Build issue for gv 3.6.7 under Mac OS X</title>
	<published>2009-03-31T18:27:36Z</published>
	<updated>2009-03-31T18:27:36Z</updated>
	<author>
		<name>Marius Schamschula-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Hi there,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I saw the update for gv on Freshmeat. So I went off to build it under Mac OS X. I get the following error (both for Mac OS X 10.4.11 and 10.5.6 PPC/Intel):&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;gcc -DHAVE_CONFIG_H -I. &amp;nbsp;-DNON_BLOCKING_IO -DGV_CODE -DGV_LIBDIR=\&quot;/usr/local/share/gv\&quot; -I../lib -I../lib -g -DUSE_SETENV_CODE &amp;nbsp;-I/usr/X11R6/include -g -O2 -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c&lt;/div&gt;&lt;div&gt;callbacks.c: In function 'cb_presentation':&lt;/div&gt;&lt;div&gt;callbacks.c:960: error: 'SIGCLD' undeclared (first use in this function)&lt;/div&gt;&lt;div&gt;callbacks.c:960: error: (Each undeclared identifier is reported only once&lt;/div&gt;&lt;div&gt;callbacks.c:960: error: for each function it appears in.)&lt;/div&gt;&lt;div&gt;make[2]: *** [callbacks.o] Error 1&lt;/div&gt;&lt;div&gt;make[2]: Leaving directory `/private/tmp/gv-3.6.7/src'&lt;/div&gt;&lt;div&gt;make[1]: *** [all] Error 2&lt;/div&gt;&lt;div&gt;make[1]: Leaving directory `/private/tmp/gv-3.6.7/src'&lt;/div&gt;&lt;div&gt;make: *** [all-recursive] Error 1&lt;/div&gt;&lt;/div&gt;&lt;br&gt;Are we missing a header file?&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; &quot;&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica&quot;&gt;Marius&lt;/p&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica&quot;&gt;--&lt;/p&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica&quot;&gt;Marius Schamschula&lt;/p&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica&quot;&gt;Webmaster&lt;/p&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px&quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica&quot;&gt;The Huntsville Macintosh Users Group&lt;/p&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica&quot;&gt;&lt;a href=&quot;http://www.hmug.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 238); -khtml-text-decorations-in-effect: underline; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 238); -khtml-text-decorations-in-effect: underline; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 238); -khtml-text-decorations-in-effect: underline; &quot;&gt;www.hmug.org&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px&quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica&quot;&gt;webmaster at hmug dot org&lt;/p&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica&quot;&gt;marius at schamschula dot com&lt;/p&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica&quot;&gt;&lt;br class=&quot;khtml-block-placeholder&quot;&gt;&lt;/p&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Build-issue-for-gv-3.6.7-under-Mac-OS-X-tp22819735p22819735.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22766991</id>
	<title>Re: user interface gv vs xpdf</title>
	<published>2009-03-29T05:13:50Z</published>
	<updated>2009-03-29T05:13:50Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">Andries E. Brouwer wrote:
&lt;br&gt;&amp;gt; It would be perfect if both had the same key bindings
&lt;br&gt;&amp;gt; for navigation. Failing that, it would help if one could
&lt;br&gt;&amp;gt; customize the gv key bindings. 
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;You can customize the key bindings:
&lt;br&gt;&lt;br&gt;Copy the key bindings from $PREFIX/share/gv/gv_class.ad (i. e. &amp;nbsp; 
&lt;br&gt;GV.control.baseTranslations and optionally the following ones) to the 
&lt;br&gt;..gv file with your favorite editor and change them. If ~/.gv does not 
&lt;br&gt;contain a line &amp;quot;GV.version:&amp;quot;, add &amp;quot;GV.version: 3.6.7&amp;quot; (of cuase with 
&lt;br&gt;your version).
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Greetings from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/user-interface-gv-vs-xpdf-tp22672694p22766991.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22754199</id>
	<title>Re: Installing gnu gv on Mac OSX 10.5.6 compile error</title>
	<published>2009-03-27T23:40:25Z</published>
	<updated>2009-03-27T23:40:25Z</updated>
	<author>
		<name>Markus Steinborn-2</name>
	</author>
	<content type="html">Hi Lang,
&lt;br&gt;&lt;br&gt;Lang Valentine wrote:
&lt;br&gt;&amp;gt; Am I missing something?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lang 
&lt;br&gt;I got an important hint by email today. I think it may help you.
&lt;br&gt;&lt;br&gt;Greetings from Germany
&lt;br&gt;&lt;br&gt;Markus Steinborn
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Here is the email I got:
&lt;br&gt;&lt;br&gt;Ryan Schmidt wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm the maintainer of gv in MacPorts. Apologies for not testing 
&lt;br&gt;&amp;gt; 3.6.6.90 or 3.6.6.91, but while updating the gv port to 3.6.7 (on Mac 
&lt;br&gt;&amp;gt; OS X 10.4.11 with Xcode 2.5) I got this error:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. &amp;nbsp;-DNON_BLOCKING_IO -DGV_CODE 
&lt;br&gt;&amp;gt; -DGV_LIBDIR=\&amp;quot;/mp/share/gv\&amp;quot; -I../lib -I../lib -g -DUSE_SETENV_CODE 
&lt;br&gt;&amp;gt; -I/mp/include -I/mp/include -O2 -MT confirm.o -MD -MP -MF 
&lt;br&gt;&amp;gt; .deps/confirm.Tpo -c -o confirm.o confirm.c
&lt;br&gt;&amp;gt; callbacks.c: In function 'cb_presentation':
&lt;br&gt;&amp;gt; callbacks.c:960: error: 'SIGCLD' undeclared (first use in this function)
&lt;br&gt;&amp;gt; callbacks.c:960: error: (Each undeclared identifier is reported only once
&lt;br&gt;&amp;gt; callbacks.c:960: error: for each function it appears in.)
&lt;br&gt;&amp;gt; make[2]: *** [callbacks.o] Error 1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Googling for this error, I see other projects have run into it:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://markmail.org/message/xpfwof4bu44moxbo#query:SIGCLD%20mac+page:1+mid:w5vb76meovpbe2ys+state:results&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/xpfwof4bu44moxbo#query:SIGCLD%20mac+page:1+mid:w5vb76meovpbe2ys+state:results&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The above suggests that for Mac OS X and FreeBSD this should be added:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; #ifndef SIGCLD
&lt;br&gt;&amp;gt; # &amp;nbsp; define SIGCLD SIGCHLD
&lt;br&gt;&amp;gt; #endif
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Adding that near the top of src/callbacks.c did allow it to compile. 
&lt;br&gt;&amp;gt; So I just wanted to let you know.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Help-f1690.html&quot; embed=&quot;fixTarget[1690]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Installing-gnu-gv-on-Mac-OSX-10.5.6-compile-error-tp22717951p22754199.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22753431</id>
	<title>gv 3.6.7 on Mac OS X: 'SIGCLD' undeclared (first use in this function)</title>
	<published>2009-03-27T01:10:37Z</published>
	<updated>2009-03-27T01:10:37Z</updated>
	<author>
		<name>Ryan Schmidt-58</name>
	</author>
	<content type="html">I'm the maintainer of gv in MacPorts. Apologies for not testing &amp;nbsp;
&lt;br&gt;3.6.6.90 or 3.6.6.91, but while updating the gv port to 3.6.7 (on Mac &amp;nbsp;
&lt;br&gt;OS X 10.4.11 with Xcode 2.5) I got this error:
&lt;br&gt;&lt;br&gt;&lt;br&gt;/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. &amp;nbsp;-DNON_BLOCKING_IO -DGV_CODE - 
&lt;br&gt;DGV_LIBDIR=\&amp;quot;/mp/share/gv\&amp;quot; -I../lib -I../lib -g -DUSE_SETENV_CODE -I/ 
&lt;br&gt;mp/include -I/mp/include -O2 -MT confirm.o -MD -MP -MF .deps/ 
&lt;br&gt;confirm.Tpo -c -o confirm.o confirm.c
&lt;br&gt;callbacks.c: In function 'cb_presentation':
&lt;br&gt;callbacks.c:960: error: 'SIGCLD' undeclared (first use in this function)
&lt;br&gt;callbacks.c:960: error: (Each undeclared identifier is reported only &amp;nbsp;
&lt;br&gt;once
&lt;br&gt;callbacks.c:960: error: for each function it appears in.)
&lt;br&gt;make[2]: *** [callbacks.o] Error 1
&lt;br&gt;&lt;br&gt;&lt;br&gt;Googling for this error, I see other projects have run into it:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://markmail.org/message/xpfwof4bu44moxbo#query:SIGCLD%20mac+page:1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/xpfwof4bu44moxbo#query:SIGCLD%20mac+page:1&lt;/a&gt;&amp;nbsp;
&lt;br&gt;+mid:w5vb76meovpbe2ys+state:results
&lt;br&gt;&lt;br&gt;&lt;br&gt;The above suggests that for Mac OS X and FreeBSD this should be added:
&lt;br&gt;&lt;br&gt;&lt;br&gt;#ifndef SIGCLD
&lt;br&gt;# &amp;nbsp; define SIGCLD SIGCHLD
&lt;br&gt;#endif
&lt;br&gt;&lt;br&gt;&lt;br&gt;Adding that near the top of src/callbacks.c did allow it to compile. &amp;nbsp;
&lt;br&gt;So I just wanted to let you know.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gv-3.6.7-on-Mac-OS-X%3A-%27SIGCLD%27-undeclared-%28first-use-in-this-function%29-tp22753431p22753431.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22717951</id>
	<title>Installing gnu gv on Mac OSX 10.5.6 compile error</title>
	<published>2009-03-25T18:14:32Z</published>
	<updated>2009-03-25T18:14:32Z</updated>
	<author>
		<name>Lang Valentine</name>
	</author>
	<content type="html">Hi all
&lt;br&gt;&lt;br&gt;I'm trying to install gv-3.6.7 for a user in my building and I am having 
&lt;br&gt;trouble installing gv.
&lt;br&gt;&lt;br&gt;I've got libXaw3d dylibs installed in &amp;quot;/usr/X11/lib/&amp;quot; and the headers in 
&lt;br&gt;&amp;quot;/usr/X11/include/X11/Xaw3d&amp;quot;
&lt;br&gt;&lt;br&gt;ran &amp;quot;./configure --enable-setenv-code&amp;quot; which is succesful
&lt;br&gt;&lt;br&gt;typed &amp;quot;make&amp;quot; and I end up with this error:
&lt;br&gt;&lt;br&gt;===============================
&lt;br&gt;&lt;br&gt;mb08-02591:gv-3.6.7 custodian$ make
&lt;br&gt;Making all in lib
&lt;br&gt;make &amp;nbsp;all-am
&lt;br&gt;make[2]: Nothing to be done for `all-am'.
&lt;br&gt;Making all in src
&lt;br&gt;make &amp;nbsp;all-am
&lt;br&gt;gcc -DHAVE_CONFIG_H -I. &amp;nbsp;-DNON_BLOCKING_IO -DGV_CODE 
&lt;br&gt;-DGV_LIBDIR=\&amp;quot;/usr/local/share/gv\&amp;quot; -I../lib -I../lib -g 
&lt;br&gt;-DUSE_SETENV_CODE &amp;nbsp;-I/usr/X11/include -g -O2 -MT callbacks.o -MD -MP -MF 
&lt;br&gt;.deps/callbacks.Tpo -c -o callbacks.o callbacks.c
&lt;br&gt;callbacks.c: In function 'cb_presentation':
&lt;br&gt;callbacks.c:960: error: 'SIGCLD' undeclared (first use in this function)
&lt;br&gt;callbacks.c:960: error: (Each undeclared identifier is reported only once
&lt;br&gt;callbacks.c:960: error: for each function it appears in.)
&lt;br&gt;make[2]: *** [callbacks.o] Error 1
&lt;br&gt;make[1]: *** [all] Error 2
&lt;br&gt;make: *** [all-recursive] Error 1
&lt;br&gt;&lt;br&gt;==============================
&lt;br&gt;&lt;br&gt;(Actually thats the second time the make has be executed, hence the lib 
&lt;br&gt;directory has been compiled)
&lt;br&gt;&lt;br&gt;I'm guessing a library isn't accessable but the SIGCLD seems to be from 
&lt;br&gt;signal.h which I would've is widely available in OSX/Freebsd Arch.
&lt;br&gt;&lt;br&gt;The app is compiled in my home directory as well in bash (try csh still 
&lt;br&gt;no go).
&lt;br&gt;&lt;br&gt;Am I missing something?
&lt;br&gt;&lt;br&gt;Lang
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Help-f1690.html&quot; embed=&quot;fixTarget[1690]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Installing-gnu-gv-on-Mac-OSX-10.5.6-compile-error-tp22717951p22717951.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22697240</id>
	<title>Re: [Fwd: Re: gv 3.6.7 segment violations on multiple platforms]</title>
	<published>2009-03-25T01:42:53Z</published>
	<updated>2009-03-25T01:42:53Z</updated>
	<author>
		<name>Bernhard R. Link-2</name>
	</author>
	<content type="html">* Bernhard R. Link &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22697240&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brlink@...&lt;/a&gt;&amp;gt; [090325 09:16]:
&lt;br&gt;&amp;gt; especially this one actively matches the problematic field:
&lt;br&gt;&lt;br&gt;I was writing to far. it is another field.
&lt;br&gt;&lt;br&gt;But the warnings really look like something is absolutely garbled in the
&lt;br&gt;resource handling. (Which is strange, as Fedora 10 seems to have newer
&lt;br&gt;version than Debian unstable where it works).
&lt;br&gt;&lt;br&gt;Hochachtungsvoll,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Bernhard R. Link
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---GV---Bugs-f1689.html&quot; embed=&quot;fixTarget[1689]&quot; target=&quot;_top&quot; &gt;Gnu - GV - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Fwd%3A-Re%3A-gv-3.6.7-segment-violations-on-multiple-platforms--tp22695289p22697240.html" />
</entry>

</feed>
