[Gbbopen-list] Any way to have GBB Open leave *PACKAGE* alone?

Dan Corkill corkill at gbbopen.org
Mon Mar 19 22:52:07 EDT 2012


> Right.  What we ended up doing is defining a pseudo ASDF system that has
> as a PERFORM method, a call to STARTUP-MODULE.  Thanks!  Your pointer
> got us on the right track.

There is also an ASDF system definition mechanism for GBBopen's modules. (See
the "ASDF,  clbuild, and Quicklisp users" box in the Starting Up chapter of 
the GBBopen Reference Manual.)  

If you installed GBBopen using clbuild or Quicklisp, ASDF has been informed 
of GBBopen's <install-dir>/gbbopen.asd system-definition file. Otherwise, 
you must add the gbbopen.asd file to ASDF's Registry manually. Then, the Module 
Manager and GBBopen module definitions can be loaded using ASDF by entering:

  cl-user> (asdf:operate 'asdf:load-op :gbbbopen) 

or when ASDF is integrated with Common Lisp's require:

  cl-user> (require :gbbopen)

Using either of these expressions defines an ASDF system for every GBBopen 
module.  (See, GBBopen can play nice...)

-- Dan



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the Gbbopen-list mailing list