I did a 'git pull' and it now builds. (I can't figure out how to list and select particular tags/branches with git so I couldn't test your tagged version. I'll try to figure git out further tonight.)
Thanks! On Thu, Oct 17, 2013 at 11:50 AM, Camm Maguire <[email protected]>wrote: > Greetings! OK, you might want to try again if interested. I've tagged > 2_6_10pre_sync. > > 1) I've shut off the caller/callee recompile step for now pending use of > improved function do-recomp. > > 2) The compiler is slow, but should produce fast code. I have almost > prepared an inline string hashing scheme to address this. > > Take care, > > Blake McBride <[email protected]> writes: > > > Thanks! Those changes helped quite a bit, but I am still unable to > build. It went a long time but ended up as follows: > > > > ... > > Initializing gcl_clcs_macros.o > > Initializing gcl_clcs_restart.o > > Initializing gcl_clcs_debugger.o > > Initializing gcl_clcs_handler.o > > Initializing gcl_clcs_conditions.o > > Initializing gcl_clcs_condition_definitions.o > > Initializing gcl_clcs_kcl_cond.o > > Initializing gcl_clcs_top_patches.o > > Initializing gcl_clcs_install.o > > > > ;; Loading /home/blake/Backup/gcl/gcl/unixport/../gcl-tk/tk-package.lsp > > ;; Finished loading /home/blake/Backup/gcl/gcl/unixport/.. > /gcl-tk/tk-package.lsp > > ;; Loading /home/blake/Backup/gcl/gcl/unixport/../cmpnew/gcl_lfun_list. > lsp > > ;; Finished loading /home/blake/Backup/gcl/gcl/unixport/../cmpnew > /gcl_lfun_list.lsp > > ;; Loading /home/blake/Backup/gcl/gcl/unixport/../cmpnew/gcl_cmpopt.lsp > > ;; Finished loading /home/blake/Backup/gcl/gcl/unixport/../cmpnew > /gcl_cmpopt.lsp > > ;; Loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_auto_new.lsp > > ;; Finished loading /home/blake/Backup/gcl/gcl/unixport/../lsp > /gcl_auto_new.lsp > > > > T > > > >> > > T > > > >>rm -f tmp_image > > rm pre_init.lsp init_ansi_gcl.lsp.tmp post_init.lsp > > make[1]: Leaving directory `/home/blake/Backup/gcl/gcl/unixport' > > make -C unixport final > > ls: cannot access gcl_recompile?*.o: No such file or directory > > ls: cannot access ../clcs/clcs_*.lisp: No such file or directory > > make[1]: Entering directory `/home/blake/Backup/gcl/gcl/unixport' > > echo "(let ((si::*disable-recompile* nil)(compiler::*default-c-file* t) > (compiler::*default-h-file* t)(compiler::*default-system-p* t)(compiler:: > > *default-data-file* t))(si::compiler-state-fns)(si::do-recompile nil))" > | ./saved_ansi_gcl > > GCL (GNU Common Lisp) 2.7.0 ANSI Oct 16 2013 10:42:56 > > Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd,xgcl) > > Binary License: GPL due to GPL'ed components: (XGCL READLINE 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/ > > > >>Segmentation fault > > make[1]: *** [final] Error 139 > > make[1]: Leaving directory `/home/blake/Backup/gcl/gcl/unixport' > > make: *** [system] Error 2 > > blake@vm-mint-14 ~/Backup/gcl/gcl $ > > > > -- > Camm Maguire [email protected] > ========================================================================== > "The earth is but one country, and mankind its citizens." -- Baha'u'llah >
_______________________________________________ Gcl-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gcl-devel
