From jek at aikon29.net Wed Aug 11 00:44:37 2004 From: jek at aikon29.net (Steve Erhart) Date: Tue, 10 Aug 2004 20:44:37 -0400 Subject: [clhp-devel] Installation Help Message-ID: <41196BF5.3000103@aikon29.net> I'm getting the following compiler error when I run make: /usr/bin/lisp -noinit -load config/lispc -eval '(make)' config/build-core.lisp ; Loading #p"/root/clhp-0.2.1alpha/config/lispc.x86f". ; LISPC -- compiling config/build-core.lisp ; Python version 1.1, VM version Intel x86 on 10 AUG 04 07:30:52 pm. ; Compiling: /root/clhp-0.2.1alpha/config/build-core.lisp 14 NOV 03 05:38:26 pm ; Comment: $Id: build-core.lisp,v 1.6 2003/11/10 15:39:04 aventimiglia Exp $ ; Loading #p"/root/clhp-0.2.1alpha/config/lisp-init.lisp". ; Byte Compiling Top-Level Form: ; Compilation unit aborted. ; Compilation aborted after 0:00:00. ; LISPC -- COMPILER-ERROR Compilation failed. I'm sorry that this error report is so poor, compilation is being done via config/lispc.lisp. If you want to no what failed, you can try to compile interactively, or improve lispc.lisp to give more detailed error reports. make: *** [config/build-core.x86f] Error 1 I'm rather new to lisp, so I'm not quite sure how to compile interactively to see what is failing. It doesn't seem to be getting very far. Hopefully someone can point me in the right direction.