octave-maintainers
[Top][All Lists]
Advanced

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

Re: Error compiling todays CVS on Linux with sparse libraries installed


From: Alex Zvoleff
Subject: Re: Error compiling todays CVS on Linux with sparse libraries installed
Date: Tue, 06 Feb 2007 11:11:28 -0800

Build is now successful.

Alex

On Tue, 2007-02-06 at 13:55 -0500, John W. Eaton wrote:
> On  6-Feb-2007, Alex Zvoleff wrote:
> 
> | While compiling today's CVS, I get the following error, similar to that
> | mentioned earlier by Tom Holroyd.  I am running Ubuntu Edgy, with
> | libufsparse 1.2.7 from the Ubuntu repository, and gnuplot 4.2 rc4
> | compiled from the source.
> 
> I checked in the attached changes.
> 
> Thanks,
> 
> jwe
> 
> 
> plain text document attachment (diffs)
> 2007-02-06  John W. Eaton  <address@hidden>
> 
>       * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".".
>       * sparse/gplot.m: Use line style - instead of 1.
> 
> 
> Index: scripts/plot/__uiobject_draw_axes__.m
> ===================================================================
> RCS file: /cvs/octave/scripts/plot/__uiobject_draw_axes__.m,v
> retrieving revision 1.8
> diff -u -u -r1.8 __uiobject_draw_axes__.m
> --- scripts/plot/__uiobject_draw_axes__.m     5 Feb 2007 21:41:26 -0000       
> 1.8
> +++ scripts/plot/__uiobject_draw_axes__.m     6 Feb 2007 18:47:11 -0000
> @@ -712,7 +712,7 @@
>        case "*"
>       pt = "3";
>        case "."
> -     pt = "dots";
> +     pt = "0";
>        case "x"
>       pt = "2";
>        case {"square", "s"}
> @@ -762,6 +762,6 @@
>      fputs (plot_stream, " default");
>    endif
>  
> -  fputs (plot_stream, "\n;");
> +  fputs (plot_stream, ";\n");
>  
>  endfunction
> Index: scripts/sparse/gplot.m
> ===================================================================
> RCS file: /cvs/octave/scripts/sparse/gplot.m,v
> retrieving revision 1.4
> diff -u -u -r1.4 gplot.m
> --- scripts/sparse/gplot.m    10 Oct 2006 16:10:29 -0000      1.4
> +++ scripts/sparse/gplot.m    6 Feb 2007 18:47:11 -0000
> @@ -38,7 +38,7 @@
>    endif
>  
>    if (nargin == 2)
> -    line_style = "1;;";
> +    line_style = "-;;";
>    endif
>  
>    [i, j] = find (A);



reply via email to

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