gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Minor? problem making gcl-2.6.8pre on a Mac


From: jeff
Subject: [Gcl-devel] Minor? problem making gcl-2.6.8pre on a Mac
Date: Sun, 13 Jan 2008 16:45:09 +0000
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

Everything seemed to go well until:

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    Jan 13 2008 04:42:09
Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (XGCL READLINE BFD UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to /tmp/


Loading ../sysdef.lisp
Finished loading ../sysdef.lisp
T


#<"XLIB" package>

XLIB>
WHILE

XLIB>
Loading ../gcl_tohtml.lsp
Finished loading ../gcl_tohtml.lsp
T

XLIB>
Loading ../gcl_index.lsp
Finished loading ../gcl_index.lsp
T

XLIB>
NIL

XLIB>
NIL

XLIB>
NIL

XLIB>pdflatex dwdoc.tex
make[1]: pdflatex: Command not found
make[1]: *** [dwdoc.pdf] Error 127
make: *** [unixport/saved_gcl] Error 2

- - - - - - - - - - - - - - - - - - - - - - - - - -

I ended up with no "gcl" script in "bin", and
no unixport/saved_gcl, though there is a unixport/saved_pre_gcl.

-- Jeff






reply via email to

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