Lisp HUG Maillist Archive

Delivery, LOOP

Hi all, 
Hopefully someone can answer this from
some simple past experience. If this isn't enough
info, I can provide more, but I think it's just some 
little thing I'm forgetting about delivery...


I'm running LWM 445 on Mac OS 10.3.9

When I deliver code using LOOP at a delivery
setting of 2 or higher, I'm getting an error in
the delivered executable that looks like this:

Error: Undefined operator LOOP in form (LOOP MDF::UNTIL (NULL
MDF::CARGS) DO (LET ((MDF::CURR #)) (COND (# #) (# #) (T # #)))).
  1 (continue) Try invoking LOOP again.
  2 Return some values from the form (LOOP MDF::UNTIL (NULL
MDF::CARGS) DO (LET ((MDF::CURR #)) (COND (# #) (# #) (T # #)))).
  3 Try invoking something other than LOOP with the same arguments.
  4 Set the symbol-function of LOOP to another function.
  5 Set the macro-function of LOOP to another function.

Type :b for backtrace, :c <option number> to proceed,  or :? for other options

CL-USER 1 : 1 > (quit)

-- 
=====================
Joshua Taylor
tayloj@rpi.edu


Re: Delivery, LOOP

Hello Joshua,

| Hi all, 
| Hopefully someone can answer this from
| some simple past experience. If this isn't enough
| info, I can provide more, but I think it's just some 
| little thing I'm forgetting about delivery...
| 
| 
| I'm running LWM 445 on Mac OS 10.3.9
| 
| When I deliver code using LOOP at a delivery
| setting of 2 or higher, I'm getting an error in
| the delivered executable that looks like this:
| 
| Error: Undefined operator LOOP in form (LOOP MDF::UNTIL (NULL
|...snip...|

Looks like you have not compiled the function containing LOOP. 
--
HTH,
Dmitriy Ivanov
lisp.ystok.ru


Updated at: 2020-12-10 08:52 UTC