Install problem
Helmut Jarausch <[email protected]> Mon, 09 Mar 2015 20:41:57 +0100
| Newsgroups | gmane.lisp.matlisp.devel |
|---|---|
| Message-ID | <4asfTwsfG6UVsijiqMWKUX@amI5mwFgKG4PZzqfYpjJ8> |
Hi,
I have checked out the GIT version of Matlisp. To build the package
I've followed the instructions on the GIT web page:
autoreconf --install
configure --enable-sbcl --with-lisp-exec=/usr/bin/sbcl \
--with-atlas=/usr/lib64/libatlas.so --enable-static=no \
--libdir=$PWD/lib
make
This fails:
compiling file "/Src/Src/LANG/Lisp/matlisp-9999/packages.lisp" (written 09 MAR 2015 07:38:12 PM):
; compiling (DEFPACKAGE "FORTRAN-FFI-ACCESSORS" ...)
debugger invoked on a SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread
#<THREAD "main thread" RUNNING {1002D36953}>:
The name "CFFI" does not designate any package.
I have the cffi package installed here.
When I do
(require :cffi)
(load packages.lisp)
it succeeds.
I'm using SBCL-1.2.9 here
Many thanks for a hint,
Helmut
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/