Re: [OctDev] Problem with mkoctfile under VS2008

2008-06-19 Thread Jaroslav Hajek
On Fri, Jun 20, 2008 at 4:33 AM, James K. Lowden <[EMAIL PROTECTED]> wrote: > Michael Goffioul wrote: >> Anyway, it looks like some other octave header needs >> to be included before MatrixType.h. Try to include >> to see if if changes anything. > > Is that considered a feature, by the way? > No,

Re: [OctDev] octave contributor?

2008-06-19 Thread Søren Hauberg
tor, 19 06 2008 kl. 16:59 -0400, skrev Thomas L. Scofield: > OK. Just to get my feet wet, I'm looking at bwdist. You've > implemented just the Euclidean method, and all of the work is really > done by code in __bwdist.oct, right? Yes. > I'm thinking .oct files are produced somehow using mkoctfil

Re: [OctDev] Problem with mkoctfile under VS2008

2008-06-19 Thread James K. Lowden
Michael Goffioul wrote: > Anyway, it looks like some other octave header needs > to be included before MatrixType.h. Try to include > to see if if changes anything. Is that considered a feature, by the way? Nowadays it's common of course to use include guards and have each header file include

Re: [OctDev] Problem with mkoctfile under VS2008

2008-06-19 Thread Michael Goffioul
It would help to see the code you're trying to compile. Anyway, it looks like some other octave header needs to be included before MatrixType.h. Try to include to see if if changes anything. Michael. On Thu, Jun 19, 2008 at 9:54 PM, Rainey, David <[EMAIL PROTECTED]> wrote: > Hello, > > > > I ha

[OctDev] Problem with mkoctfile under VS2008

2008-06-19 Thread Rainey, David
Hello, I have been trying to build some MEX files using mkoctfile -mex. I have Visual Studio 2008 Professional installed and I have tried both the regular setup for Octave and the MSVC2008 setup file as well. In each case, for any of the files I try to compile I get one of two sets of errors

Re: [OctDev] octave contributor?

2008-06-19 Thread Søren Hauberg
Hi, Replies below... tor, 19 06 2008 kl. 13:26 -0400, skrev Thomas L. Scofield: > I do not currently have any code to contribute. You and I first > conversed several months ago when I was thinking about contributions > to Octave itself, imread and imwrite functions, in particular. My > inqui

[OctDev] Problem committing in SVN

2008-06-19 Thread Florent Angly
Hi, I was given access to the SVN repository yesterday but have trouble using it. In particular, I cannot seem to commit. I checked out the repository without problem: > [EMAIL PROTECTED]:~$ svn co > https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge Then changed some code in m

Re: [OctDev] octave contributor?

2008-06-19 Thread Søren Hauberg
tor, 19 06 2008 kl. 12:41 -0400, skrev Thomas L. Scofield: > I have a general interest in contributing code to octave-forge. > While it is possible I will contribute code to more than one package > (or perhaps not at all, as I have to get accustomed to distributed > programming---svn, in par

[OctDev] octave contributor?

2008-06-19 Thread Thomas L. Scofield
I have a general interest in contributing code to octave-forge. While it is possible I will contribute code to more than one package (or perhaps not at all, as I have to get accustomed to distributed programming---svn, in particular), my primary focus will likely be on functions for the

Re: [OctDev] Licensing problems in octave-forge pkgs

2008-06-19 Thread Alexander Barth
Hi Rafael, Sorry for my late reply. I added a copyright statement and license (GPL2 or later) to the files I wrote: octcdf: inst/example_netcdf.m, inst/example_opendap.m (no copyright statement) optiminterp: inst/example_optiminterp.m (no copyright statement) This is fixed thus in