[Openmcl-devel] Re: compiling cl-sdl with openmcl
Matthew Danish
mdanish at andrew.cmu.edu
Mon Jan 27 14:11:42 PST 2003
On Mon, Jan 27, 2003 at 08:54:00PM +0100, nik gaffney wrote:
> > > ? (require :sdl)
> > > ;;; Please wait, recompiling library...
> > > ;;; Please wait, recompiling library...
> > >
> > > > Error: Can't create directory /usr/lib/common-lisp/openmcl/sdl-ffi/.
> > > > While executing: ENSURE-DIRECTORIES-EXIST
> > > > Type :POP to abort.
> > >
> > Permissions?
>
> i was hoping it was that easy also. its running with common-lisp-controller,
> so the dirs are chown'ed + chgrp'ed to cl-builder (i also tried as root and
> as a user) even more strangely the directory disappears if i mkdir it
> manually to ENSURE it exists.. . .
>
> unfortunately it looks like something else is the problem. (but i cant really
> see why?)
>
Hrm. Well, clc-send-command recompile ... ... should be used to
recompile sdl-ffi, etc, before trying to load it. Alternatively, you
can get the sources into a temporary directory and try to build it
directly using ASDF... (asdf:oos 'asdf:load-op 'sdl) etc. Remember to
remove it from c-l-c's repository before doing this, however.
--
; Matthew Danish <mdanish at andrew.cmu.edu>
; OpenPGP public key: C24B6010 on keyring.debian.org
; Signed or encrypted mail welcome.
; "There is no dark side of the moon really; matter of fact, it's all dark."
_______________________________________________
Openmcl-devel mailing list
Openmcl-devel at clozure.com
http://clozure.com/cgi-bin/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list