Re: [OctDev] sockets 1.0.8 released

2012-06-21 Thread Stephen Montgomery-Smith
I was looking at the Makefile, and it had some comments asking for suggestions for how to extract the version numbers of octave. How about: majorversion := $(shell mkoctfile --version 2>&1 \ | awk -F '[. ]' '{print $$3}') minorversion := $(shell mkoctfile --version 2>&1 \ | awk -F '[. ]' '{print

Re: [OctDev] statistics packages

2012-06-21 Thread Carnë Draug
On 21 June 2012 07:41, Robert Bywater wrote: > OK, so > octave:3> pkg install io-1.0.18.tar.gz > error: the following dependencies where unsatisfied: >    io needs octave >= 3.4.0 > > OK, so > octave:3> pkg install octave-3.4.0.tar.gz > package is missing file: DESCRIPTION > error: called from `pk

Re: [OctDev] statistics packages

2012-06-21 Thread Paul Dreik
The first message means x is undefined. try this instead: x=1; linkage(x) and see if it works for you. of course you need to put something meaningful in x, but for trying out that the package is installed that should be fine. You can also try which linkage to see if it exists. Run pkg load statist

[OctDev] statistics packages

2012-06-21 Thread Robert Bywater
Dear Octave-experts I want to use the *linkage* function and other statistics packages (as well as other stuff) but the version of Octave that I have doesn't support any of that. I have tried this octave:3> linkage (x) error: `x' undefined near line 3 column 10 error: evaluating argument list ele

Re: [OctDev] sockets 1.0.8 released

2012-06-21 Thread Carnë Draug
On 21 June 2012 10:48, Paul Dreik wrote: > I have now released 1.0.8, please upload! Done. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has chang

[OctDev] zenity-0.5.7 and xraylib-1.0.8 available for Octave-3.6.2/VS2010

2012-06-21 Thread Michael Goffioul
Binary installers (including all required deps) for zenity-0.5.7 and xraylib-1.0.8 have been uploaded at the usual place [1]. Enjoy. Michael. [1] http://sourceforge.net/projects/octave/files/Octave%20Windows%20binaries/Octave%203.6.2%20for%20Windows%20Microsoft%20Visual%20Studio/

[OctDev] sockets 1.0.8 released

2012-06-21 Thread Paul Dreik
>>> I took the freedom to update the documentation strings and bump the >>> version to 1.0.8 at the same time. >> >> Please go ahead as this package has no package maintainer. I can see >> that you have been contributing to this package. Would you be be >> interested on taking up its maintenance?

Re: [OctDev] sockets wont build with gcc 4.7

2012-06-21 Thread Paul Dreik
On 2012-06-20 23:37, Carnë Draug wrote: > On 20 June 2012 21:45, Paul Dreik wrote: >> 2012-06-20 15:48, Carnė Draug skrev: >>> On 20 June 2012 12:57, Paul Dreik wrote: I had commit rights earlier, but I have changed sourceforge account since I got married and changed my name. The earlie