help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: octave 2.9.12 cvs and non cvs doesn't compile on ubuntu feisty


From: David Bateman
Subject: Re: octave 2.9.12 cvs and non cvs doesn't compile on ubuntu feisty
Date: Fri, 15 Jun 2007 16:58:16 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

Riccardo Corradini wrote:
> I am trying to compile the latest octave on latest ubuntu feisty, but
> I have this nasty output..
> make -C interpreter all
> make[3]: Entering directory
> `/home/debianuser/Octavepkg/octave/doc/interpreter'
> DISPLAY= ../../run-octave -f -q -H -p . --eval "sparseimages ('gplot',
> 'txt'); sleep (1);"
> mawk: program limit exceeded: sprintf buffer size=1020
>         FILENAME="-" FNR=19 NR=19
> mawk: program limit exceeded: sprintf buffer size=1020
>         FILENAME="-" FNR=20 NR=20
> mawk: program limit exceeded: sprintf buffer size=1020
>         FILENAME="-" FNR=20 NR=20
> error: `fullfile' undefined near line 1 column 19
> error: evaluating argument list element number 2
> error: near line 1 of file `/home/debianuser/Octavepkg/octave/src/PKG_ADD'
> error: source: error sourcing file
> `/home/debianuser/Octavepkg/octave/src/PKG_ADD'
>
> make[3]: *** [gplot.txt] Error 1
> make[3]: Leaving directory
> `/home/debianuser/Octavepkg/octave/doc/interpreter'
> make[2]: *** [interpreter] Error 2
> make[2]: Leaving directory `/home/debianuser/Octavepkg/octave/doc'
> make[1]: *** [doc] Error 2
> make[1]: Leaving directory `/home/debianuser/Octavepkg/octave'
> make: *** [all] Error 2
>
> Is there anybody that may help me?
> Cheers
> Riccardo
>
> ------------------------------------------------------------------------
> ------------------------------------------------------------------------

Yes, don't start octave from a directory with a PKG_ADD and a "autoload"
command included in the PKG_ADD.  As the path "." is first on the path
the PKG_ADD command in ./PKG_ADD will be run before the fullfile
function is on the path..

D.




-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



reply via email to

[Prev in Thread] Current Thread [Next in Thread]