help-octave
[Top][All Lists]
Advanced

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

Re: Fwd: [ANNOUNCEMENT] Updated: experimental octave-3.4.2-2


From: Tatsuro MATSUOKA
Subject: Re: Fwd: [ANNOUNCEMENT] Updated: experimental octave-3.4.2-2
Date: Fri, 30 Sep 2011 15:42:48 +0900 (JST)

Hello

I have downloaded octave-3.4.2-3 using cygwin setup.
(cygwin-1.7.8)
-------------------------
graphics_toolkit ("fltk")
x=1:10;
plot(x,x)
print("fltk.png","-dpng")
-------------------------
For my machine, plot does not appeared as in the attachment file (fltk_cyg.png)
Fltk printing went wel (fltk.png).

Regards

Tatsuro

--- On Fri, 2011/9/30, Marco Atzeri wrote:

> 3.4.2-3 uploaded as experimental.
> 
> I will appreciate tests on other MS system than my XP-SP3,
> before implementing the solution as standard for cygwin.
> 
> On 9/23/2011 7:03 AM, Marco Atzeri wrote:
> > embarassing package error.
> > 3.4.2-3 on the way to replace it
> >
> > Sorry
> > Marco
> >
> > On 9/22/2011 5:57 PM, Marco Atzeri wrote:
> >> As sent on the cygwin mailing list.
> >>
> >> If some cygwin octave user is willing to test
> >> this experimental version with a cygwin snapshot
> >> I will appreciate.
> >>
> >> The outcome of several demo plots with fltk graphics
> >> is available here:
> >>
> >> http://matzeri.altervista.org/works/fltk-print/
> >>
> >>
> >> -------- Original Message --------
> >>
> >> New experimental versions 3.4.2-2 of
> >>
> >> octave,
> >> octave-devel,
> >> octave-doc
> >>
> >> are available in the Cygwin distribution:
> >>
> >> CYGWIN CHANGES
> >> This is a cygwin bug fix release of 3.4.2-1
> >> https://savannah.gnu.org/bugs/?31641
> >> With a work around at the previous crash when running
> >>
> >> -------------------------
> >> graphics_toolkit ("fltk")
> >> x=1:10;
> >> plot(x,x)
> >> print("fltk.png","-dpng")
> >> -------------------------
> >>
> >> please test on the various MS system and confirm
> >> that the workaround is effective.
> >> Fully tested on XP-SP3 and recent cygwin snapshots.
> >>
> >> KNOWN BUGS
> >> On cygwin-1.7.9 the plotting function is working very bad.
> >> This is due to a fork bug and is not an octave bug.
> >> Any cygwin snapshots after 2011-06-01 solve the issues,
> >> so the next cygwin-1.7.10 will definetely remove the bug.
> >>
> >> HOW TO INSTALL
> >> Running cygwin setup, at "Select Packages" window, select
> >> "Exp" instead of "Curr" on the upper right corner.
> >> This selection will make version 3.4.2-2 available
> >> instead of current 3.4.2-1.
> >>
> >> DESCRIPTION
> >> The GNU Octave language for numerical computations
> >> Octave is a (mostly Matlab (R) compatible)
> >> high-level language, primarily intended for
> >> numerical computations. It provides a convenient
> >> command-line interface for solving linear and
> >> nonlinear problems numerically.
> >>
> >> HOMEPAGE
> >> http://www.gnu.org/software/octave/
> >>
> >>
> >> -------- end of Original Message --------
> >>
> >> *********************************************
> >> To install a cygwin snapshot:
> >>
> >> download cygwin1-20110829.dll.bz2 (current last) from
> >> http://cygwin.com/snapshots/
> >>
> >> $ bunzip2 cygwin1-20110829.dll.bz2
> >> $ cp cygwin1-20110829.dll cygwin1.dll
> >> $ cp /bin/cygwin1.dll /bin/cygwin1.dll_backup
> >>
> >> exit all cygwin processes and from windows explorer
> >> copy the cygwin1.dll snapshot to
> >>
> >> c:\cygwin\bin
> >> (or in the equivalent directory of you cygwin installation)
> >>
> >> ***********************************************
> >>
> >>
> >> Regards
> >> Marco Atzeri
> >>
> >>
> >
> 
>

Attachment: fltk_cyg.png
Description: PNG image

Attachment: fltk.png
Description: PNG image


reply via email to

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