stumpwm-devel
[Top][All Lists]
Advanced

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

[STUMP] help getting started


From: Joe Corneli
Subject: [STUMP] help getting started
Date: Fri, 27 Feb 2004 04:55:49 -0600

I was pretty sure I had succesfully gotten to the point

> (asdf:operate 'asdf:load-op 'stumpwm)

and what I get back is

*** - Condition of type ASDF:MISSING-DEPENDENCY.

Here is what I have installed:

> (list-all-packages)
(#<PACKAGE GSTREAM> #<PACKAGE GRAY> #<PACKAGE I18N> #<PACKAGE SOCKET>
 #<PACKAGE SCREEN> #<PACKAGE CUSTOM> #<PACKAGE EXT> #<PACKAGE CLOS>
 #<PACKAGE CHARSET> #<PACKAGE KEYWORD> #<PACKAGE SYSTEM> #<PACKAGE 
COMMON-LISP-USER>
 #<PACKAGE COMMON-LISP> #<PACKAGE MAKE> #<PACKAGE CL-ENVIRONMENT-LOADER>
 #<PACKAGE CL.ENVIRONMENT> #<PACKAGE CL.EXT.CONFIGURATION> #<PACKAGE PORT>
 #<PACKAGE ASDF>)


My .clisprc (!!) is below. It is a bit ragged.  I had to do some
serious twiddling of pathnames in the CLOCC to get to this point.

Joe

PS - do I need all the stuff in the .clisprc that comes prior to the
comment?  The documentation in the port package seemed to make it
seem desireable - but now I'm not so sure.


;; -*- mode: Lisp -*-

(setq *clocc-root* "/usr/local/src/clocc/")
(load (concatenate 'string *clocc-root* "src/defsystem-3.x/defsystem"))
(load (concatenate 'string *clocc-root* 
"src/port/environment/load-cl-environment.lisp"))
(load (concatenate 'string *clocc-root* 
"src/port/configuration/load-cl-configuration.lisp"))

(load-cl-configuration-library
 :directory "/usr/local/src/clocc/src/port/configuration/"
  :compile-first-p nil)

(cl-user::load-cl-environment-library :directory 
"/usr/local/src/clocc/src/port/"
                                   :compile-first-p nil)

;; all of the above I felt obliged to load by the documentation of the port 
package
;; -- I don't know if it is really needed.  

(load (concatenate 'string *clocc-root* "src/port/ext.lisp"))
(load (concatenate 'string *clocc-root* "src/port/gray.lisp"))
(load (concatenate 'string *clocc-root* "src/port/path.lisp"))
(load (concatenate 'string *clocc-root* "src/port/proc.lisp"))
(load (concatenate 'string *clocc-root* "src/port/shell.lisp"))
(load (concatenate 'string *clocc-root* "src/port/sys.lisp"))

(load "/usr/local/src/asdf/asdf.lisp")




reply via email to

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