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
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_
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
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()
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
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
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
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
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