octave-maintainers
[Top][All Lists]
Advanced

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

Re: [OctDev] munge-texi problem with static library build


From: Rik
Subject: Re: [OctDev] munge-texi problem with static library build
Date: Wed, 16 Mar 2011 16:15:44 -0700

> 
>> Unfortunately, with make I still get the same error:
>>
>> make[4]: `munge-texi' is up to date.
>> make[4]: Leaving directory
>> `/home/frohro/Desktop/octave-3.4.0/doc/interpreter'
>> ./munge-texi ../.. ../../scripts/DOCSTRINGS ../../src/DOCSTRINGS <
>> arith.txi > arith.texi-t
>> invalid doc file format
> 
> It appears that arith.texi-t is the log file.  Type out the contents of
> that to see what might be going wrong.
> 
3/16/11

Daniel,

As Rob wrote, munge-texi is a C++ program that does a bit of manipulation
on the raw .txi files to transform them into .texi files capable of being
processed by Texinfo.

The problem is with one or both of the DOCSTRINGS files mentioned on the
command line.  To regenerate, start at the top-level of the code tree.

cd src/
rm .DOCSTRINGS DOCSTRINGS
cd ../scripts/
rm .DOCSTRINGS DOCSTRINGS
cd ..
make all

Take a look at the DOCSTRINGS files after regeneration.  They shouldn't be
empty.  If building the documentation still fails, then file a bug report
on the Octave bug tracker and attach whatever DOCSTRINGS files were generated.

--Rik


reply via email to

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