Camm, On April 6, 2007 3:45 PM you wrote: > > > Greetings! 2.6.8pre should be working now, with cvs head shortly. > Please let me know if problems persist. >
Thanks! I just did a fresh checkout of gcl-2.6.8pre from cvs. But the build stops here without create saved_gcl: ------- >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 Apr 6 2007 17:36:52 Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl) Binary License: GPL due to GPL'ed components: (XGCL 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 /bin/bash: pdflatex: command not found make[1]: *** [dwdoc.pdf] Error 127 make[1]: Leaving directory `/export/home0/wspage/gcl/xgcl-2' make: *** [unixport/saved_gcl] Error 2 ------ It is true that I don't have LaTeX installed but am quite sure that I used to be able to build gcl-2.6.8pre without LaTeX present. I needed to install LaTeX anyway so now build completes ok. Is this a new dependency or is something wrong? In any case, thanks again for getting the build to work. As time permits I will see what I can do to build a pkg for blastwave. Regards, Bill Page. _______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gcl-devel