axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] build-improvements without external noweb: is it s


From: Gabriel Dos Reis
Subject: Re: [Axiom-developer] build-improvements without external noweb: is it supposed to work?
Date: 16 Feb 2007 04:31:05 -0600

"Andrey G. Grozin" <address@hidden> writes:

| On Wed, 14 Feb 2007, Bill Page wrote:
| > Quoting "Andrey G. Grozin" <address@hidden>:
| >>  ./../..//build/i686-pc-linux/bin/lisp -batch -eval \
| >>                   '(progn (mapcar (function (lambda (x) (load x))) \
| >>                           (quote ( "boothdr.o"  "exports.o"  "npextras.o"
| >>  "stage0/ptyout.o"  "stage0/btincl2.o"  "stage0/btscan2.o"
| >>  "stage0/typrops.o"  "stage0/btpile2.o"  "stage0/typars.o"
| >>  "stage0/tytree1.o"))) \
| >>                           (system::save-system "bootsys"))'
| >>
| >>  Error: The variable |
| >> |  is unbound.
| >>  Fast links are on: do (si::use-fast-links nil) for debugging
| >>  Error signalled by PROGN.
| >>  Broken at MAPCAR.  Type :H for Help.
| Doing ./configure and make in a freshly checked-out tree with the
| latest Bill's patch, I get exactly the same error:
| 
| ./../..//build/i686-pc-linux/bin/lisp -batch -eval \
|                  '(progn (mapcar (function (lambda (x) (load x))) \
|                          (quote ( "boothdr.o"  "exports.o"
| "npextras.o" "stage0/ptyout.o"  "stage0/btincl2.o"  "stage0/btscan2.o"
| "stage0/typrops.o"  "stage0/btpile2.o"  "stage0/typars.o"
| "stage0/tytree1.o"))) \
|                          (system::save-system "bootsys"))'

I just finished a build with Bill's patch -- there was only one
glitch: there was a missing closing paren.

-- Gaby




reply via email to

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