Re: make install problems
Michael Sperber <[email protected]> Tue, 22 Jul 2014 08:11:40 +0200
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
john francis lee <[email protected]> writes: > I have debian 64bit so I have to build scheme48 1.9.2 on my system. I > followed instructions (http://s48.org/development.html) and make ran OK > ... but make install wanted pdflatex. The Scheme 48 tarball comes with documentation prebuilt. My guess is that your machine got the timestamps of that generated documentation mixed up. > I installed texlive (481mb!) ... but in all that crap there is no > tex2page.sty file and so make install fails. In order to build the documentation yourself, you'll need tex2page: http://www.ccs.neu.edu/home/dorai/tex2page/ Bummer it's not included in TeXLive ... -- Regards, Mike