[OctDev] [Fwd: Re: password]

2008-05-05 Thread etienne
-- Original Message -- Subject: Re: [OctDev] password From:[EMAIL PROTECTED] Date:Mon, May 5, 2008 18:39 To: "Kristal, Jiri" <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED]

Re: [OctDev] specfun/ellipke vector input

2008-05-05 Thread Raymond E. Rogers
Kristjan Onu wrote: Raymond E. Rogers wrote: Kristjan Onu wrote: I noticed some oddities in the way the function ellipke from the specfun package handles vector input. For example, ellipke([.1; .2]) completes successfully, whereas the following fails: ellipke([.1 .2]) I've modif

Re: [OctDev] specfun/ellipke vector input

2008-05-05 Thread Kristjan Onu
Raymond E. Rogers wrote: > Kristjan Onu wrote: >> I noticed some oddities in the way the function ellipke from the >> specfun package handles vector input. For example, >> >> ellipke([.1; .2]) >> >> completes successfully, whereas the following fails: >> >> ellipke([.1 .2]) >> >> I've modified

Re: [OctDev] video-1.0.0 build failed on octave-3.0.1 on cygwin

2008-05-05 Thread Tatsuro MATSUOKA
Hello Xavier and Soren Thank you for your reply. I will at the moment go forward for my octave-3.0.1 release wihout video package. To Xavier I also agree with Soren's recommendation. Users who use non-latest ffmpeg might be able to use your current package. However new users cannot use your pac

Re: [OctDev] specfun/ellipke vector input

2008-05-05 Thread Raymond E. Rogers
Kristjan Onu wrote: > Hi, > > I noticed some oddities in the way the function ellipke from the > specfun package handles vector input. For example, > > ellipke([.1; .2]) > > completes successfully, whereas the following fails: > > ellipke([.1 .2]) > > I've modified ellipke.m to make both of the

[OctDev] specfun/ellipke vector input

2008-05-05 Thread Kristjan Onu
Hi, I noticed some oddities in the way the function ellipke from the specfun package handles vector input. For example, ellipke([.1; .2]) completes successfully, whereas the following fails: ellipke([.1 .2]) I've modified ellipke.m to make both of the above work (patch below). If you wish,

Re: [OctDev] optim version

2008-05-05 Thread Søren Hauberg
søn, 04 05 2008 kl. 22:13 +0200, skrev Ólafur Jens Sigurðsson: > On Sun, May 04, 2008 at 09:57:22PM +0200, Søren Hauberg wrote: > > søn, 04 05 2008 kl. 21:55 +0200, skrev Søren Hauberg: > > > søn, 04 05 2008 kl. 21:37 +0200, skrev Ólafur Jens Sigurðsson: > > > > I just saw that the optim version nu

Re: [OctDev] video-1.0.0 build failed on octave-3.0.1 on cygwin

2008-05-05 Thread Søren Hauberg
man, 05 05 2008 kl. 10:40 -0400, skrev Xavier Delacour: > I'll prepare a fix for this particular issue (detect in configure, > support either version). Given their no-release policy, maybe it would > be better just to track latest sources and require that users build > against latest (svn) ffmpeg.

[OctDev] password

2008-05-05 Thread Kristal, Jiri
Hi, My name is Jiri Kristal, I'm used to use Matlab but now I can't access the license server:( so I'm looking at Octave. Can you please send me a password required to Octave Wiki? Thank you, Best regards, Jiri Jiri Kristal Procter & Gamble Temselaan 100 B-1853 Stromb

Re: [OctDev] Octave-3.0.1 for Windows available

2008-05-05 Thread José Luis García Pallero
Hi, Which compiler was used to build this package, mingw or MSVC? 2008/5/5 Michael Goffioul <[EMAIL PROTECTED]>: > On Mon, May 5, 2008 at 12:15 PM, David Bateman > <[EMAIL PROTECTED]> wrote: > > Good work, but the ginput function from octave-forge that uses a chat > > file with windows as popen

Re: [OctDev] Octave-3.0.1 for Windows available

2008-05-05 Thread John Swensen
On May 5, 2008, at 10:19 AM, Michael Goffioul wrote: > On Mon, May 5, 2008 at 3:56 PM, John Swensen <[EMAIL PROTECTED]> > wrote: >> Also, when I try to run octavede.exe, it complains about not finding >> msvcr71.dll. I copied an existing version of the file into the same >> directory as the ex

Re: [OctDev] video-1.0.0 build failed on octave-3.0.1 on cygwin

2008-05-05 Thread Xavier Delacour
On Mon, May 5, 2008 at 2:57 AM, Tatsuro MATSUOKA <[EMAIL PROTECTED]> wrote: > Hello > > I cannot build video-1.0.0 on octave-3.0.1 on cygwin. > So I extracted the package and ./configure and make. > > I used ffmpeg-checkout-2008-05-05. > > The configure went well. (After some trouble) > > How

Re: [OctDev] Octave-3.0.1 for Windows available

2008-05-05 Thread Michael Goffioul
On Mon, May 5, 2008 at 3:56 PM, John Swensen <[EMAIL PROTECTED]> wrote: > Also, when I try to run octavede.exe, it complains about not finding > msvcr71.dll. I copied an existing version of the file into the same > directory as the executable and now no longer get the error. I was working > off

Re: [OctDev] Octave-3.0.1 for Windows available

2008-05-05 Thread John Swensen
On May 5, 2008, at 6:23 AM, Michael Goffioul wrote: > On Mon, May 5, 2008 at 12:15 PM, David Bateman > <[EMAIL PROTECTED]> wrote: >> Good work, but the ginput function from octave-forge that uses a chat >> file with windows as popen2 is not used for the gnuplot stream >> appears >> to be broken

Re: [OctDev] Octave-3.0.1 for Windows available

2008-05-05 Thread Michael Goffioul
On Mon, May 5, 2008 at 1:21 PM, José Luis García Pallero <[EMAIL PROTECTED]> wrote: > Hi, > Which compiler was used to build this package, mingw or MSVC? MSVC 2005. Michael. - This SF.net email is sponsored by the 2008 JavaO

Re: [OctDev] Octave-3.0.1 for Windows available

2008-05-05 Thread Michael Goffioul
On Mon, May 5, 2008 at 12:15 PM, David Bateman <[EMAIL PROTECTED]> wrote: > Good work, but the ginput function from octave-forge that uses a chat > file with windows as popen2 is not used for the gnuplot stream appears > to be broken. [EMAIL PROTECTED] The fix has been applied to octave source

Re: [OctDev] Octave-3.0.1 for Windows available

2008-05-05 Thread David Bateman
Michael Goffioul wrote: > Hi all, > > I'm glad to announce that the binary installer of Octave-3.0.1 for > Windows is now available from octave-forge web site > (http://sourceforge.net/projects/octave). > > Besides containing octave-3.0.1 and octave-forge-20080429, > the major differences are: > -

[OctDev] Octave-3.0.1 for Windows available

2008-05-05 Thread Michael Goffioul
Hi all, I'm glad to announce that the binary installer of Octave-3.0.1 for Windows is now available from octave-forge web site (http://sourceforge.net/projects/octave). Besides containing octave-3.0.1 and octave-forge-20080429, the major differences are: - no separate installers anymore: everythi