well, it seems actually those functions are not defined in the CL-USER package, are they?<div>so if you replace 'cl-user with 'your-package, it will work...</div><div><br></div><div>by the way, another way to do this (i remembered SLIME used something like this somewhere...):</div>

<div>you can use something like this as epilogue-code</div><div>'(eval (read-from-string "(progn (your-package:process-cmdline) (your-package:start-server))"))<br><br><div class="gmail_quote">2012/6/12 Antonio Bonifati <span dir="ltr"><<a href="mailto:antonio.bonifati@gmail.com" target="_blank">antonio.bonifati@gmail.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Even if I use an uppercase string I get the same error. I am using this call:<br><br>(asdf:make-build :my-pkg :type :program :epilogue-code<br>

  '(progn (funcall (intern "PROCESS-CMDLINE" 'cl-user)) (funcall (intern "START-SERVER" 'cl-user))))<br>
<br>
<br>------------------------------------------------------------------------------<br>
Live Security Virtual Conference<br>
Exclusive live event will cover all the ways today's security and<br>
threat landscape has changed and how IT managers can respond. Discussions<br>
will include endpoint security, mobile security and the latest in malware<br>
threats. <a href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/" target="_blank">http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</a><br>_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Wir müssen wissen; wir werden wissen!<br>CrLF.0710<br>
</div>