gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Building gcl-2.6.8


From: Camm Maguire
Subject: Re: [Gcl-devel] Building gcl-2.6.8
Date: Fri, 14 Jun 2013 09:46:39 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Greetings, and thanks for your report!

Waldek Hebisch <address@hidden> writes:

> It seems that building gcl-2.6.8 requires pdflatex. I have
> tried version from June 12 and build failed due to
> missing pdflatex:

What is the preferred dependency for creating pdf documentation?

Take care,

>
>>mkdir -p dwdoc && \
>         cd dwdoc && \
>         echo '(load "../sysdef.lisp")(in-package :xlib)(defmacro while (test 
> &rest forms) `(loop (unless ,test (return)) ,@forms))(load 
> "../gcl_tohtml.lsp")(load "../gcl_index.lsp")(tohtml "../dwdoc.tex" 
> "dwdoc")(with-open-file (s "dwdoccontents.html" :direction :output) (let 
> ((*standard-output* s)) (xlib::makecont "../dwdoc.tex" 1 
> "dwdoc")))(with-open-file (s "dwdocindex.html" :direction :output) (let 
> ((*standard-output* s)) (xlib::printindex indexdata "dwdoc")))' | 
> ../../unixport/saved_pre_gcl
> GCL (GNU Common Lisp)  2.6.8 CLtL1    Jun 13 2013 17:05:33
> <snip>
> XLIB>pdflatex dwdoc.tex
> make[1]: pdflatex: Command not found
> make[1]: *** [dwdoc.pdf] Error 127
> make[1]: Leaving directory `/mnt/lv0/fricas/axp8/gcl-build/gcl-2.6.8/xgcl-2'
> make: *** [unixport/saved_gcl] Error 2

-- 
Camm Maguire                                        address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

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