Re: [OctDev] ODS (OpenOffice.org Calc) read support added to IO package

2011-09-05 Thread Philip Nienhuis
Jacques Malaprade wrote: > Hi Philip, > >> I think what happens is that in the "try" part (a little higher up) the >> javaclasspath command(s) fail(s) so execution falls into the "catch" part. >> >> What output do you get when you type >> javaclasspath >> or >> javaclasspath ("-all") >> at

Re: [OctDev] sockets svn for mingw

2011-09-05 Thread Nit Nit
It works, thanks. On Tue, Sep 6, 2011 at 12:05 AM, Michael Goffioul < michael.goffi...@gmail.com> wrote: > On Mon, Sep 5, 2011 at 3:24 PM, Michael Goffioul > wrote: > > On Mon, Sep 5, 2011 at 2:40 PM, Nit Nit wrote: > >> This post is for Andy Adler the author of sockets pkg and for Michael > >

Re: [OctDev] Java jslider callback fails on windows

2011-09-05 Thread Nit Nit
Thanks, The java pkg has been re-compiled on the Win7-x64, I will try copying the x32 pkg files tomorrow. On Mon, Sep 5, 2011 at 11:49 PM, Michael Goffioul < michael.goffi...@gmail.com> wrote: > On Mon, Sep 5, 2011 at 9:19 PM, Nit Nit wrote: > > I have tried this solution (added the -Wl,--kill,

Re: [OctDev] sockets svn for mingw

2011-09-05 Thread Michael Goffioul
On Mon, Sep 5, 2011 at 3:24 PM, Michael Goffioul wrote: > On Mon, Sep 5, 2011 at 2:40 PM, Nit Nit wrote: >> This post is for Andy Adler the author of sockets pkg and for Michael >> Goffioul who has recently contributed some changes in order to support win32 >> api. >> Michael has excluded the def

Re: [OctDev] Java jslider callback fails on windows

2011-09-05 Thread Michael Goffioul
On Mon, Sep 5, 2011 at 9:19 PM, Nit Nit wrote: > I have tried this solution (added the -Wl,--kill,-at to the $(MKOCTFILE) in > the Makefile) with Octave-3.4.2 Mingw and I am getting two different issues > on an XP-SP# and on a Win7-x64 systems: > > On the XP-SP3, it seems that it solved the symbol

Re: [OctDev] Java jslider callback fails on windows

2011-09-05 Thread Nit Nit
> OK, so everything looks fine. It really seems the __java__.oct does not > export the expected symbol names. Looking on the web, I found this > link ( http://osgeo-org.1803224.n2.nabble.com/Building-GDAL-JNI-bindings-using-MinGW-td2030871.html ) > which mentions that you need to use the --kill-at

Re: [OctDev] ODS (OpenOffice.org Calc) read support added to IO package

2011-09-05 Thread Jacques Malaprade
Hi Philip, > I think what happens is that in the "try" part (a little higher up) the > javaclasspath command(s) fail(s) so execution falls into the "catch" part. > > What output do you get when you type >javaclasspath > or >javaclasspath ("-all") > at the Octave prompt? I get the follow

Re: [OctDev] ODS (OpenOffice.org Calc) read support added to IO package

2011-09-05 Thread Steph Bredenhann
Hi Phillip You can remember that I had to recompile the java package, now my Ubuntu has upgraded to a new java version, so I have to recompile my java package again (I assume)! Steph On 05/09/2011 20:09, Philip Nienhuis wrote: > Jacques Malaprade wrote: >> Hi Philip, >> >> I followed your advi

Re: [OctDev] ODS (OpenOffice.org Calc) read support added to IO package

2011-09-05 Thread Philip Nienhuis
Hi Steph, Steph Bredenhann wrote: > Hi Philip, > > With reference to Jacques' post below, this was the result after I made > the change: > > octave-3.2.4:2> *readods* > Supported interfaces: warning: No support for OpenOffice.org .ods I/O : : > octave-3.2.4:2> *pkg list* > Package Name | Vers

Re: [OctDev] ODS (OpenOffice.org Calc) read support added to IO package

2011-09-05 Thread Philip Nienhuis
Jacques Malaprade wrote: > Hi Philip, > > I followed your advice and changed to the code to below: > >> # No Java support >> if ~(isempty (odsinterfaces.OTK)&& isempty (odsinterfaces.JOD)) >> # Some Java-based interface requested but Java support >>

Re: [OctDev] ODS (OpenOffice.org Calc) read support added to IO package

2011-09-05 Thread Steph Bredenhann
Hi Philip, With reference to Jacques' post below, this was the result after I made the change: octave-3.2.4:2> *readods* Supported interfaces: warning: No support for OpenOffice.org .ods I/O error: matrix cannot be indexed with . error: evaluating argument list element number 1 error: evaluati

Re: [OctDev] Updated ALSA and a new JACK package for playing and recording audio

2011-09-05 Thread Miguel Bazdresch
On Mon, Sep 5, 2011 at 3:38 AM, Søren Hauberg wrote: > This appears to happen during the caching of help texts. Basically, what > happens is that 'pkg' extracts the help text of all functions, which is > done by loading the function into memory. This appears to fail in this > case with the error:

Re: [OctDev] sockets svn for mingw

2011-09-05 Thread Michael Goffioul
On Mon, Sep 5, 2011 at 2:40 PM, Nit Nit wrote: > This post is for Andy Adler the author of sockets pkg and for Michael > Goffioul who has recently contributed some changes in order to support win32 > api. > Michael has excluded the definition of MSG_DONTWAIT as socket constant for > win32 systems 

Re: [OctDev] ODS (OpenOffice.org Calc) read support added to IO package

2011-09-05 Thread Jacques Malaprade
Hi Philip, I followed your advice and changed to the code to below: > # No Java support > if ~(isempty (odsinterfaces.OTK) && isempty (odsinterfaces.JOD)) > # Some Java-based interface requested but Java support > is absent >

[OctDev] sockets svn for mingw

2011-09-05 Thread Nit Nit
This post is for Andy Adler the author of sockets pkg and for Michael Goffioul who has recently contributed some changes in order to support win32 api. Michael has excluded the definition of MSG_DONTWAIT as socket constant for win32 systems (not defined by winsock2), but left MSG_WAITALL which is

Re: [OctDev] Octave-3.4.2-mingw + octaveforge pkgs

2011-09-05 Thread Tatsuro MATSUOKA
Hello Please also see: http://wiki.octave.org/wiki.pl?OctaveForWindows 1. Standalone ports 1.2. Octave-3.4.2-mingw + octaveforge pkgs Regards Tatsuro --- On Sat, 2011/9/3, Nit Nit wrote: > > > Hello Octave users and maintainers, > > I have uploaded my octave-3.4.2-mingw tree (based on Ta

Re: [OctDev] Updated ALSA and a new JACK package for playing and recording audio

2011-09-05 Thread Søren Hauberg
man, 05 09 2011 kl. 10:30 +0200, skrev Fredrik Lingvall: > On 09/02/11 21:09, Miguel Bazdresch wrote: > > On Fri, Sep 2, 2011 at 5:17 AM, Fredrik Lingvall > >> I sent the reply by misstake to the alsa-devel list, instead of the > >> oct-dev list, so I'm resending it to OctDev. > >> > >> And Miguel

Re: [OctDev] Updated ALSA and a new JACK package for playing and recording audio

2011-09-05 Thread Fredrik Lingvall
On 09/02/11 21:09, Miguel Bazdresch wrote: > On Fri, Sep 2, 2011 at 5:17 AM, Fredrik Lingvall >> I sent the reply by misstake to the alsa-devel list, instead of the >> oct-dev list, so I'm resending it to OctDev. >> >> And Miguel, >> >> Check that you have the ALSA dev package(s) installed (I'm us