Lisp HUG Maillist Archive

The FUNCTON argument to DELIVER is not a fbound symbol or a function

LW 6.1.1 

Just recently  when I go to recompile an old program it pops up:

"Error during initialization: The FUNCTON argument to DELIVER is not a fbound symbol or a function: FOO"

Yet in the delivery script, I have:

(deliver 'FOO "MyPath\\MyProgramFOO" 0   :ICON-FILE "MyIcon.ico"   :STARTUP-BITMAP-FILE "MySplashScreen.bmp":keep-macros t)


Any idea what might be the cause?


--
Regards,

William

Re: The FUNCTON argument to DELIVER is not a fbound symbol or a function

Have you checked that FOO is really defined? I would interpret the error message as if FOO wasn't defined as a function.

Erik


 
14 jan 2014 kl. 21:45 skrev William P. Proffitt:

LW 6.1.1 

Just recently  when I go to recompile an old program it pops up:

"Error during initialization: The FUNCTON argument to DELIVER is not a fbound symbol or a function: FOO"

Yet in the delivery script, I have:

(deliver 'FOO "MyPath\\MyProgramFOO" 0   :ICON-FILE "MyIcon.ico"   :STARTUP-BITMAP-FILE "MySplashScreen.bmp":keep-macros t)


Any idea what might be the cause?


--
Regards,

William

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