[Openmcl-devel] portableaserve

bryan o'connor bryan-openmcl at lunch.org
Fri Jan 21 11:14:15 PST 2005


after loading INSTALL.lisp, try loading webactions explicitly with
(asdf:operate 'asdf:load-op :webactions)

INSTALL.lisp looks like it's already doing that for you, but maybe not.

	...bryan

> I loaded aserve using INSTALL.lisp.  But none of the webactions 
> functions (specifically webaction-project) were there.  I'm kind of a 
> newbie, so maybe I'm missing something obvious.  I will look at 
> INSTALL.lisp more closely.
>
> -- Ric
>
> On Jan 21, 2005, at 10:57 AM, bryan o'connor wrote:
>
>> webactions/load.cl is still allegro specific.
>>
>> it looks like the portable way to build and load it is with the
>> asdf file webactions.asd.  the top level INSTALL.lisp should be
>> doing that for you.
>>
>> 	...bryan
>>
>>> I run into one "problem" after another.  The one I gave up on is ...
>>>
>>> ? (load "portableaserve/aserve/webactions/load.cl")
>>>> Error in process listener(1): Undefined function 
>>>> COMPILE-FILE-IF-NEEDED called with arguments 
>>>> ("portableaserve/aserve/webactions/clpage.cl") .
>>>> While executing: #<Anonymous Function #x657D1AE>
>>>> Type :GO to continue, :POP to abort.
>>
>




More information about the Openmcl-devel mailing list