Re: [OctDev] Error building windows-1.0.7 on octave 3.2/mingw32

2009-06-05 Thread Michael Goffioul
Feel free to commit your changes to SVN. Michael. On Fri, Jun 5, 2009 at 9:28 PM, Benjamin Lindner wrote: > Hello, > > Building windows-1.0.7 on octave 3.2 using mingw32 gives two errors > The first being > __COM__.cc: In function 'string_vector do_invoke_list(const char*, WORD, > const octave_c

[OctDev] Error building windows-1.0.7 on octave 3.2/mingw32

2009-06-05 Thread Benjamin Lindner
Hello, Building windows-1.0.7 on octave 3.2 using mingw32 gives two errors The first being __COM__.cc: In function 'string_vector do_invoke_list(const char*, WORD, const octave_com_object*)': __COM__.cc:612: error: 'class string_vector' has no member named 'qsort' and the other __COM__.o:__COM_

[OctDev] Error building symbolic-1.0.8 on octave 3.2

2009-06-05 Thread Benjamin Lindner
Hello, Trying to build symbolic-1.0.8 on octave 3.2 I get the same error as when trying to build octcdf-1.0.12 octave.exe:2:t:\ > pkg install -verbose symbolic-1.0.8.tar.gz c:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\3.2.0-3\include\octave-3.2.0/octave/variables.h: In fu

[OctDev] Error building octcdf-1.0.12 for octave 3.2

2009-06-05 Thread Benjamin Lindner
Hello, I tried to build octcdf-1.0.12 on octave 3.2.0 and it fails with the error octave.exe:2:t:\ > pkg install -verbose octcdf-1.0.12.tar.gz c:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\3.2.0-3\include\octave-3.2.0/octave/variables.h: In function 'void load_netcdf_type()

Re: [OctDev] arpack: eigs crash with octave 3.0.5 compiled with --enable-64

2009-06-05 Thread David Bateman
Alexander Barth wrote: > On Fri, Jun 5, 2009 at 12:20 PM, Alexander > Barth wrote: > >> Hi all, >> >> I have compiled octave with the option enable-64 (and compiled LAPACK, >> BLAS and SuiteSparse to use 64-bit indexes). I would like to make the >> octave-forge package arpack to work with this o

Re: [OctDev] arpack: eigs crash with octave 3.0.5 compiled with --enable-64

2009-06-05 Thread Alexander Barth
On Fri, Jun 5, 2009 at 12:20 PM, Alexander Barth wrote: > Hi all, > > I have compiled octave with the option enable-64 (and compiled LAPACK, > BLAS and SuiteSparse to use 64-bit indexes). I would like to make the > octave-forge package arpack to work with this option. As BLAS, I have > compiled the

[OctDev] Video-1.0.2 package with Octave 3.0.1 and ffmpeg-export-2009-06-04

2009-06-05 Thread Clouse, Hamilton S Ctr USAF AFRL/RYAT
Hi, I'm trying to install the video-1.0.2 package for use with Octave 3.0.1. I've installed the latest version (as of June 4, 2009) of ffmpeg's "bare source." I couldn't get the pkg() function in Octave to install the package correctly so I extracted the tar file, ran the configure script (w

[OctDev] arpack: eigs crash with octave 3.0.5 compiled with --enable-64

2009-06-05 Thread Alexander Barth
Hi all, I have compiled octave with the option enable-64 (and compiled LAPACK, BLAS and SuiteSparse to use 64-bit indexes). I would like to make the octave-forge package arpack to work with this option. As BLAS, I have compiled the Fortran ARPACK library with the option -fdefault-integer-8 (and -f

[OctDev] database-1.0.3 package does not compile on Centos 5/Fedora with mysql isntalled

2009-06-05 Thread Wim Crols
Hi, database-1.0.3 package does not compile on Centos 5 and Fedora with mysql installed due to not finding the libmysqlclient.so library which is located in /usr/lib/mysql/ instead of /usr/lib/ replacing line 54 in src/Makeconf.in with the following line fixes this MKOCTFILE = @MKOCTFILE@ -DHA