[OctDev] License of oct2mat

2009-07-11 Thread Thomas Weber
Hi, could anyone please clarify extra/oct2mat's license? DESCRIPTION: says GPL2+ COPYING: is 3-clause BSD doc/README.FREETB4MATLAB and inst/freetb4matlab.m: says GPL3+. Thanks Thomas -- Enter the BlackBerry Dev

[OctDev] Windows Binary Link

2009-07-11 Thread Kawakiri, H.
Hi there, me is Kawakiri, a student of computer science near graduation. I happen to stumble about a forum where octave was noted as an alternative to matlab. And I just wanted to have a look at it. I read you already noticed that the link on the main sourceforge page for the windows binary is

Re: [OctDev] fwhm.m

2009-07-11 Thread Søren Hauberg
Hi Since nobody had any comments, and you didn't raise any further concerns about Matlab compatibility, I've added the 'fwhm' function to SVN. Søren -- Enter the BlackBerry Developer Challenge This is your chance to w

[OctDev] Upper and lowercase in extra/msh

2009-07-11 Thread Thomas Weber
Hi, test MSH2Mgmsh fails. While the fix is obvious, I wonder why there's a mixture of upper-case function/file names and lower-case names in this package. Could we please use just *one* notation? Just have a look at the "seealso" section in MSH2Mgmsh's texinfo documentation. Personally,

Re: [OctDev] Octave forge database

2009-07-11 Thread Alex Hindle
Hi Tatsuro Tatsuro MATSUOKA wrote: > $ CPPFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA ./configure > $ make > $ make install > Yes I had done this before the last email was sent. I ended up hacking the database-package Makefile to include the new libraries and now the package is installed. Thanks A

Re: [OctDev] Octave forge database

2009-07-11 Thread Tatsuro MATSUOKA
Hello Please learn ./configure and make tools first. The above are standard Unixy tool. Please search by google and learn about the tools. However I'll show short instruction $ CPPFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA ./configure $ make $ make install Note $ means the shell prompt. On Unix