Hello! On Thu, Aug 10, 2006 at 11:57:02AM -0400, Warren Weckesser wrote:
Here's one. According to the tutorial (Section 3.3 Building GiNaC), I can build the documentation with "make" commands such as
$ make html $ make pdf
Here is what I get when I try this (using ginac version 1.3.4). I am running the "make" commands in the same directory where I just completed the usual "./configure" (with no options) and "make" commands.
First I tried "make html": -------------------------------------------------------------------- $ make html make: *** No rule to make target `html'. Stop. --------------------------------------------------------------------
Next, "make pdf": -------------------------------------------------------------------- $ make pdf
... snip (lots of latex stuff) ...
Output written on ginac.pdf (118 pages, 753760 bytes). Transcript written on ginac.log. make[2]: Leaving directory `/home/wweckesser/test_ginac_doc/ginac-1.3.4/doc/tutorial' Making pdf in reference make[2]: Entering directory `/home/wweckesser/test_ginac_doc/ginac-1.3.4/doc/reference' warning: target reference.pdf disabled by configuration This is pdfeTeX, Version 3.14159-1.10b-2.1 (Web2C 7.4.5) entering extended mode ! I can't find file `reference.tex'. <*> reference.tex
Please type another input file name: ---------------------------------------------------------------------
"make pdf" successfully builds the file ginac.pdf in doc/tutorial, but something goes wrong in doc/reference.
To build the reference you need to have the doxygen utility (see http://www.stack.nl/~dimitri/doxygen) installed. If you are running Ubuntu, you can just install the doxygen package with you favourite APT frontend. However, the failure you have noticed _is a bug_. I'll post a patch to fix it *really soon*. Best regards, Alexei -- All science is either physics or stamp collecting.