Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#407 closed defect (fixed)

build-from-lisp.sh script doesn't work

Reported by: dkochmanski Owned by:
Priority: major Milestone: 1.4.0
Component: build Version: 1.4.0-dev
Keywords: Cc:
Parent Tickets:

Description

I've checked out the repository head of ABCL and tried building it with with the build-from-lisp.sh script with the result below (same applies to sbcl implementation used). ANT build works fine.

[lisps-user@pandora abcl]$ ./build-from-lisp.sh ccl
> Error: File #P"/home/lisps-user/sources/abcl/customizations.lisp" does not exist.
> While executing: CCL::%LOAD, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Skip evaluation of (progn (build-abcl:build-abcl :clean t :full t :batch t) (ccl:quit))
> Type :? for other options.
1 > 

Change History (2)

comment:1 Changed 8 years ago by Mark Evenson

Resolution: fixed
Status: newclosed

In order to use this script, one needs to create the 'customizations.lisp' file with appropriate settings.

An explicit message about missing the necessary configuration file has been added as part of <http://abcl.org/trac/changeset/14846>.

comment:2 Changed 8 years ago by Mark Evenson

Milestone: 1.4.0
Version: 1.4.0-dev
Note: See TracTickets for help on using tickets.