<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Scientific Plotting on Mac OS X (Intel) using Gnuplot and Plot</title>
	<atom:link href="http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/feed/" rel="self" type="application/rss+xml" />
	<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/</link>
	<description>Programming and Productivity.</description>
	<lastBuildDate>Wed, 23 Dec 2009 03:54:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Miguel</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-19121</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Thu, 29 Oct 2009 10:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-19121</guid>
		<description>Octave distributes updated binaries of gnuplot for Mac OS X.

http://sourceforge.net/projects/octave/files/Octave%20MacOSX%20Binary
http://octave.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Octave distributes updated binaries of gnuplot for Mac OS X.</p>
<p><a href="http://sourceforge.net/projects/octave/files/Octave%20MacOSX%20Binary" rel="nofollow">http://sourceforge.net/projects/octave/files/Octave%20MacOSX%20Binary</a><br />
<a href="http://octave.sourceforge.net/" rel="nofollow">http://octave.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TonyMac</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-19060</link>
		<dc:creator>TonyMac</dc:creator>
		<pubDate>Mon, 17 Aug 2009 15:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-19060</guid>
		<description>@grainger:
next to the pb of kopinjol and Zemogle: the option --with-readline=builtin effectively solves the missing of the readline. but the gnuplot will be installed without the autocompletion features (TAB key gives nothing as completion and so on). THerefore the --with-readline=gnu will give error when compiling sources. THe solution is to install GNU readline  that u can find at:
http://tiswww.case.edu/php/chet/readline/rltop.html
which is really simple to install (./configure // make // sudo make install ) n u are done.
After installed GNU readline u can use the make issu from the configure --with-readline=gnu</description>
		<content:encoded><![CDATA[<p>@grainger:<br />
next to the pb of kopinjol and Zemogle: the option &#8211;with-readline=builtin effectively solves the missing of the readline. but the gnuplot will be installed without the autocompletion features (TAB key gives nothing as completion and so on). THerefore the &#8211;with-readline=gnu will give error when compiling sources. THe solution is to install GNU readline  that u can find at:<br />
<a href="http://tiswww.case.edu/php/chet/readline/rltop.html" rel="nofollow">http://tiswww.case.edu/php/chet/readline/rltop.html</a><br />
which is really simple to install (./configure // make // sudo make install ) n u are done.<br />
After installed GNU readline u can use the make issu from the configure &#8211;with-readline=gnu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-18968</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 29 May 2009 23:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-18968</guid>
		<description>Not working...

I have a MacBook Pro Intel Core 2 Duo running OS X 10.5.6. At first, I had the same problem as Kopinjol (with the _rl_* errors). I did the  –with-readline=builtin thing and it fixed that part. When I did the make, I got: 

 make
make  all-recursive
Making all in config
make[2]: Nothing to be done for `all&#039;.
Making all in m4
make[2]: Nothing to be done for `all&#039;.
Making all in term
make[2]: Nothing to be done for `all&#039;.
Making all in src
Making all in wxterminal
make[3]: Nothing to be done for `all&#039;.
gcc -DHAVE_CONFIG_H -I. -I..  -I../term -I../term -DBINDIR=\&quot;/usr/local/bin\&quot; -DX11_DRIVER_DIR=\&quot;/usr/local/libexec/gnuplot/4.3\&quot; -DGNUPLOT_PS_DIR=\&quot;/usr/local/share/gnuplot/4.3/PostScript\&quot; -DCONTACT=\&quot;gnuplot-bugs@lists.sourceforge.net\&quot; -DHELPFILE=\&quot;/usr/local/share/gnuplot/4.3/gnuplot.gih\&quot; -DGNUPLOT_X11=\&quot;`echo gnuplot_x11 &#124; sed &#039;s,x,x,&#039;`\&quot;   -g -O2 -ObjC -MT alloc.o -MD -MP -MF .deps/alloc.Tpo -c -o alloc.o alloc.c
mv -f .deps/alloc.Tpo .deps/alloc.Po
....
...
In file included from term.h:173,
                 from term.c:1368:
../term/aquaterm.trm: In function &#039;AQUA_boxfill&#039;:
../term/aquaterm.trm:586: warning: &#039;AQTAdapter&#039; may not respond to &#039;-setColorRed:green:blue:alpha:&#039;
../term/aquaterm.trm:586: warning: (Messages without a matching method signature
../term/aquaterm.trm:586: warning: will be assumed to return &#039;id&#039; and accept
../term/aquaterm.trm:586: warning: &#039;...&#039; as arguments.)
../term/aquaterm.trm: In function &#039;AQUA_filled_polygon&#039;:
../term/aquaterm.trm:683: warning: &#039;AQTAdapter&#039; may not respond to &#039;-setColorRed:green:blue:alpha:&#039;
mv -f .deps/term.Tpo .deps/term.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../term -I../term -DBINDIR=\&quot;/usr/local/bin\&quot; -DX11_DRIVER_DIR=\&quot;/usr/local/libexec/gnuplot/4.3\&quot; -DGNUPLOT_PS_DIR=\&quot;/usr/local/share/gnuplot/4.3/PostScript\&quot; -DCONTACT=\&quot;gnuplot-bugs@lists.sourceforge.net\&quot; -DHELPFILE=\&quot;/usr/local/share/gnuplot/4.3/gnuplot.gih\&quot; -DGNUPLOT_X11=\&quot;`echo gnuplot_x11 &#124; sed &#039;s,x,x,&#039;`\&quot;   -g -O2 -ObjC -MT time.o -MD -MP -MF .deps/time.Tpo -c -o time.o time.c
mv -f .deps/time.Tpo .deps/time.Po
....
....
gcc  -g -O2 -ObjC   -o bf_test bf_test.o binary.o alloc.o  -laquaterm  -framework Foundation
Making all in docs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term  -g -O2 -ObjC -c doc2gih.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term  -g -O2 -ObjC -c termdoc.c
gcc -g -O2 -ObjC  -o doc2gih doc2gih.o termdoc.o -laquaterm  -framework Foundation
./doc2gih ./gnuplot.doc gnuplot.gih
Making all in lisp
make[2]: Nothing to be done for `all&#039;.
Making all in man
make[2]: Nothing to be done for `all&#039;.
Making all in demo
Creating binary data files
Making all in tutorial
make[2]: Nothing to be done for `all&#039;.
Making all in share
Making all in LaTeX
make[3]: Nothing to be done for `all&#039;.
make[3]: Nothing to be done for `all-am&#039;.
make[2]: Nothing to be done for `all-am&#039;.

And I got the following when I did make install, I got:

Making install in config
make[2]: Nothing to be done for `install-exec-am&#039;.
make[2]: Nothing to be done for `install-data-am&#039;.
Making install in m4
make[2]: Nothing to be done for `install-exec-am&#039;.
make[2]: Nothing to be done for `install-data-am&#039;.
Making install in term
make[2]: Nothing to be done for `install-exec-am&#039;.
test -z &quot;/usr/local/share/gnuplot/4.3/PostScript&quot; &#124;&#124; .././install-sh -c -d &quot;/usr/local/share/gnuplot/4.3/PostScript&quot;
 /usr/bin/install -c -m 644 &#039;PostScript/cp1250.ps&#039; &#039;/usr/local/share/gnuplot/4.3/PostScript/cp1250.ps&#039;
 /usr/bin/install -c -m 644 &#039;PostScript/cp437.ps&#039; &#039;/usr/local/share/gnuplot/4.3/PostScript/cp437.ps&#039;
....
...
 /usr/bin/install -c -m 644 gnuplot.elc /usr/local/share/emacs/site-lisp/gnuplot.elc
 /usr/bin/install -c -m 644 gnuplot-gui.elc /usr/local/share/emacs/site-lisp/gnuplot-gui.elc
Making install in man
make[2]: Nothing to be done for `install-exec-am&#039;.
test -z &quot;/usr/local/share/man/man1&quot; &#124;&#124; .././install-sh -c -d &quot;/usr/local/share/man/man1&quot;
 /usr/bin/install -c -m 644 &#039;./gnuplot.1&#039; &#039;/usr/local/share/man/man1/gnuplot.1&#039;
make  install-data-hook
make[3]: Nothing to be done for `install-data-hook&#039;.
Making install in demo
make[2]: Nothing to be done for `install-exec-am&#039;.
make[2]: Nothing to be done for `install-data-am&#039;.
Making install in tutorial
make[2]: Nothing to be done for `install-exec-am&#039;.
make[2]: Nothing to be done for `install-data-am&#039;.
Making install in share
Making install in LaTeX
make[3]: Nothing to be done for `install-exec-am&#039;.
make  install-data-hook
make[3]: Nothing to be done for `install-exec-am&#039;.
test -z &quot;/usr/local/lib/X11/app-defaults&quot; &#124;&#124; .././install-sh -c -d &quot;/usr/local/lib/X11/app-defaults&quot;
 /usr/bin/install -c -m 644 &#039;Gnuplot&#039; &#039;/usr/local/lib/X11/app-defaults/Gnuplot&#039;
make[2]: Nothing to be done for `install-exec-am&#039;.
make[2]: Nothing to be done for `install-data-am&#039;.

and then when I try to start gnuplot, it says the good old &quot;command not found&quot;.... What to do? Help! Thanks a lot in advance</description>
		<content:encoded><![CDATA[<p>Not working&#8230;</p>
<p>I have a MacBook Pro Intel Core 2 Duo running OS X 10.5.6. At first, I had the same problem as Kopinjol (with the _rl_* errors). I did the  –with-readline=builtin thing and it fixed that part. When I did the make, I got: </p>
<p> make<br />
make  all-recursive<br />
Making all in config<br />
make[2]: Nothing to be done for `all&#8217;.<br />
Making all in m4<br />
make[2]: Nothing to be done for `all&#8217;.<br />
Making all in term<br />
make[2]: Nothing to be done for `all&#8217;.<br />
Making all in src<br />
Making all in wxterminal<br />
make[3]: Nothing to be done for `all&#8217;.<br />
gcc -DHAVE_CONFIG_H -I. -I..  -I../term -I../term -DBINDIR=\&#8221;/usr/local/bin\&#8221; -DX11_DRIVER_DIR=\&#8221;/usr/local/libexec/gnuplot/4.3\&#8221; -DGNUPLOT_PS_DIR=\&#8221;/usr/local/share/gnuplot/4.3/PostScript\&#8221; -DCONTACT=\&#8221;gnuplot-bugs@lists.sourceforge.net\&#8221; -DHELPFILE=\&#8221;/usr/local/share/gnuplot/4.3/gnuplot.gih\&#8221; -DGNUPLOT_X11=\&#8221;`echo gnuplot_x11 | sed &#8217;s,x,x,&#8217;`\&#8221;   -g -O2 -ObjC -MT alloc.o -MD -MP -MF .deps/alloc.Tpo -c -o alloc.o alloc.c<br />
mv -f .deps/alloc.Tpo .deps/alloc.Po<br />
&#8230;.<br />
&#8230;<br />
In file included from term.h:173,<br />
                 from term.c:1368:<br />
../term/aquaterm.trm: In function &#8216;AQUA_boxfill&#8217;:<br />
../term/aquaterm.trm:586: warning: &#8216;AQTAdapter&#8217; may not respond to &#8216;-setColorRed:green:blue:alpha:&#8217;<br />
../term/aquaterm.trm:586: warning: (Messages without a matching method signature<br />
../term/aquaterm.trm:586: warning: will be assumed to return &#8216;id&#8217; and accept<br />
../term/aquaterm.trm:586: warning: &#8216;&#8230;&#8217; as arguments.)<br />
../term/aquaterm.trm: In function &#8216;AQUA_filled_polygon&#8217;:<br />
../term/aquaterm.trm:683: warning: &#8216;AQTAdapter&#8217; may not respond to &#8216;-setColorRed:green:blue:alpha:&#8217;<br />
mv -f .deps/term.Tpo .deps/term.Po<br />
gcc -DHAVE_CONFIG_H -I. -I..  -I../term -I../term -DBINDIR=\&#8221;/usr/local/bin\&#8221; -DX11_DRIVER_DIR=\&#8221;/usr/local/libexec/gnuplot/4.3\&#8221; -DGNUPLOT_PS_DIR=\&#8221;/usr/local/share/gnuplot/4.3/PostScript\&#8221; -DCONTACT=\&#8221;gnuplot-bugs@lists.sourceforge.net\&#8221; -DHELPFILE=\&#8221;/usr/local/share/gnuplot/4.3/gnuplot.gih\&#8221; -DGNUPLOT_X11=\&#8221;`echo gnuplot_x11 | sed &#8217;s,x,x,&#8217;`\&#8221;   -g -O2 -ObjC -MT time.o -MD -MP -MF .deps/time.Tpo -c -o time.o time.c<br />
mv -f .deps/time.Tpo .deps/time.Po<br />
&#8230;.<br />
&#8230;.<br />
gcc  -g -O2 -ObjC   -o bf_test bf_test.o binary.o alloc.o  -laquaterm  -framework Foundation<br />
Making all in docs<br />
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term  -g -O2 -ObjC -c doc2gih.c<br />
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term  -g -O2 -ObjC -c termdoc.c<br />
gcc -g -O2 -ObjC  -o doc2gih doc2gih.o termdoc.o -laquaterm  -framework Foundation<br />
./doc2gih ./gnuplot.doc gnuplot.gih<br />
Making all in lisp<br />
make[2]: Nothing to be done for `all&#8217;.<br />
Making all in man<br />
make[2]: Nothing to be done for `all&#8217;.<br />
Making all in demo<br />
Creating binary data files<br />
Making all in tutorial<br />
make[2]: Nothing to be done for `all&#8217;.<br />
Making all in share<br />
Making all in LaTeX<br />
make[3]: Nothing to be done for `all&#8217;.<br />
make[3]: Nothing to be done for `all-am&#8217;.<br />
make[2]: Nothing to be done for `all-am&#8217;.</p>
<p>And I got the following when I did make install, I got:</p>
<p>Making install in config<br />
make[2]: Nothing to be done for `install-exec-am&#8217;.<br />
make[2]: Nothing to be done for `install-data-am&#8217;.<br />
Making install in m4<br />
make[2]: Nothing to be done for `install-exec-am&#8217;.<br />
make[2]: Nothing to be done for `install-data-am&#8217;.<br />
Making install in term<br />
make[2]: Nothing to be done for `install-exec-am&#8217;.<br />
test -z &#8220;/usr/local/share/gnuplot/4.3/PostScript&#8221; || .././install-sh -c -d &#8220;/usr/local/share/gnuplot/4.3/PostScript&#8221;<br />
 /usr/bin/install -c -m 644 &#8216;PostScript/cp1250.ps&#8217; &#8216;/usr/local/share/gnuplot/4.3/PostScript/cp1250.ps&#8217;<br />
 /usr/bin/install -c -m 644 &#8216;PostScript/cp437.ps&#8217; &#8216;/usr/local/share/gnuplot/4.3/PostScript/cp437.ps&#8217;<br />
&#8230;.<br />
&#8230;<br />
 /usr/bin/install -c -m 644 gnuplot.elc /usr/local/share/emacs/site-lisp/gnuplot.elc<br />
 /usr/bin/install -c -m 644 gnuplot-gui.elc /usr/local/share/emacs/site-lisp/gnuplot-gui.elc<br />
Making install in man<br />
make[2]: Nothing to be done for `install-exec-am&#8217;.<br />
test -z &#8220;/usr/local/share/man/man1&#8243; || .././install-sh -c -d &#8220;/usr/local/share/man/man1&#8243;<br />
 /usr/bin/install -c -m 644 &#8216;./gnuplot.1&#8242; &#8216;/usr/local/share/man/man1/gnuplot.1&#8242;<br />
make  install-data-hook<br />
make[3]: Nothing to be done for `install-data-hook&#8217;.<br />
Making install in demo<br />
make[2]: Nothing to be done for `install-exec-am&#8217;.<br />
make[2]: Nothing to be done for `install-data-am&#8217;.<br />
Making install in tutorial<br />
make[2]: Nothing to be done for `install-exec-am&#8217;.<br />
make[2]: Nothing to be done for `install-data-am&#8217;.<br />
Making install in share<br />
Making install in LaTeX<br />
make[3]: Nothing to be done for `install-exec-am&#8217;.<br />
make  install-data-hook<br />
make[3]: Nothing to be done for `install-exec-am&#8217;.<br />
test -z &#8220;/usr/local/lib/X11/app-defaults&#8221; || .././install-sh -c -d &#8220;/usr/local/lib/X11/app-defaults&#8221;<br />
 /usr/bin/install -c -m 644 &#8216;Gnuplot&#8217; &#8216;/usr/local/lib/X11/app-defaults/Gnuplot&#8217;<br />
make[2]: Nothing to be done for `install-exec-am&#8217;.<br />
make[2]: Nothing to be done for `install-data-am&#8217;.</p>
<p>and then when I try to start gnuplot, it says the good old &#8220;command not found&#8221;&#8230;. What to do? Help! Thanks a lot in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael L</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-18330</link>
		<dc:creator>Michael L</dc:creator>
		<pubDate>Wed, 05 Nov 2008 03:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-18330</guid>
		<description>If you have macPorts installed, you can just type:

sudo port install gnuplot

http://gavmacprogramming.wordpress.com/2007/05/02/installing-gnuplot/</description>
		<content:encoded><![CDATA[<p>If you have macPorts installed, you can just type:</p>
<p>sudo port install gnuplot</p>
<p><a href="http://gavmacprogramming.wordpress.com/2007/05/02/installing-gnuplot/" rel="nofollow">http://gavmacprogramming.wordpress.com/2007/05/02/installing-gnuplot/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-18232</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Thu, 02 Oct 2008 08:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-18232</guid>
		<description>Hi Puzzled,

I found the fix for your problem here:

http://article.gmane.org/gmane.comp.graphics.gnuplot.devel/7544

The keyword &quot;origin&quot; has been replaced in some places by &quot;origin_&quot;, but the fix is easy:  in the source directory, use the following sed command, and run make again:

$ sed -i &#039;s/origin_/origin/g&#039; docs/gnuplot.texi

That fixed it for me.</description>
		<content:encoded><![CDATA[<p>Hi Puzzled,</p>
<p>I found the fix for your problem here:</p>
<p><a href="http://article.gmane.org/gmane.comp.graphics.gnuplot.devel/7544" rel="nofollow">http://article.gmane.org/gmane.comp.graphics.gnuplot.devel/7544</a></p>
<p>The keyword &#8220;origin&#8221; has been replaced in some places by &#8220;origin_&#8221;, but the fix is easy:  in the source directory, use the following sed command, and run make again:</p>
<p>$ sed -i &#8217;s/origin_/origin/g&#8217; docs/gnuplot.texi</p>
<p>That fixed it for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Puzzled</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-18212</link>
		<dc:creator>Puzzled</dc:creator>
		<pubDate>Fri, 26 Sep 2008 19:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-18212</guid>
		<description>:( Followed all the instructions plus those within the comments, added the -with-readline=builtin (which removed my previous error) but this new one popped up. Running osx 10.5.5 on a macbook pro c2d. Anyone knows whats wrong here? Your help is greatly appreciated! :D

From terminal: 
./gnuplot.texi:10582: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:10076: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:9734: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:9513: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:9502: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:9493: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:9476: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:9474: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:7413: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:4870: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:4851: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:4840: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:3459: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
./gnuplot.texi:3131: Cross reference to nonexistent node `origin&#039; (perhaps incorrect sectioning?).
makeinfo: Removing output file `gnuplot.info&#039; due to errors; use --force to preserve.
make[1]: *** [gnuplot.info] Error 1
make: *** [install-recursive] Error 1</description>
		<content:encoded><![CDATA[<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Followed all the instructions plus those within the comments, added the -with-readline=builtin (which removed my previous error) but this new one popped up. Running osx 10.5.5 on a macbook pro c2d. Anyone knows whats wrong here? Your help is greatly appreciated! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>From terminal:<br />
./gnuplot.texi:10582: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:10076: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:9734: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:9513: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:9502: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:9493: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:9476: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:9474: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:7413: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:4870: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:4851: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:4840: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:3459: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
./gnuplot.texi:3131: Cross reference to nonexistent node `origin&#8217; (perhaps incorrect sectioning?).<br />
makeinfo: Removing output file `gnuplot.info&#8217; due to errors; use &#8211;force to preserve.<br />
make[1]: *** [gnuplot.info] Error 1<br />
make: *** [install-recursive] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Lemieux</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-18049</link>
		<dc:creator>Martin Lemieux</dc:creator>
		<pubDate>Tue, 05 Aug 2008 19:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-18049</guid>
		<description>In my case, X11 was already installed.

Also there were no such:

if INCLUDE_BINARY_C
gnuplot_SOURCES += binary.c
endif

lines in my src/Makefile.am, so I only commented out the second group of lines at step 5. 

I also had to add:

--with-readline=builtin

to the configure command at step 6.

Then everything went ok. 

Btw, in my case, the executable installed in /usr/local/bin .</description>
		<content:encoded><![CDATA[<p>In my case, X11 was already installed.</p>
<p>Also there were no such:</p>
<p>if INCLUDE_BINARY_C<br />
gnuplot_SOURCES += binary.c<br />
endif</p>
<p>lines in my src/Makefile.am, so I only commented out the second group of lines at step 5. </p>
<p>I also had to add:</p>
<p>&#8211;with-readline=builtin</p>
<p>to the configure command at step 6.</p>
<p>Then everything went ok. </p>
<p>Btw, in my case, the executable installed in /usr/local/bin .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arun</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-18019</link>
		<dc:creator>arun</dc:creator>
		<pubDate>Sun, 27 Jul 2008 22:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-18019</guid>
		<description>Thanks a ton! I was struggling with various problems with my gnuplot installation! Various complaints about X11 libraries etc. But it worked fine now.</description>
		<content:encoded><![CDATA[<p>Thanks a ton! I was struggling with various problems with my gnuplot installation! Various complaints about X11 libraries etc. But it worked fine now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grainger</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17857</link>
		<dc:creator>Grainger</dc:creator>
		<pubDate>Thu, 19 Jun 2008 12:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17857</guid>
		<description>The _rl_* errors are caused by OS X 10.5 having a fake readline library which confuses the configure script. Just add: --with-readline=builtin to the configure line and it will solve these issues.</description>
		<content:encoded><![CDATA[<p>The _rl_* errors are caused by OS X 10.5 having a fake readline library which confuses the configure script. Just add: &#8211;with-readline=builtin to the configure line and it will solve these issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17720</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 07 May 2008 08:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17720</guid>
		<description>I have the exact same problem as kopinjol and Zemogle.</description>
		<content:encoded><![CDATA[<p>I have the exact same problem as kopinjol and Zemogle.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
