octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45560] Configuring with --disable-docs but bu


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #45560] Configuring with --disable-docs but build fails in building the manual
Date: Thu, 16 Jul 2015 09:08:46 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:39.0) Gecko/20100101 Firefox/39.0

URL:
  <http://savannah.gnu.org/bugs/?45560>

                 Summary: Configuring with --disable-docs but build fails in
building the manual
                 Project: GNU Octave
            Submitted by: cdf
            Submitted on: Thu 16 Jul 2015 11:08:45 AM CEST
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Mac OS

    _______________________________________________________

Details:


Hi,

I did a fresh clone of the default branch


 $ hg id
e365a34a1c5c tip @
 $ hg log -r e365a34a1c5c
changeset:   20355:e365a34a1c5c
bookmark:    @
tag:         tip
user:        Mike Miller <address@hidden>
date:        Thu Jul 16 01:18:40 2015 -0400
summary:     Fix more installation discrepancies in scripts directory


then I ran bootstrap and configured with the following options:


../octave/configure                                    \
    CC=gcc                                             \
    CFLAGS="-pipe -O2 -m64 -g"                         \
    CPPFLAGS="-D_THREAD_SAFE -I/opt/local/include"     \
    LDFLAGS="-L/opt/local/lib -m64 "                   \
    CXX=g++                                            \
    CXXFLAGS="-pipe -O2 -m64"                          \
    F77=gfortran                                       \
    FFLAGS="-pipe -O2 -m64"                            \
    --with-lapack="-llapack -latlas -lgfortran"        \
    --with-blas="-lcblas -lf77blas -latlas -lgfortran" \
    --prefix=/opt/octave/4.1                           \
    --disable-gui                                      \
    --disable-jit                                      \
    --disable-java                                     \
    --with-framework-carbon                            \
    --with-arpack                                      \
    --without-x                                        \
    --without-opengl                                   \
    --without-OSmesa                                   \
    --enable-link-all-dependencies                     \
    --disable-docs



finally I ran make and got the errors below


../octave/doc/interpreter/octave.texi:923: @include: could not find
preface.texi
../octave/doc/interpreter/octave.texi:924: @include: could not find
intro.texi
../octave/doc/interpreter/octave.texi:925: @include: could not find
basics.texi
../octave/doc/interpreter/octave.texi:926: @include: could not find data.texi
../octave/doc/interpreter/octave.texi:927: @include: could not find
numbers.texi
../octave/doc/interpreter/octave.texi:928: @include: could not find
strings.texi
../octave/doc/interpreter/octave.texi:929: @include: could not find
container.texi
../octave/doc/interpreter/octave.texi:930: @include: could not find var.texi
../octave/doc/interpreter/octave.texi:931: @include: could not find expr.texi
../octave/doc/interpreter/octave.texi:932: @include: could not find eval.texi
../octave/doc/interpreter/octave.texi:933: @include: could not find stmt.texi
../octave/doc/interpreter/octave.texi:934: @include: could not find func.texi
../octave/doc/interpreter/octave.texi:935: @include: could not find
errors.texi
../octave/doc/interpreter/octave.texi:936: @include: could not find
debug.texi
../octave/doc/interpreter/octave.texi:937: @include: could not find io.texi
../octave/doc/interpreter/octave.texi:938: @include: could not find plot.texi
../octave/doc/interpreter/octave.texi:939: @include: could not find
matrix.texi
../octave/doc/interpreter/octave.texi:940: @include: could not find
arith.texi
../octave/doc/interpreter/octave.texi:941: @include: could not find
linalg.texi
../octave/doc/interpreter/octave.texi:942: @include: could not find
vectorize.texi
../octave/doc/interpreter/octave.texi:943: @include: could not find
nonlin.texi
../octave/doc/interpreter/octave.texi:944: @include: could not find
diagperm.texi
../octave/doc/interpreter/octave.texi:945: @include: could not find
sparse.texi
../octave/doc/interpreter/octave.texi:946: @include: could not find quad.texi
../octave/doc/interpreter/octave.texi:947: @include: could not find
diffeq.texi
../octave/doc/interpreter/octave.texi:948: @include: could not find
optim.texi
../octave/doc/interpreter/octave.texi:949: @include: could not find
stats.texi
../octave/doc/interpreter/octave.texi:950: @include: could not find set.texi
../octave/doc/interpreter/octave.texi:951: @include: could not find poly.texi
../octave/doc/interpreter/octave.texi:952: @include: could not find
interp.texi
../octave/doc/interpreter/octave.texi:953: @include: could not find
geometry.texi
../octave/doc/interpreter/octave.texi:954: @include: could not find
signal.texi
../octave/doc/interpreter/octave.texi:955: @include: could not find
image.texi
../octave/doc/interpreter/octave.texi:956: @include: could not find
audio.texi
../octave/doc/interpreter/octave.texi:957: @include: could not find oop.texi
../octave/doc/interpreter/octave.texi:958: @include: could not find gui.texi
../octave/doc/interpreter/octave.texi:959: @include: could not find
system.texi
../octave/doc/interpreter/octave.texi:960: @include: could not find java.texi
../octave/doc/interpreter/octave.texi:961: @include: could not find
package.texi
../octave/doc/interpreter/octave.texi:971: @include: could not find
external.texi
../octave/doc/interpreter/octave.texi:972: @include: could not find
testfun.texi
../octave/doc/interpreter/octave.texi:973: @include: could not find tips.texi
../octave/doc/interpreter/octave.texi:974: @include: could not find
contrib.texi
../octave/doc/interpreter/octave.texi:975: @include: could not find
obsolete.texi
../octave/doc/interpreter/octave.texi:976: @include: could not find bugs.texi
../octave/doc/interpreter/octave.texi:977: @include: could not find
install.texi
../octave/doc/interpreter/octave.texi:978: @include: could not find
emacs.texi
../octave/doc/interpreter/octave.texi:979: @include: could not find
grammar.texi
../octave/doc/interpreter/octave.texi:980: @include: could not find gpl.texi
../octave/doc/interpreter/octave.texi:985: @include: could not find
cp-idx.texi
../octave/doc/interpreter/octave.texi:987: @include: could not find
fn-idx.texi
../octave/doc/interpreter/octave.texi:988: @include: could not find
op-idx.texi
../octave/doc/interpreter/octave.texi:149: @menu reference to nonexistent node
`Preface'
../octave/doc/interpreter/octave.texi:150: @menu reference to nonexistent node
`Introduction'
../octave/doc/interpreter/octave.texi:151: @menu reference to nonexistent node
`Getting Started'
../octave/doc/interpreter/octave.texi:152: @menu reference to nonexistent node
`Data Types'
../octave/doc/interpreter/octave.texi:153: @menu reference to nonexistent node
`Numeric Data Types'
../octave/doc/interpreter/octave.texi:154: @menu reference to nonexistent node
`Strings'
../octave/doc/interpreter/octave.texi:155: @menu reference to nonexistent node
`Data Containers'
../octave/doc/interpreter/octave.texi:156: @menu reference to nonexistent node
`Variables'
../octave/doc/interpreter/octave.texi:157: @menu reference to nonexistent node
`Expressions'
../octave/doc/interpreter/octave.texi:158: @menu reference to nonexistent node
`Evaluation'
../octave/doc/interpreter/octave.texi:159: @menu reference to nonexistent node
`Statements'
../octave/doc/interpreter/octave.texi:160: @menu reference to nonexistent node
`Functions and Scripts'
../octave/doc/interpreter/octave.texi:161: @menu reference to nonexistent node
`Errors and Warnings'
../octave/doc/interpreter/octave.texi:162: @menu reference to nonexistent node
`Debugging'
../octave/doc/interpreter/octave.texi:163: @menu reference to nonexistent node
`Input and Output'
../octave/doc/interpreter/octave.texi:164: @menu reference to nonexistent node
`Plotting'
../octave/doc/interpreter/octave.texi:165: @menu reference to nonexistent node
`Matrix Manipulation'
../octave/doc/interpreter/octave.texi:166: @menu reference to nonexistent node
`Arithmetic'
../octave/doc/interpreter/octave.texi:167: @menu reference to nonexistent node
`Linear Algebra'
../octave/doc/interpreter/octave.texi:168: @menu reference to nonexistent node
`Vectorization and Faster Code Execution'
../octave/doc/interpreter/octave.texi:169: @menu reference to nonexistent node
`Nonlinear Equations'
../octave/doc/interpreter/octave.texi:170: @menu reference to nonexistent node
`Diagonal and Permutation Matrices'
../octave/doc/interpreter/octave.texi:171: @menu reference to nonexistent node
`Sparse Matrices'
../octave/doc/interpreter/octave.texi:172: @menu reference to nonexistent node
`Numerical Integration'
../octave/doc/interpreter/octave.texi:173: @menu reference to nonexistent node
`Differential Equations'
../octave/doc/interpreter/octave.texi:174: @menu reference to nonexistent node
`Optimization'
../octave/doc/interpreter/octave.texi:175: @menu reference to nonexistent node
`Statistics'
../octave/doc/interpreter/octave.texi:176: @menu reference to nonexistent node
`Sets'
../octave/doc/interpreter/octave.texi:177: @menu reference to nonexistent node
`Polynomial Manipulations'
../octave/doc/interpreter/octave.texi:178: @menu reference to nonexistent node
`Interpolation'
../octave/doc/interpreter/octave.texi:179: @menu reference to nonexistent node
`Geometry'
../octave/doc/interpreter/octave.texi:180: @menu reference to nonexistent node
`Signal Processing'
../octave/doc/interpreter/octave.texi:181: @menu reference to nonexistent node
`Image Processing'
../octave/doc/interpreter/octave.texi:182: @menu reference to nonexistent node
`Audio Processing'
../octave/doc/interpreter/octave.texi:183: @menu reference to nonexistent node
`Object Oriented Programming'
../octave/doc/interpreter/octave.texi:184: @menu reference to nonexistent node
`GUI Development'
../octave/doc/interpreter/octave.texi:185: @menu reference to nonexistent node
`System Utilities'
../octave/doc/interpreter/octave.texi:186: @menu reference to nonexistent node
`Java Interface'
../octave/doc/interpreter/octave.texi:187: @menu reference to nonexistent node
`Packages'
../octave/doc/interpreter/octave.texi:188: @menu reference to nonexistent node
`External Code Interface'
../octave/doc/interpreter/octave.texi:189: @menu reference to nonexistent node
`Test and Demo Functions'
../octave/doc/interpreter/octave.texi:190: @menu reference to nonexistent node
`Tips and Standards'
../octave/doc/interpreter/octave.texi:191: @menu reference to nonexistent node
`Contributing Guidelines'
../octave/doc/interpreter/octave.texi:192: @menu reference to nonexistent node
`Obsolete Functions'
../octave/doc/interpreter/octave.texi:193: @menu reference to nonexistent node
`Trouble'
../octave/doc/interpreter/octave.texi:194: @menu reference to nonexistent node
`Installation'
../octave/doc/interpreter/octave.texi:195: @menu reference to nonexistent node
`Emacs Octave Support'
../octave/doc/interpreter/octave.texi:196: @menu reference to nonexistent node
`Grammar and Parser'
../octave/doc/interpreter/octave.texi:197: @menu reference to nonexistent node
`Copying'
../octave/doc/interpreter/octave.texi:198: @menu reference to nonexistent node
`Concept Index'
../octave/doc/interpreter/octave.texi:199: @menu reference to nonexistent node
`Function Index'
../octave/doc/interpreter/octave.texi:200: @menu reference to nonexistent node
`Operator Index'
../octave/doc/interpreter/octave.texi:207: @detailmenu reference to
nonexistent node `Acknowledgements'
../octave/doc/interpreter/octave.texi:208: @detailmenu reference to
nonexistent node `Citing Octave in Publications'
../octave/doc/interpreter/octave.texi:209: @detailmenu reference to
nonexistent node `How You Can Contribute to Octave'
../octave/doc/interpreter/octave.texi:210: @detailmenu reference to
nonexistent node `Distribution'
../octave/doc/interpreter/octave.texi:214: @detailmenu reference to
nonexistent node `Running Octave'
../octave/doc/interpreter/octave.texi:215: @detailmenu reference to
nonexistent node `Simple Examples'
../octave/doc/interpreter/octave.texi:216: @detailmenu reference to
nonexistent node `Conventions'
../octave/doc/interpreter/octave.texi:220: @detailmenu reference to
nonexistent node `Fonts'
../octave/doc/interpreter/octave.texi:221: @detailmenu reference to
nonexistent node `Evaluation Notation'
../octave/doc/interpreter/octave.texi:222: @detailmenu reference to
nonexistent node `Printing Notation'
../octave/doc/interpreter/octave.texi:223: @detailmenu reference to
nonexistent node `Error Messages'
../octave/doc/interpreter/octave.texi:224: @detailmenu reference to
nonexistent node `Format of Descriptions'
../octave/doc/interpreter/octave.texi:228: @detailmenu reference to
nonexistent node `A Sample Function Description'
../octave/doc/interpreter/octave.texi:229: @detailmenu reference to
nonexistent node `A Sample Command Description'
../octave/doc/interpreter/octave.texi:233: @detailmenu reference to
nonexistent node `Invoking Octave from the Command Line'
../octave/doc/interpreter/octave.texi:234: @detailmenu reference to
nonexistent node `Quitting Octave'
../octave/doc/interpreter/octave.texi:235: @detailmenu reference to
nonexistent node `Getting Help'
../octave/doc/interpreter/octave.texi:236: @detailmenu reference to
nonexistent node `Command Line Editing'
../octave/doc/interpreter/octave.texi:237: @detailmenu reference to
nonexistent node `Errors'
../octave/doc/interpreter/octave.texi:238: @detailmenu reference to
nonexistent node `Executable Octave Programs'
../octave/doc/interpreter/octave.texi:239: @detailmenu reference to
nonexistent node `Comments'
../octave/doc/interpreter/octave.texi:243: @detailmenu reference to
nonexistent node `Command Line Options'
../octave/doc/interpreter/octave.texi:244: @detailmenu reference to
nonexistent node `Startup Files'
../octave/doc/interpreter/octave.texi:248: @detailmenu reference to
nonexistent node `Cursor Motion'
../octave/doc/interpreter/octave.texi:249: @detailmenu reference to
nonexistent node `Killing and Yanking'
../octave/doc/interpreter/octave.texi:250: @detailmenu reference to
nonexistent node `Commands For Text'
../octave/doc/interpreter/octave.texi:251: @detailmenu reference to
nonexistent node `Commands For Completion'
../octave/doc/interpreter/octave.texi:252: @detailmenu reference to
nonexistent node `Commands For History'
../octave/doc/interpreter/octave.texi:253: @detailmenu reference to
nonexistent node `Customizing readline'
../octave/doc/interpreter/octave.texi:254: @detailmenu reference to
nonexistent node `Customizing the Prompt'
../octave/doc/interpreter/octave.texi:255: @detailmenu reference to
nonexistent node `Diary and Echo Commands'
../octave/doc/interpreter/octave.texi:259: @detailmenu reference to
nonexistent node `Single Line Comments'
../octave/doc/interpreter/octave.texi:260: @detailmenu reference to
nonexistent node `Block Comments'
../octave/doc/interpreter/octave.texi:261: @detailmenu reference to
nonexistent node `Comments and the Help System'
../octave/doc/interpreter/octave.texi:265: @detailmenu reference to
nonexistent node `Built-in Data Types'
../octave/doc/interpreter/octave.texi:266: @detailmenu reference to
nonexistent node `User-defined Data Types'
../octave/doc/interpreter/octave.texi:267: @detailmenu reference to
nonexistent node `Object Sizes'
../octave/doc/interpreter/octave.texi:271: @detailmenu reference to
nonexistent node `Numeric Objects'
../octave/doc/interpreter/octave.texi:272: @detailmenu reference to
nonexistent node `Missing Data'
../octave/doc/interpreter/octave.texi:273: @detailmenu reference to
nonexistent node `String Objects'
../octave/doc/interpreter/octave.texi:274: @detailmenu reference to
nonexistent node `Data Structure Objects'
../octave/doc/interpreter/octave.texi:275: @detailmenu reference to
nonexistent node `Cell Array Objects'
../octave/doc/interpreter/octave.texi:279: @detailmenu reference to
nonexistent node `Matrices'
../octave/doc/interpreter/octave.texi:280: @detailmenu reference to
nonexistent node `Ranges'
../octave/doc/interpreter/octave.texi:281: @detailmenu reference to
nonexistent node `Single Precision Data Types'
../octave/doc/interpreter/octave.texi:282: @detailmenu reference to
nonexistent node `Integer Data Types'
../octave/doc/interpreter/octave.texi:283: @detailmenu reference to
nonexistent node `Bit Manipulations'
../octave/doc/interpreter/octave.texi:284: @detailmenu reference to
nonexistent node `Logical Values'
../octave/doc/interpreter/octave.texi:285: @detailmenu reference to
nonexistent node `Promotion and Demotion of Data Types'
../octave/doc/interpreter/octave.texi:286: @detailmenu reference to
nonexistent node `Predicates for Numeric Objects'
../octave/doc/interpreter/octave.texi:290: @detailmenu reference to
nonexistent node `Empty Matrices'
../octave/doc/interpreter/octave.texi:294: @detailmenu reference to
nonexistent node `Integer Arithmetic'
../octave/doc/interpreter/octave.texi:298: @detailmenu reference to
nonexistent node `Escape Sequences in String Constants'
../octave/doc/interpreter/octave.texi:299: @detailmenu reference to
nonexistent node `Character Arrays'
../octave/doc/interpreter/octave.texi:300: @detailmenu reference to
nonexistent node `Creating Strings'
../octave/doc/interpreter/octave.texi:301: @detailmenu reference to
nonexistent node `Comparing Strings'
../octave/doc/interpreter/octave.texi:302: @detailmenu reference to
nonexistent node `Manipulating Strings'
../octave/doc/interpreter/octave.texi:303: @detailmenu reference to
nonexistent node `String Conversions'
../octave/doc/interpreter/octave.texi:304: @detailmenu reference to
nonexistent node `Character Class Functions'
../octave/doc/interpreter/octave.texi:308: @detailmenu reference to
nonexistent node `Concatenating Strings'
../octave/doc/interpreter/octave.texi:309: @detailmenu reference to
nonexistent node `Converting Numerical Data to Strings'
../octave/doc/interpreter/octave.texi:313: @detailmenu reference to
nonexistent node `Structures'
../octave/doc/interpreter/octave.texi:314: @detailmenu reference to
nonexistent node `Cell Arrays'
../octave/doc/interpreter/octave.texi:315: @detailmenu reference to
nonexistent node `Comma Separated Lists'
../octave/doc/interpreter/octave.texi:319: @detailmenu reference to
nonexistent node `Basic Usage and Examples'
../octave/doc/interpreter/octave.texi:320: @detailmenu reference to
nonexistent node `Structure Arrays'
../octave/doc/interpreter/octave.texi:321: @detailmenu reference to
nonexistent node `Creating Structures'
../octave/doc/interpreter/octave.texi:322: @detailmenu reference to
nonexistent node `Manipulating Structures'
../octave/doc/interpreter/octave.texi:323: @detailmenu reference to
nonexistent node `Processing Data in Structures'
../octave/doc/interpreter/octave.texi:327: @detailmenu reference to
nonexistent node `Basic Usage of Cell Arrays'
../octave/doc/interpreter/octave.texi:328: @detailmenu reference to
nonexistent node `Creating Cell Arrays'
../octave/doc/interpreter/octave.texi:329: @detailmenu reference to
nonexistent node `Indexing Cell Arrays'
../octave/doc/interpreter/octave.texi:330: @detailmenu reference to
nonexistent node `Cell Arrays of Strings'
../octave/doc/interpreter/octave.texi:331: @detailmenu reference to
nonexistent node `Processing Data in Cell Arrays'
../octave/doc/interpreter/octave.texi:335: @detailmenu reference to
nonexistent node `Comma Separated Lists Generated from Cell Arrays'
../octave/doc/interpreter/octave.texi:336: @detailmenu reference to
nonexistent node `Comma Separated Lists Generated from Structure Arrays'
../octave/doc/interpreter/octave.texi:340: @detailmenu reference to
nonexistent node `Global Variables'
../octave/doc/interpreter/octave.texi:341: @detailmenu reference to
nonexistent node `Persistent Variables'
../octave/doc/interpreter/octave.texi:342: @detailmenu reference to
nonexistent node `Status of Variables'
../octave/doc/interpreter/octave.texi:346: @detailmenu reference to
nonexistent node `Index Expressions'
../octave/doc/interpreter/octave.texi:347: @detailmenu reference to
nonexistent node `Calling Functions'
../octave/doc/interpreter/octave.texi:348: @detailmenu reference to
nonexistent node `Arithmetic Ops'
../octave/doc/interpreter/octave.texi:349: @detailmenu reference to
nonexistent node `Comparison Ops'
../octave/doc/interpreter/octave.texi:350: @detailmenu reference to
nonexistent node `Boolean Expressions'
../octave/doc/interpreter/octave.texi:351: @detailmenu reference to
nonexistent node `Assignment Ops'
../octave/doc/interpreter/octave.texi:352: @detailmenu reference to
nonexistent node `Increment Ops'
../octave/doc/interpreter/octave.texi:353: @detailmenu reference to
nonexistent node `Operator Precedence'
../octave/doc/interpreter/octave.texi:357: @detailmenu reference to
nonexistent node `Advanced Indexing'
../octave/doc/interpreter/octave.texi:361: @detailmenu reference to
nonexistent node `Call by Value'
../octave/doc/interpreter/octave.texi:362: @detailmenu reference to
nonexistent node `Recursion'
../octave/doc/interpreter/octave.texi:366: @detailmenu reference to
nonexistent node `Element-by-element Boolean Operators'
../octave/doc/interpreter/octave.texi:367: @detailmenu reference to
nonexistent node `Short-circuit Boolean Operators'
../octave/doc/interpreter/octave.texi:371: @detailmenu reference to
nonexistent node `Calling a Function by its Name'
../octave/doc/interpreter/octave.texi:372: @detailmenu reference to
nonexistent node `Evaluation in a Different Context'
../octave/doc/interpreter/octave.texi:376: @detailmenu reference to
nonexistent node `The if Statement'
../octave/doc/interpreter/octave.texi:377: @detailmenu reference to
nonexistent node `The switch Statement'
../octave/doc/interpreter/octave.texi:378: @detailmenu reference to
nonexistent node `The while Statement'
../octave/doc/interpreter/octave.texi:379: @detailmenu reference to
nonexistent node `The do-until Statement'
../octave/doc/interpreter/octave.texi:380: @detailmenu reference to
nonexistent node `The for Statement'
../octave/doc/interpreter/octave.texi:381: @detailmenu reference to
nonexistent node `The break Statement'
../octave/doc/interpreter/octave.texi:382: @detailmenu reference to
nonexistent node `The continue Statement'
../octave/doc/interpreter/octave.texi:383: @detailmenu reference to
nonexistent node `The unwind_protect Statement'
../octave/doc/interpreter/octave.texi:384: @detailmenu reference to
nonexistent node `The try Statement'
../octave/doc/interpreter/octave.texi:385: @detailmenu reference to
nonexistent node `Continuation Lines'
../octave/doc/interpreter/octave.texi:389: @detailmenu reference to
nonexistent node `Notes for the C Programmer'
../octave/doc/interpreter/octave.texi:393: @detailmenu reference to
nonexistent node `Looping Over Structure Elements'
../octave/doc/interpreter/octave.texi:397: @detailmenu reference to
nonexistent node `Introduction to Function and Script Files'
../octave/doc/interpreter/octave.texi:398: @detailmenu reference to
nonexistent node `Defining Functions'
../octave/doc/interpreter/octave.texi:399: @detailmenu reference to
nonexistent node `Multiple Return Values'
../octave/doc/interpreter/octave.texi:400: @detailmenu reference to
nonexistent node `Variable-length Argument Lists'
../octave/doc/interpreter/octave.texi:401: @detailmenu reference to
nonexistent node `Ignoring Arguments'
../octave/doc/interpreter/octave.texi:402: @detailmenu reference to
nonexistent node `Variable-length Return Lists'
../octave/doc/interpreter/octave.texi:403: @detailmenu reference to
nonexistent node `Returning from a Function'
../octave/doc/interpreter/octave.texi:404: @detailmenu reference to
nonexistent node `Default Arguments'
../octave/doc/interpreter/octave.texi:405: @detailmenu reference to
nonexistent node `Function Files'
../octave/doc/interpreter/octave.texi:406: @detailmenu reference to
nonexistent node `Script Files'
../octave/doc/interpreter/octave.texi:407: @detailmenu reference to
nonexistent node `Function Handles Anonymous Functions Inline Functions'
../octave/doc/interpreter/octave.texi:408: @detailmenu reference to
nonexistent node `Commands'
../octave/doc/interpreter/octave.texi:409: @detailmenu reference to
nonexistent node `Organization of Functions'
../octave/doc/interpreter/octave.texi:413: @detailmenu reference to
nonexistent node `Manipulating the Load Path'
../octave/doc/interpreter/octave.texi:414: @detailmenu reference to
nonexistent node `Subfunctions'
../octave/doc/interpreter/octave.texi:415: @detailmenu reference to
nonexistent node `Private Functions'
../octave/doc/interpreter/octave.texi:416: @detailmenu reference to
nonexistent node `Nested Functions'
../octave/doc/interpreter/octave.texi:417: @detailmenu reference to
nonexistent node `Overloading and Autoloading'
../octave/doc/interpreter/octave.texi:418: @detailmenu reference to
nonexistent node `Function Locking'
../octave/doc/interpreter/octave.texi:419: @detailmenu reference to
nonexistent node `Function Precedence'
../octave/doc/interpreter/octave.texi:423: @detailmenu reference to
nonexistent node `Function Handles'
../octave/doc/interpreter/octave.texi:424: @detailmenu reference to
nonexistent node `Anonymous Functions'
../octave/doc/interpreter/octave.texi:425: @detailmenu reference to
nonexistent node `Inline Functions'
../octave/doc/interpreter/octave.texi:429: @detailmenu reference to
nonexistent node `Handling Errors'
../octave/doc/interpreter/octave.texi:430: @detailmenu reference to
nonexistent node `Handling Warnings'
../octave/doc/interpreter/octave.texi:434: @detailmenu reference to
nonexistent node `Raising Errors'
../octave/doc/interpreter/octave.texi:435: @detailmenu reference to
nonexistent node `Catching Errors'
../octave/doc/interpreter/octave.texi:436: @detailmenu reference to
nonexistent node `Recovering From Errors'
../octave/doc/interpreter/octave.texi:440: @detailmenu reference to
nonexistent node `Issuing Warnings'
../octave/doc/interpreter/octave.texi:441: @detailmenu reference to
nonexistent node `Enabling and Disabling Warnings'
../octave/doc/interpreter/octave.texi:445: @detailmenu reference to
nonexistent node `Entering Debug Mode'
../octave/doc/interpreter/octave.texi:446: @detailmenu reference to
nonexistent node `Leaving Debug Mode'
../octave/doc/interpreter/octave.texi:447: @detailmenu reference to
nonexistent node `Breakpoints'
../octave/doc/interpreter/octave.texi:448: @detailmenu reference to
nonexistent node `Debug Mode'
../octave/doc/interpreter/octave.texi:449: @detailmenu reference to
nonexistent node `Call Stack'
../octave/doc/interpreter/octave.texi:450: @detailmenu reference to
nonexistent node `Profiling'
../octave/doc/interpreter/octave.texi:451: @detailmenu reference to
nonexistent node `Profiler Example'
../octave/doc/interpreter/octave.texi:455: @detailmenu reference to
nonexistent node `Basic Input and Output'
../octave/doc/interpreter/octave.texi:456: @detailmenu reference to
nonexistent node `C-Style I/O Functions'
../octave/doc/interpreter/octave.texi:460: @detailmenu reference to
nonexistent node `Terminal Output'
../octave/doc/interpreter/octave.texi:461: @detailmenu reference to
nonexistent node `Terminal Input'
../octave/doc/interpreter/octave.texi:462: @detailmenu reference to
nonexistent node `Simple File I/O'
../octave/doc/interpreter/octave.texi:466: @detailmenu reference to
nonexistent node `Paging Screen Output'
../octave/doc/interpreter/octave.texi:470: @detailmenu reference to
nonexistent node `Saving Data on Unexpected Exits'
../octave/doc/interpreter/octave.texi:474: @detailmenu reference to
nonexistent node `Opening and Closing Files'
../octave/doc/interpreter/octave.texi:475: @detailmenu reference to
nonexistent node `Simple Output'
../octave/doc/interpreter/octave.texi:476: @detailmenu reference to
nonexistent node `Line-Oriented Input'
../octave/doc/interpreter/octave.texi:477: @detailmenu reference to
nonexistent node `Formatted Output'
../octave/doc/interpreter/octave.texi:478: @detailmenu reference to
nonexistent node `Output Conversion for Matrices'
../octave/doc/interpreter/octave.texi:479: @detailmenu reference to
nonexistent node `Output Conversion Syntax'
../octave/doc/interpreter/octave.texi:480: @detailmenu reference to
nonexistent node `Table of Output Conversions'
../octave/doc/interpreter/octave.texi:481: @detailmenu reference to
nonexistent node `Integer Conversions'
../octave/doc/interpreter/octave.texi:482: @detailmenu reference to
nonexistent node `Floating-Point Conversions'
../octave/doc/interpreter/octave.texi:483: @detailmenu reference to
nonexistent node `Other Output Conversions'
../octave/doc/interpreter/octave.texi:484: @detailmenu reference to
nonexistent node `Formatted Input'
../octave/doc/interpreter/octave.texi:485: @detailmenu reference to
nonexistent node `Input Conversion Syntax'
../octave/doc/interpreter/octave.texi:486: @detailmenu reference to
nonexistent node `Table of Input Conversions'
../octave/doc/interpreter/octave.texi:487: @detailmenu reference to
nonexistent node `Numeric Input Conversions'
../octave/doc/interpreter/octave.texi:488: @detailmenu reference to
nonexistent node `String Input Conversions'
../octave/doc/interpreter/octave.texi:489: @detailmenu reference to
nonexistent node `Binary I/O'
../octave/doc/interpreter/octave.texi:490: @detailmenu reference to
nonexistent node `Temporary Files'
../octave/doc/interpreter/octave.texi:491: @detailmenu reference to
nonexistent node `EOF and Errors'
../octave/doc/interpreter/octave.texi:492: @detailmenu reference to
nonexistent node `File Positioning'
../octave/doc/interpreter/octave.texi:496: @detailmenu reference to
nonexistent node `Introduction to Plotting'
../octave/doc/interpreter/octave.texi:497: @detailmenu reference to
nonexistent node `High-Level Plotting'
../octave/doc/interpreter/octave.texi:498: @detailmenu reference to
nonexistent node `Graphics Data Structures'
../octave/doc/interpreter/octave.texi:499: @detailmenu reference to
nonexistent node `Advanced Plotting'
../octave/doc/interpreter/octave.texi:503: @detailmenu reference to
nonexistent node `Two-Dimensional Plots'
../octave/doc/interpreter/octave.texi:504: @detailmenu reference to
nonexistent node `Three-Dimensional Plots'
../octave/doc/interpreter/octave.texi:505: @detailmenu reference to
nonexistent node `Plot Annotations'
../octave/doc/interpreter/octave.texi:506: @detailmenu reference to
nonexistent node `Multiple Plots on One Page'
../octave/doc/interpreter/octave.texi:507: @detailmenu reference to
nonexistent node `Multiple Plot Windows'
../octave/doc/interpreter/octave.texi:508: @detailmenu reference to
nonexistent node `Manipulation of Plot Objects'
../octave/doc/interpreter/octave.texi:509: @detailmenu reference to
nonexistent node `Manipulation of Plot Windows'
../octave/doc/interpreter/octave.texi:510: @detailmenu reference to
nonexistent node `Use of the @code{interpreter} Property'
../octave/doc/interpreter/octave.texi:511: @detailmenu reference to
nonexistent node `Printing and Saving Plots'
../octave/doc/interpreter/octave.texi:512: @detailmenu reference to
nonexistent node `Interacting with Plots'
../octave/doc/interpreter/octave.texi:513: @detailmenu reference to
nonexistent node `Test Plotting Functions'
../octave/doc/interpreter/octave.texi:517: @detailmenu reference to
nonexistent node `Axis Configuration'
../octave/doc/interpreter/octave.texi:518: @detailmenu reference to
nonexistent node `Two-dimensional Function Plotting'
../octave/doc/interpreter/octave.texi:519: @detailmenu reference to
nonexistent node `Two-dimensional Geometric Shapes'
../octave/doc/interpreter/octave.texi:523: @detailmenu reference to
nonexistent node `Aspect Ratio'
../octave/doc/interpreter/octave.texi:524: @detailmenu reference to
nonexistent node `Three-dimensional Function Plotting'
../octave/doc/interpreter/octave.texi:525: @detailmenu reference to
nonexistent node `Three-dimensional Geometric Shapes'
../octave/doc/interpreter/octave.texi:529: @detailmenu reference to
nonexistent node `Introduction to Graphics Structures'
../octave/doc/interpreter/octave.texi:530: @detailmenu reference to
nonexistent node `Graphics Objects'
../octave/doc/interpreter/octave.texi:531: @detailmenu reference to
nonexistent node `Graphics Object Properties'
../octave/doc/interpreter/octave.texi:532: @detailmenu reference to
nonexistent node `Searching Properties'
../octave/doc/interpreter/octave.texi:533: @detailmenu reference to
nonexistent node `Managing Default Properties'
../octave/doc/interpreter/octave.texi:537: @detailmenu reference to
nonexistent node `Root Figure Properties'
../octave/doc/interpreter/octave.texi:538: @detailmenu reference to
nonexistent node `Figure Properties'
../octave/doc/interpreter/octave.texi:539: @detailmenu reference to
nonexistent node `Axes Properties'
../octave/doc/interpreter/octave.texi:540: @detailmenu reference to
nonexistent node `Line Properties'
../octave/doc/interpreter/octave.texi:541: @detailmenu reference to
nonexistent node `Text Properties'
../octave/doc/interpreter/octave.texi:542: @detailmenu reference to
nonexistent node `Image Properties'
../octave/doc/interpreter/octave.texi:543: @detailmenu reference to
nonexistent node `Patch Properties'
../octave/doc/interpreter/octave.texi:544: @detailmenu reference to
nonexistent node `Surface Properties'
../octave/doc/interpreter/octave.texi:548: @detailmenu reference to
nonexistent node `Colors'
../octave/doc/interpreter/octave.texi:549: @detailmenu reference to
nonexistent node `Line Styles'
../octave/doc/interpreter/octave.texi:550: @detailmenu reference to
nonexistent node `Marker Styles'
../octave/doc/interpreter/octave.texi:551: @detailmenu reference to
nonexistent node `Callbacks'
../octave/doc/interpreter/octave.texi:552: @detailmenu reference to
nonexistent node `Application-defined Data'
../octave/doc/interpreter/octave.texi:553: @detailmenu reference to
nonexistent node `Object Groups'
../octave/doc/interpreter/octave.texi:554: @detailmenu reference to
nonexistent node `Graphics Toolkits'
../octave/doc/interpreter/octave.texi:558: @detailmenu reference to
nonexistent node `Data Sources in Object Groups'
../octave/doc/interpreter/octave.texi:559: @detailmenu reference to
nonexistent node `Area Series'
../octave/doc/interpreter/octave.texi:560: @detailmenu reference to
nonexistent node `Bar Series'
../octave/doc/interpreter/octave.texi:561: @detailmenu reference to
nonexistent node `Contour Groups'
../octave/doc/interpreter/octave.texi:562: @detailmenu reference to
nonexistent node `Error Bar Series'
../octave/doc/interpreter/octave.texi:563: @detailmenu reference to
nonexistent node `Line Series'
../octave/doc/interpreter/octave.texi:564: @detailmenu reference to
nonexistent node `Quiver Group'
../octave/doc/interpreter/octave.texi:565: @detailmenu reference to
nonexistent node `Scatter Group'
../octave/doc/interpreter/octave.texi:566: @detailmenu reference to
nonexistent node `Stair Group'
../octave/doc/interpreter/octave.texi:567: @detailmenu reference to
nonexistent node `Stem Series'
../octave/doc/interpreter/octave.texi:568: @detailmenu reference to
nonexistent node `Surface Group'
../octave/doc/interpreter/octave.texi:572: @detailmenu reference to
nonexistent node `Customizing Toolkit Behavior'
../octave/doc/interpreter/octave.texi:576: @detailmenu reference to
nonexistent node `Finding Elements and Checking Conditions'
../octave/doc/interpreter/octave.texi:577: @detailmenu reference to
nonexistent node `Rearranging Matrices'
../octave/doc/interpreter/octave.texi:578: @detailmenu reference to
nonexistent node `Special Utility Matrices'
../octave/doc/interpreter/octave.texi:579: @detailmenu reference to
nonexistent node `Famous Matrices'
../octave/doc/interpreter/octave.texi:583: @detailmenu reference to
nonexistent node `Exponents and Logarithms'
../octave/doc/interpreter/octave.texi:584: @detailmenu reference to
nonexistent node `Complex Arithmetic'
../octave/doc/interpreter/octave.texi:585: @detailmenu reference to
nonexistent node `Trigonometry'
../octave/doc/interpreter/octave.texi:586: @detailmenu reference to
nonexistent node `Sums and Products'
../octave/doc/interpreter/octave.texi:587: @detailmenu reference to
nonexistent node `Utility Functions'
../octave/doc/interpreter/octave.texi:588: @detailmenu reference to
nonexistent node `Special Functions'
../octave/doc/interpreter/octave.texi:589: @detailmenu reference to
nonexistent node `Rational Approximations'
../octave/doc/interpreter/octave.texi:590: @detailmenu reference to
nonexistent node `Coordinate Transformations'
../octave/doc/interpreter/octave.texi:591: @detailmenu reference to
nonexistent node `Mathematical Constants'
../octave/doc/interpreter/octave.texi:595: @detailmenu reference to
nonexistent node `Techniques Used for Linear Algebra'
../octave/doc/interpreter/octave.texi:596: @detailmenu reference to
nonexistent node `Basic Matrix Functions'
../octave/doc/interpreter/octave.texi:597: @detailmenu reference to
nonexistent node `Matrix Factorizations'
../octave/doc/interpreter/octave.texi:598: @detailmenu reference to
nonexistent node `Functions of a Matrix'
../octave/doc/interpreter/octave.texi:599: @detailmenu reference to
nonexistent node `Specialized Solvers'
../octave/doc/interpreter/octave.texi:603: @detailmenu reference to
nonexistent node `Basic Vectorization'
../octave/doc/interpreter/octave.texi:604: @detailmenu reference to
nonexistent node `Broadcasting'
../octave/doc/interpreter/octave.texi:605: @detailmenu reference to
nonexistent node `Function Application'
../octave/doc/interpreter/octave.texi:606: @detailmenu reference to
nonexistent node `Accumulation'
../octave/doc/interpreter/octave.texi:607: @detailmenu reference to
nonexistent node `JIT Compiler'
../octave/doc/interpreter/octave.texi:608: @detailmenu reference to
nonexistent node `Miscellaneous Techniques'
../octave/doc/interpreter/octave.texi:609: @detailmenu reference to
nonexistent node `Examples'
../octave/doc/interpreter/octave.texi:613: @detailmenu reference to
nonexistent node `Solvers'
../octave/doc/interpreter/octave.texi:614: @detailmenu reference to
nonexistent node `Minimizers'
../octave/doc/interpreter/octave.texi:618: @detailmenu reference to
nonexistent node `Basic Usage'
../octave/doc/interpreter/octave.texi:619: @detailmenu reference to
nonexistent node `Matrix Algebra'
../octave/doc/interpreter/octave.texi:620: @detailmenu reference to
nonexistent node `Function Support'
../octave/doc/interpreter/octave.texi:621: @detailmenu reference to
nonexistent node `Example Code'
../octave/doc/interpreter/octave.texi:622: @detailmenu reference to
nonexistent node `Zeros Treatment'
../octave/doc/interpreter/octave.texi:626: @detailmenu reference to
nonexistent node `Creating Diagonal Matrices'
../octave/doc/interpreter/octave.texi:627: @detailmenu reference to
nonexistent node `Creating Permutation Matrices'
../octave/doc/interpreter/octave.texi:628: @detailmenu reference to
nonexistent node `Explicit and Implicit Conversions'
../octave/doc/interpreter/octave.texi:632: @detailmenu reference to
nonexistent node `Expressions Involving Diagonal Matrices'
../octave/doc/interpreter/octave.texi:633: @detailmenu reference to
nonexistent node `Expressions Involving Permutation Matrices'
../octave/doc/interpreter/octave.texi:637: @detailmenu reference to
nonexistent node `Diagonal Matrix Functions'
../octave/doc/interpreter/octave.texi:638: @detailmenu reference to
nonexistent node `Permutation Matrix Functions'
../octave/doc/interpreter/octave.texi:642: @detailmenu reference to
nonexistent node `Basics'
../octave/doc/interpreter/octave.texi:643: @detailmenu reference to
nonexistent node `Sparse Linear Algebra'
../octave/doc/interpreter/octave.texi:644: @detailmenu reference to
nonexistent node `Iterative Techniques'
../octave/doc/interpreter/octave.texi:645: @detailmenu reference to
nonexistent node `Real Life Example'
../octave/doc/interpreter/octave.texi:649: @detailmenu reference to
nonexistent node `Storage of Sparse Matrices'
../octave/doc/interpreter/octave.texi:650: @detailmenu reference to
nonexistent node `Creating Sparse Matrices'
../octave/doc/interpreter/octave.texi:651: @detailmenu reference to
nonexistent node `Information'
../octave/doc/interpreter/octave.texi:652: @detailmenu reference to
nonexistent node `Operators and Functions'
../octave/doc/interpreter/octave.texi:656: @detailmenu reference to
nonexistent node `Sparse Functions'
../octave/doc/interpreter/octave.texi:657: @detailmenu reference to
nonexistent node `Return Types of Operators and Functions'
../octave/doc/interpreter/octave.texi:658: @detailmenu reference to
nonexistent node `Mathematical Considerations'
../octave/doc/interpreter/octave.texi:662: @detailmenu reference to
nonexistent node `Functions of One Variable'
../octave/doc/interpreter/octave.texi:663: @detailmenu reference to
nonexistent node `Orthogonal Collocation'
../octave/doc/interpreter/octave.texi:664: @detailmenu reference to
nonexistent node `Functions of Multiple Variables'
../octave/doc/interpreter/octave.texi:668: @detailmenu reference to
nonexistent node `Ordinary Differential Equations'
../octave/doc/interpreter/octave.texi:669: @detailmenu reference to
nonexistent node `Differential-Algebraic Equations'
../octave/doc/interpreter/octave.texi:673: @detailmenu reference to
nonexistent node `Linear Programming'
../octave/doc/interpreter/octave.texi:674: @detailmenu reference to
nonexistent node `Quadratic Programming'
../octave/doc/interpreter/octave.texi:675: @detailmenu reference to
nonexistent node `Nonlinear Programming'
../octave/doc/interpreter/octave.texi:676: @detailmenu reference to
nonexistent node `Linear Least Squares'
../octave/doc/interpreter/octave.texi:680: @detailmenu reference to
nonexistent node `Descriptive Statistics'
../octave/doc/interpreter/octave.texi:681: @detailmenu reference to
nonexistent node `Basic Statistical Functions'
../octave/doc/interpreter/octave.texi:682: @detailmenu reference to
nonexistent node `Statistical Plots'
../octave/doc/interpreter/octave.texi:683: @detailmenu reference to
nonexistent node `Correlation and Regression Analysis'
../octave/doc/interpreter/octave.texi:684: @detailmenu reference to
nonexistent node `Distributions'
../octave/doc/interpreter/octave.texi:685: @detailmenu reference to
nonexistent node `Tests'
../octave/doc/interpreter/octave.texi:686: @detailmenu reference to
nonexistent node `Random Number Generation'
../octave/doc/interpreter/octave.texi:690: @detailmenu reference to
nonexistent node `Set Operations'
../octave/doc/interpreter/octave.texi:694: @detailmenu reference to
nonexistent node `Evaluating Polynomials'
../octave/doc/interpreter/octave.texi:695: @detailmenu reference to
nonexistent node `Finding Roots'
../octave/doc/interpreter/octave.texi:696: @detailmenu reference to
nonexistent node `Products of Polynomials'
../octave/doc/interpreter/octave.texi:697: @detailmenu reference to
nonexistent node `Derivatives / Integrals / Transforms'
../octave/doc/interpreter/octave.texi:698: @detailmenu reference to
nonexistent node `Polynomial Interpolation'
../octave/doc/interpreter/octave.texi:699: @detailmenu reference to
nonexistent node `Miscellaneous Functions'
../octave/doc/interpreter/octave.texi:703: @detailmenu reference to
nonexistent node `One-dimensional Interpolation'
../octave/doc/interpreter/octave.texi:704: @detailmenu reference to
nonexistent node `Multi-dimensional Interpolation'
../octave/doc/interpreter/octave.texi:708: @detailmenu reference to
nonexistent node `Delaunay Triangulation'
../octave/doc/interpreter/octave.texi:709: @detailmenu reference to
nonexistent node `Voronoi Diagrams'
../octave/doc/interpreter/octave.texi:710: @detailmenu reference to
nonexistent node `Convex Hull'
../octave/doc/interpreter/octave.texi:711: @detailmenu reference to
nonexistent node `Interpolation on Scattered Data'
../octave/doc/interpreter/octave.texi:715: @detailmenu reference to
nonexistent node `Plotting the Triangulation'
../octave/doc/interpreter/octave.texi:716: @detailmenu reference to
nonexistent node `Identifying Points in Triangulation'
../octave/doc/interpreter/octave.texi:720: @detailmenu reference to
nonexistent node `Loading and Saving Images'
../octave/doc/interpreter/octave.texi:721: @detailmenu reference to
nonexistent node `Displaying Images'
../octave/doc/interpreter/octave.texi:722: @detailmenu reference to
nonexistent node `Representing Images'
../octave/doc/interpreter/octave.texi:723: @detailmenu reference to
nonexistent node `Plotting on top of Images'
../octave/doc/interpreter/octave.texi:724: @detailmenu reference to
nonexistent node `Color Conversion'
../octave/doc/interpreter/octave.texi:728: @detailmenu reference to
nonexistent node `Audio File Utilities'
../octave/doc/interpreter/octave.texi:729: @detailmenu reference to
nonexistent node `Audio Device Information'
../octave/doc/interpreter/octave.texi:730: @detailmenu reference to
nonexistent node `Audio Player'
../octave/doc/interpreter/octave.texi:731: @detailmenu reference to
nonexistent node `Audio Recorder'
../octave/doc/interpreter/octave.texi:732: @detailmenu reference to
nonexistent node `Audio Data Processing'
../octave/doc/interpreter/octave.texi:736: @detailmenu reference to
nonexistent node `Playback'
../octave/doc/interpreter/octave.texi:737: @detailmenu reference to
nonexistent node `Player Properties'
../octave/doc/interpreter/octave.texi:741: @detailmenu reference to
nonexistent node `Recording'
../octave/doc/interpreter/octave.texi:742: @detailmenu reference to
nonexistent node `Data Retrieval'
../octave/doc/interpreter/octave.texi:743: @detailmenu reference to
nonexistent node `Recorder Properties'
../octave/doc/interpreter/octave.texi:747: @detailmenu reference to
nonexistent node `Creating a Class'
../octave/doc/interpreter/octave.texi:748: @detailmenu reference to
nonexistent node `Manipulating Classes'
../octave/doc/interpreter/octave.texi:749: @detailmenu reference to
nonexistent node `Indexing Objects'
../octave/doc/interpreter/octave.texi:750: @detailmenu reference to
nonexistent node `Overloading Objects'
../octave/doc/interpreter/octave.texi:751: @detailmenu reference to
nonexistent node `Inheritance and Aggregation'
../octave/doc/interpreter/octave.texi:755: @detailmenu reference to
nonexistent node `Defining Indexing And Indexed Assignment'
../octave/doc/interpreter/octave.texi:756: @detailmenu reference to
nonexistent node `Indexed Assignment Optimization'
../octave/doc/interpreter/octave.texi:760: @detailmenu reference to
nonexistent node `Function Overloading'
../octave/doc/interpreter/octave.texi:761: @detailmenu reference to
nonexistent node `Operator Overloading'
../octave/doc/interpreter/octave.texi:762: @detailmenu reference to
nonexistent node `Precedence of Objects'
../octave/doc/interpreter/octave.texi:766: @detailmenu reference to
nonexistent node `I/O Dialogs'
../octave/doc/interpreter/octave.texi:767: @detailmenu reference to
nonexistent node `Progress Bar'
../octave/doc/interpreter/octave.texi:768: @detailmenu reference to
nonexistent node `UI Elements'
../octave/doc/interpreter/octave.texi:769: @detailmenu reference to
nonexistent node `GUI Utility Functions'
../octave/doc/interpreter/octave.texi:770: @detailmenu reference to
nonexistent node `User-Defined Preferences'
../octave/doc/interpreter/octave.texi:774: @detailmenu reference to
nonexistent node `Timing Utilities'
../octave/doc/interpreter/octave.texi:775: @detailmenu reference to
nonexistent node `Filesystem Utilities'
../octave/doc/interpreter/octave.texi:776: @detailmenu reference to
nonexistent node `File Archiving Utilities'
../octave/doc/interpreter/octave.texi:777: @detailmenu reference to
nonexistent node `Networking Utilities'
../octave/doc/interpreter/octave.texi:778: @detailmenu reference to
nonexistent node `Controlling Subprocesses'
../octave/doc/interpreter/octave.texi:779: @detailmenu reference to
nonexistent node `Process ID Information'
../octave/doc/interpreter/octave.texi:780: @detailmenu reference to
nonexistent node `Environment Variables'
../octave/doc/interpreter/octave.texi:781: @detailmenu reference to
nonexistent node `Current Working Directory'
../octave/doc/interpreter/octave.texi:782: @detailmenu reference to
nonexistent node `Password Database Functions'
../octave/doc/interpreter/octave.texi:783: @detailmenu reference to
nonexistent node `Group Database Functions'
../octave/doc/interpreter/octave.texi:784: @detailmenu reference to
nonexistent node `System Information'
../octave/doc/interpreter/octave.texi:785: @detailmenu reference to
nonexistent node `Hashing Functions'
../octave/doc/interpreter/octave.texi:789: @detailmenu reference to
nonexistent node `FTP Objects'
../octave/doc/interpreter/octave.texi:790: @detailmenu reference to
nonexistent node `URL Manipulation'
../octave/doc/interpreter/octave.texi:791: @detailmenu reference to
nonexistent node `Base64 and Binary Data Transmission'
../octave/doc/interpreter/octave.texi:795: @detailmenu reference to
nonexistent node `Java Interface Functions'
../octave/doc/interpreter/octave.texi:796: @detailmenu reference to
nonexistent node `Dialog Box Functions'
../octave/doc/interpreter/octave.texi:797: @detailmenu reference to
nonexistent node `FAQ - Frequently asked Questions'
../octave/doc/interpreter/octave.texi:801: @detailmenu reference to
nonexistent node `How to distinguish between Octave and Matlab?'
../octave/doc/interpreter/octave.texi:802: @detailmenu reference to
nonexistent node `How to make Java classes available?'
../octave/doc/interpreter/octave.texi:803: @detailmenu reference to
nonexistent node `How to create an instance of a Java class?'
../octave/doc/interpreter/octave.texi:804: @detailmenu reference to
nonexistent node `How can I handle memory limitations?'
../octave/doc/interpreter/octave.texi:805: @detailmenu reference to
nonexistent node `Which @TeX{} symbols are implemented in dialog functions?'
../octave/doc/interpreter/octave.texi:809: @detailmenu reference to
nonexistent node `Installing and Removing Packages'
../octave/doc/interpreter/octave.texi:810: @detailmenu reference to
nonexistent node `Using Packages'
../octave/doc/interpreter/octave.texi:811: @detailmenu reference to
nonexistent node `Administrating Packages'
../octave/doc/interpreter/octave.texi:812: @detailmenu reference to
nonexistent node `Creating Packages'
../octave/doc/interpreter/octave.texi:816: @detailmenu reference to
nonexistent node `The DESCRIPTION File'
../octave/doc/interpreter/octave.texi:817: @detailmenu reference to
nonexistent node `The INDEX File'
../octave/doc/interpreter/octave.texi:818: @detailmenu reference to
nonexistent node `PKG_ADD and PKG_DEL Directives'
../octave/doc/interpreter/octave.texi:819: @detailmenu reference to
nonexistent node `Missing Components'
../octave/doc/interpreter/octave.texi:823: @detailmenu reference to
nonexistent node `Oct-Files'
../octave/doc/interpreter/octave.texi:824: @detailmenu reference to
nonexistent node `Mex-Files'
../octave/doc/interpreter/octave.texi:825: @detailmenu reference to
nonexistent node `Standalone Programs'
../octave/doc/interpreter/octave.texi:829: @detailmenu reference to
nonexistent node `Getting Started with Oct-Files'
../octave/doc/interpreter/octave.texi:830: @detailmenu reference to
nonexistent node `Matrices and Arrays in Oct-Files'
../octave/doc/interpreter/octave.texi:831: @detailmenu reference to
nonexistent node `Character Strings in Oct-Files'
../octave/doc/interpreter/octave.texi:832: @detailmenu reference to
nonexistent node `Cell Arrays in Oct-Files'
../octave/doc/interpreter/octave.texi:833: @detailmenu reference to
nonexistent node `Structures in Oct-Files'
../octave/doc/interpreter/octave.texi:834: @detailmenu reference to
nonexistent node `Sparse Matrices in Oct-Files'
../octave/doc/interpreter/octave.texi:835: @detailmenu reference to
nonexistent node `Accessing Global Variables in Oct-Files'
../octave/doc/interpreter/octave.texi:836: @detailmenu reference to
nonexistent node `Calling Octave Functions from Oct-Files'
../octave/doc/interpreter/octave.texi:837: @detailmenu reference to
nonexistent node `Calling External Code from Oct-Files'
../octave/doc/interpreter/octave.texi:838: @detailmenu reference to
nonexistent node `Allocating Local Memory in Oct-Files'
../octave/doc/interpreter/octave.texi:839: @detailmenu reference to
nonexistent node `Input Parameter Checking in Oct-Files'
../octave/doc/interpreter/octave.texi:840: @detailmenu reference to
nonexistent node `Exception and Error Handling in Oct-Files'
../octave/doc/interpreter/octave.texi:841: @detailmenu reference to
nonexistent node `Documentation and Test of Oct-Files'
../octave/doc/interpreter/octave.texi:845: @detailmenu reference to
nonexistent node `Array and Sparse Class Differences'
../octave/doc/interpreter/octave.texi:846: @detailmenu reference to
nonexistent node `Creating Sparse Matrices in Oct-Files'
../octave/doc/interpreter/octave.texi:847: @detailmenu reference to
nonexistent node `Using Sparse Matrices in Oct-Files'
../octave/doc/interpreter/octave.texi:851: @detailmenu reference to
nonexistent node `Getting Started with Mex-Files'
../octave/doc/interpreter/octave.texi:852: @detailmenu reference to
nonexistent node `Working with Matrices and Arrays in Mex-Files'
../octave/doc/interpreter/octave.texi:853: @detailmenu reference to
nonexistent node `Character Strings in Mex-Files'
../octave/doc/interpreter/octave.texi:854: @detailmenu reference to
nonexistent node `Cell Arrays with Mex-Files'
../octave/doc/interpreter/octave.texi:855: @detailmenu reference to
nonexistent node `Structures with Mex-Files'
../octave/doc/interpreter/octave.texi:856: @detailmenu reference to
nonexistent node `Sparse Matrices with Mex-Files'
../octave/doc/interpreter/octave.texi:857: @detailmenu reference to
nonexistent node `Calling Other Functions in Mex-Files'
../octave/doc/interpreter/octave.texi:861: @detailmenu reference to
nonexistent node `Test Functions'
../octave/doc/interpreter/octave.texi:862: @detailmenu reference to
nonexistent node `Demonstration Functions'
../octave/doc/interpreter/octave.texi:866: @detailmenu reference to
nonexistent node `Style Tips'
../octave/doc/interpreter/octave.texi:867: @detailmenu reference to
nonexistent node `Comment Tips'
../octave/doc/interpreter/octave.texi:868: @detailmenu reference to
nonexistent node `Function Headers'
../octave/doc/interpreter/octave.texi:869: @detailmenu reference to
nonexistent node `Documentation Tips'
../octave/doc/interpreter/octave.texi:873: @detailmenu reference to
nonexistent node `How to Contribute'
../octave/doc/interpreter/octave.texi:874: @detailmenu reference to
nonexistent node `Building the Development Sources'
../octave/doc/interpreter/octave.texi:875: @detailmenu reference to
nonexistent node `Basics of Generating a Changeset'
../octave/doc/interpreter/octave.texi:876: @detailmenu reference to
nonexistent node `General Guidelines'
../octave/doc/interpreter/octave.texi:877: @detailmenu reference to
nonexistent node `Octave Sources (m-files)'
../octave/doc/interpreter/octave.texi:878: @detailmenu reference to
nonexistent node `C++ Sources'
../octave/doc/interpreter/octave.texi:879: @detailmenu reference to
nonexistent node `Other Sources'
../octave/doc/interpreter/octave.texi:883: @detailmenu reference to
nonexistent node `Actual Bugs'
../octave/doc/interpreter/octave.texi:884: @detailmenu reference to
nonexistent node `Reporting Bugs'
../octave/doc/interpreter/octave.texi:885: @detailmenu reference to
nonexistent node `Service'
../octave/doc/interpreter/octave.texi:889: @detailmenu reference to
nonexistent node `Bug Criteria'
../octave/doc/interpreter/octave.texi:890: @detailmenu reference to
nonexistent node `Bug Tracker'
../octave/doc/interpreter/octave.texi:891: @detailmenu reference to
nonexistent node `Bug Reporting'
../octave/doc/interpreter/octave.texi:892: @detailmenu reference to
nonexistent node `Sending Patches'
../octave/doc/interpreter/octave.texi:896: @detailmenu reference to
nonexistent node `Build Dependencies'
../octave/doc/interpreter/octave.texi:897: @detailmenu reference to
nonexistent node `Running Configure and Make'
../octave/doc/interpreter/octave.texi:898: @detailmenu reference to
nonexistent node `Compiling Octave with 64-bit Indexing'
../octave/doc/interpreter/octave.texi:899: @detailmenu reference to
nonexistent node `Installation Problems'
../octave/doc/interpreter/octave.texi:903: @detailmenu reference to
nonexistent node `Obtaining the Dependencies Automatically'
../octave/doc/interpreter/octave.texi:904: @detailmenu reference to
nonexistent node `Build Tools'
../octave/doc/interpreter/octave.texi:905: @detailmenu reference to
nonexistent node `External Packages'
../octave/doc/interpreter/octave.texi:909: @detailmenu reference to
nonexistent node `Installing EOS'
../octave/doc/interpreter/octave.texi:910: @detailmenu reference to
nonexistent node `Using Octave Mode'
../octave/doc/interpreter/octave.texi:911: @detailmenu reference to
nonexistent node `Running Octave from Within Emacs'
../octave/doc/interpreter/octave.texi:912: @detailmenu reference to
nonexistent node `Using the Emacs Info Reader for Octave'
../octave/doc/interpreter/octave.texi:916: @detailmenu reference to
nonexistent node `Keywords'
../octave/doc/interpreter/octave.texi:917: @detailmenu reference to
nonexistent node `Parser'
make[2]: *** [../octave/doc/interpreter/octave.info] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45560>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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