[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
R: 3.2.0 release candidate 3
From: |
Marco Atzeri |
Subject: |
R: 3.2.0 release candidate 3 |
Date: |
Wed, 27 May 2009 05:27:52 +0000 (GMT) |
--- Mer 27/5/09, John W. Eaton <address@hidden> ha scritto:
> Da: John W. Eaton <address@hidden>
> Oggetto: R: 3.2.0 release candidate 3
> A: "Marco Atzeri" <address@hidden>
> Cc: "octave maintainers list" <address@hidden>, "Jaroslav Hajek"
> <address@hidden>
> Data: Mercoledì 27 maggio 2009, 05:13
> On 26-May-2009, Marco Atzeri wrote:
>
> | RC3 seems to break plotting on cygwin.
>
> How? Please give some details. Otherwise, I
> don't think it's likely
> we can fix anything.
>
> jwe
>
It seems some change in the gnuplot call, no such problem in
RC2.
Fltk was never working, the plot window produced only garbage
so I am not anymore including it in the build.
octave:1> x=1:10
x =
1 2 3 4 5 6 7 8 9 10
octave:2> plot(x,x.^2)
3 [main] octave 4876 fork: child -1 - died waiting for longjmp before
initialization, retry 0, exit code 0xC0000139, errno 11
error: popen2: process creation failed -- Resource temporarily unavailable
error: called from:
error:
/pub/cygports/octave/octave-3.2.0-2/src/octave-3.2.0/scripts/plot/__gnuplot_open_stream__.m
at line 28, column 44
error:
/pub/cygports/octave/octave-3.2.0-2/src/octave-3.2.0/scripts/plot/gnuplot_drawnow.m
at line 82, column 19
unfortunately I have no time in the next days to make
further testing.
Marco