help-octave
[Top][All Lists]
Advanced

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

Re: Problem building Octave


From: Mike Miller
Subject: Re: Problem building Octave
Date: Thu, 14 Nov 2019 10:05:59 -0800
User-agent: Mutt/1.12.2 (2019-09-21)

On Thu, Nov 14, 2019 at 12:55:18 -0500, Nir Krakauer wrote:
> > Can you try "make -j1 V=1" (no need to run make clean), and post the error 
> > message?
> 
> I get the error below.
> Is there a way to just build Octave without generating all the documentation?

Octave is built by this point. If you just want 'make all' to declare
success, what I usually do in this situation is

    touch doc/interpreter/octave.dvi
    touch doc/interpreter/octave.ps
    touch doc/interpreter/octave.pdf
    make all

The specific error message

    No file octave.cps.

is cryptic, but it means that 'texindex' failed to generate the sorted
index files (concepts, functions, operators, etc) for some reason. I
used to see this error randomly from Texinfo, possibly version 6.6 but
fixed in 6.7, because I no longer see it.

-- 
mike

Attachment: signature.asc
Description: PGP signature


reply via email to

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