build-from-lisp.sh script doesn't work
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)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Milestone: |
→ 1.4.0
|
Version: |
→ 1.4.0-dev
|
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>.