Hi all, I have downloaded GiNaC 1.4.0 and installed on an openSuSE 10.3 machine according to the README and INSTALL files. Mostly, this was ok. However, when trying to generate the documentation, say by make html, I get: # make html Making html in ginac make[1]: Entering directory `/usr/local/src/ginac/ginac-1.4.0/ginac' make[1]: Nothing to be done for `html'. make[1]: Leaving directory `/usr/local/src/ginac/ginac-1.4.0/ginac' Making html in check make[1]: Entering directory `/usr/local/src/ginac/ginac-1.4.0/check' make[1]: Nothing to be done for `html'. make[1]: Leaving directory `/usr/local/src/ginac/ginac-1.4.0/check' Making html in ginsh make[1]: Entering directory `/usr/local/src/ginac/ginac-1.4.0/ginsh' make[1]: Nothing to be done for `html'. make[1]: Leaving directory `/usr/local/src/ginac/ginac-1.4.0/ginsh' Making html in tools make[1]: Entering directory `/usr/local/src/ginac/ginac-1.4.0/tools' make[1]: Nothing to be done for `html'. make[1]: Leaving directory `/usr/local/src/ginac/ginac-1.4.0/tools' Making html in doc make[1]: Entering directory `/usr/local/src/ginac/ginac-1.4.0/doc' Making html in tutorial make[2]: Entering directory `/usr/local/src/ginac/ginac-1.4.0/doc/tutorial' rm -rf ginac.htp if /bin/sh /usr/local/src/ginac/ginac-1.4.0/missing --run makeinfo --html --no-s plit -I . \ -o ginac.htp ginac.texi; \ then \ rm -rf ginac.html; \ if test ! -d ginac.htp && test -d ginac; then \ mv ginac ginac.html; else mv ginac.htp ginac.html; fi; \ else \ if test ! -d ginac.htp && test -d ginac; then \ rm -rf ginac; else rm -Rf ginac.htp ginac.html; fi; \ exit 1; \ fi ginac.texi:923: @image file `classhierarchy.gif' (for HTML) not readable: No such file or directory. ginac.texi:8552: @image file `repnaive.gif' (for HTML) not readable: No such file or directory. ginac.texi:8563: @image file `reppair.gif' (for HTML) not readable: No such file or directory. ginac.texi:8585: @image file `repreal.gif' (for HTML) not readable: No such file or directory. makeinfo: Removing output file `ginac.htp' due to errors; use --force to preserve. make[2]: *** [ginac.html] Error 1 make[2]: Leaving directory `/usr/local/src/ginac/ginac-1.4.0/doc/tutorial' make[1]: *** [html-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/ginac/ginac-1.4.0/doc' make: *** [html-recursive] Error 1 Well, indeed, these *.gif files are not there. Shouldn't they somehow be generated from the *.fig that ARE there? Also, make pdf fails: Chapter 4 [9] l.745: Undefined cross reference `Internal structures-snt'. l.745: Undefined cross reference `Internal structures-snt'. l.745: Undefined cross reference `Internal structures-pg'. l.772: Undefined cross reference `Information about expressions-snt'. l.772: Undefined cross reference `Information about expressions-snt'. l.772: Undefined cross reference `Information about expressions-pg'. [10] [11] !pdfTeX error: pdfetex (file classhierarchy.pdf): cannot find image file ==> Fatal error occurred, no output PDF file produced! /usr/bin/texi2dvi: pdfetex exited with bad status, quitting. make[2]: *** [ginac.pdf] Error 1 make[2]: Leaving directory `/usr/local/src/ginac/ginac-1.4.0/doc/tutorial' make[1]: *** [pdf-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/ginac/ginac-1.4.0/doc' make: *** [pdf-recursive] Error 1 Any suggestions? Thanks. Regards Bernd -- ======================================================================= Bernd Speiser Institut für Organische Chemie Auf der Morgenstelle 18 temporary address: Auf der Morgenstelle 15 D-72076 Tübingen Germany phone: +49-7071-2976205 (office) +49-7071-2976242 (laboratory) fax: +49-7071-295518 e-mail: bernd.speiser@uni-tuebingen.de Internet: http://www.uni-tuebingen.de/speiser
Hello! On Wed, Nov 14, 2007 at 09:56:52AM +0100, Bernd Speiser wrote:
I have downloaded GiNaC 1.4.0 and installed on an openSuSE 10.3 machine according to the README and INSTALL files. Mostly, this was ok. However, when trying to generate the documentation, say by make html, I get:
[snipped]
ginac.texi:923: @image file `classhierarchy.gif' (for HTML) not readable: No such file or directory. ginac.texi:8552: @image file `repnaive.gif' (for HTML) not readable: No such file or directory. ginac.texi:8563: @image file `reppair.gif' (for HTML) not readable: No such file or directory. ginac.texi:8585: @image file `repreal.gif' (for HTML) not readable: No such file or directory. makeinfo: Removing output file `ginac.htp' due to errors; use --force to preserve. make[2]: *** [ginac.html] Error 1 make[2]: Leaving directory `/usr/local/src/ginac/ginac-1.4.0/doc/tutorial' make[1]: *** [html-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/ginac/ginac-1.4.0/doc' make: *** [html-recursive] Error 1
Well, indeed, these *.gif files are not there. Shouldn't they somehow be generated from the *.fig that ARE there?
Yes. To make that happen you need to have fig2dev program (http://epb.lbl.gov/xfig) installed. It looks like this utility is missing on your system. Most GNU/Linux distros I know of have the binary package (it is called transfig, sometimes xfig, etc.). After installing it re-run the configure script and try again. Hope that helps, Alexei -- All science is either physics or stamp collecting.
Alexei Sheplyakov wrote:
Yes. To make that happen you need to have fig2dev program (http://epb.lbl.gov/xfig) installed. It looks like this utility is missing on your system. Most GNU/Linux distros I know of have the binary package (it is called transfig, sometimes xfig, etc.). After installing it re-run the configure script and try again.
Hope that helps, Alexei
Yes, it did. Thanks a lot. Bernd -- ======================================================================= Bernd Speiser Institut für Organische Chemie Auf der Morgenstelle 18 temporary address: Auf der Morgenstelle 15 D-72076 Tübingen Germany phone: +49-7071-2976205 (office) +49-7071-2976242 (laboratory) fax: +49-7071-295518 e-mail: bernd.speiser@uni-tuebingen.de Internet: http://www.uni-tuebingen.de/speiser =======================================================================
participants (3)
-
Alexei Sheplyakov
-
Bernd Speiser
-
bernd.speiser@t-online.de