tir, 21 10 2008 kl. 11:19 +0200, skrev Paul Hussein:
> Hi,
> 
> I am trying to build from svn the octave-forge packages to take
> advantage of a fix.
> 
>  I did
> svn co https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge
> 
> then
> 
> ./autogen.sh
> 
> ./configure
> make all
> 
> 
> but I get
> 
> 
> ..................
> *** nonfree/spline-gcvspl-1.0.6.tar.gz differs from uploaded version
> but has same version
> *** Please fix the version numbering noted above before proceding
> make[1]: *** [real_compare] Error 255
> make[1]: Leaving directory `/home/matlab/octave/svn/octave-forge/packages'
> make: *** [packages] Error 2
> 
> 
> Could someone helpo me what to do ?

The build system of Octave-Forge does a lot of things that are related
to the release process. Every once in a while, we release a bunch of
packages, and to do this we run a bunch of scripts that creates the
packages, and determines which of them needs to be changed before a
release can be made. These are the scripts you're executing, when you
run 'make all'. Basically, you don't need to do this unless you're the
release manager of Octave-Forge.

You don't say specifically what you want to accomplish, so I can only
guess. If you just want a fix in an m-file, you can just copy that
m-file to somewhere in your Octave path. No need to build anything. If
you want something else, then you'll have to tell us what it is,
otherwise it's hard to help you.

Søren


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to