well, it seems actually those functions are not defined in the CL-USER
package, are they?
so if you replace 'cl-user with 'your-package, it will work...

by the way, another way to do this (i remembered SLIME used something like
this somewhere...):
you can use something like this as epilogue-code
'(eval (read-from-string "(progn (your-package:process-cmdline)
(your-package:start-server))"))

2012/6/12 Antonio Bonifati <[email protected]>

> Even if I use an uppercase string I get the same error. I am using this
> call:
>
> (asdf:make-build :my-pkg :type :program :epilogue-code
>   '(progn (funcall (intern "PROCESS-CMDLINE" 'cl-user)) (funcall (intern
> "START-SERVER" 'cl-user))))
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Ecls-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ecls-list
>
>


-- 
Wir müssen wissen; wir werden wissen!
CrLF.0710
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to