Re: [OctDev] A few thing about the audio package

2008-10-09 Thread Søren Hauberg
tor, 09 10 2008 kl. 16:46 +0200, skrev Thomas Weber: > I don't have commit rights. Okay, I've re-added you. Søren - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

Re: [OctDev] A Bug in Octave-OdePkg

2008-10-09 Thread Wang Long
On Wed, 2008-10-08 at 21:33 +0200, Thomas Treichl wrote: > Wang Long schrieb: > > Hi Thomas, > > > > Thank you very much in helping me with this problem! The solution in > > your email solved the problem I mentioned before, but when I tried some > > other t_in's, for example, > > t_in_2=[0.00 0.

Re: [OctDev] Status of Windows 64-bit support?

2008-10-09 Thread Fredrik Lingvall
Benjamin Lindner wrote: > Fredrik Lingvall wrote: >> Is is possible to build Octave for 64-bit Windows? >> > > Speaking for the mingw-build, there are in principal two options: > 1) native mingw64 build > 2) cross-building on a win32 system > > To try 1) I guess you would require to have all of you

Re: [OctDev] Status of Windows 64-bit support?

2008-10-09 Thread Benjamin Lindner
Fredrik Lingvall wrote: > Is is possible to build Octave for 64-bit Windows? > Speaking for the mingw-build, there are in principal two options: 1) native mingw64 build 2) cross-building on a win32 system To try 1) I guess you would require to have all of your building environment as native win6

[OctDev] Status of Windows 64-bit support?

2008-10-09 Thread Fredrik Lingvall
Is is possible to build Octave for 64-bit Windows? I had a quick look at the scripts in: octave-forge/svn/octave/trunk/octave-forge/admin/Windows/ for mingw32 and msvc to see if they could be adapted to use http://sourceforge.net/projects/mingw-w64/ or MSVC 2008 (express) for 64-bit WIndows. W

Re: [OctDev] gnuplot keyboard and mouse bindings

2008-10-09 Thread Jonathan Kotta
On 10/8/08, Benjamin Lindner <[EMAIL PROTECTED]> wrote: > Jonathan Kotta wrote: > > > How do I get Gnuplot zoom commands to work with Octave (they work in a > > standalone Gnuplot). It seems like it's hit or miss for which Gnuplot > > bindings work with a Gnuplot window opened from Octave. The de

Re: [OctDev] newbie issue

2008-10-09 Thread Thomas Weber
Hi, Am Donnerstag, den 09.10.2008, 15:43 +0200 schrieb Paul Hussein: > I would like to ask why, when I use > > mad from statistics i get : > > octave:2> testi What's in testi.m? > usage: a = mad (X,dim) That's a sign that you didn't call mad() with the right number of arguments. > Am I doing

Re: [OctDev] A few thing about the audio package

2008-10-09 Thread Thomas Weber
Am Donnerstag, den 09.10.2008, 12:13 +0200 schrieb Søren Hauberg: > tor, 09 10 2008 kl. 11:33 +0200, skrev Thomas Weber: > > How about the attached patch instead? No special case for any platform > > and checks for the existence of the command as well. > > Looks sensible. I'd say commit it. I don

[OctDev] newbie issue

2008-10-09 Thread Paul Hussein
Hi, I am new to using octave, and octave-forge packages. I would like to ask why, when I use mad from statistics i get : octave:2> testi usage: a = mad (X,dim) error: evaluating if command near line 23, column 3 error: called from `mad' in file `/home/matlab/octave/statistics-1.0.7/mad.m' error

Re: [OctDev] A few thing about the audio package

2008-10-09 Thread Søren Hauberg
tor, 09 10 2008 kl. 11:33 +0200, skrev Thomas Weber: > How about the attached patch instead? No special case for any platform > and checks for the existence of the command as well. Looks sensible. I'd say commit it. Søren -

Re: [OctDev] A few thing about the audio package

2008-10-09 Thread Thomas Weber
Am Mittwoch, den 08.10.2008, 22:08 +0200 schrieb Thomas Treichl: > Thomas Weber schrieb: > >> Can you once again tell me why you see the 'ofsndplay' utility on Linux - > >> I > >> can't find the origin of that problem and why this happens? > > > > // PKG_ADD: global sound_play_utility="ofsndpla