help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnuplot bug in Windows release of Octave?


From: Tatsuro MATSUOKA
Subject: Re: gnuplot bug in Windows release of Octave?
Date: Sat, 1 Dec 2007 04:05:04 +0900 (JST)

Hello

The file attached will be much better than before.
Now I am asking the gnuplot ML about this patch.

Tatsuro 


--- Tatsuro MATSUOKA <address@hidden> wrote:

> Hello
> 
> My previous mail had a lot of mistakes, please ignore.
> 
> Before upload the patched pgnuplot in my web, I have it to be more revised 
> and useful.  
> After that I will consult it with the gnuoplot ML.
> 
> Tentatively I have write my idea, here.
> The mingw-gcc ver.3.x.x is required .
> 
> 1. Download the gp422win32.zip.  
> 
> http://sourceforge.net/project/showfiles.php?group_id=2055
> 
> Extract it in your favarite foleder.
> 
> 2. Please download required sources here.
> 
> pgnuplot.c 
> http://gnuplot.cvs.sourceforge.net/gnuplot/gnuplot/src/win/pgnuplot.c?view=log
> version.c
> http://gnuplot.cvs.sourceforge.net/gnuplot/gnuplot/src/version.c?view=log
> version.h
> http://gnuplot.cvs.sourceforge.net/gnuplot/gnuplot/src/version.h?view=log
> syscfg.h
> http://gnuplot.cvs.sourceforge.net/gnuplot/gnuplot/src/syscfg.h?view=log
> 
> download for the version 4.2.2 ones and place them to the same folder.
> 
> 3. Please apply attached patch to pgnuplot.c
> 
> 4. Build pgnuplot.exe with the mingw gcc at the source placed folder.
>  gcc -c -o version.o version.c
>  gcc -o pgnuplot.exe version.o pgnuplot.c
>  ( strip pgnuplot.exe )
>  
> 5.Replace the original pgnuplot.exe by the newlu produced one.
> 
> 6.Add in the starup file 'octaverc', set gnuplot_binary like
> gnuplot_binary('C:/Progra1/gp422win32/gnuplot/bin/pgnuplot.exe')
> 
> The ' (path of pgnuplot) ' will be different accoriding to where you 
> extrected the
> gp422win32.zip.
> 
> 
> ***********************************
> If you see the patch only one sentence added
> +     for(i=0;i<100000;++i) i==i;
> ********************************************* 
> The number 100000 is the wait factor that I have experimentarily chosen.
> Please change this for your environment.
> 
> Regards
> 
> Tatsuro


--------------------------------------
New Design Yahoo! JAPAN  2008/01/01
http://pr.mail.yahoo.co.jp/newdesign/

Attachment: pgnuplot.patch
Description: 54229487-pgnuplot.patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]