Working through the hello-world example in "A guided tour of CLIM 2006", I get an error.  I think I need to do more CLX setup for MacOS X, but I'm unsure how to proceed.  The error is below.  Any help would be appreciated.
<br><br>The value NIL is not of type NUMBER.<br>   [Condition of type TYPE-ERROR]<br><br>Restarts:<br>  0: [ABORT-REQUEST] Abort handling SLIME request.<br>  1: [ABORT] Exit debugger, returning to top level.<br><br>Backtrace:
<br>  0: (CLIM-CLX::PARSE-CLX-SERVER-PATH #<unavailable argument>)<br>  1: (FIND-PORT :SERVER-PATH NIL)<br>  2: (FIND-FRAME-MANAGER)<br>  3: ((SB-PCL::FAST-METHOD RUN-FRAME-TOP-LEVEL :AROUND (APPLICATION-FRAME)) #<unavailable argument> #S(SB-PCL::FAST-METHOD-CALL :FUNCTION #<FUNCTION (SB-PCL::FAST-METHOD RUN-FRAME-TOP-LEVEL #)> :PV-CELL NIL :NEXT-METHOD-CALL NIL :ARG-INFO (1 . T)) #<HELLO-WORLD {1387D819}> NIL)
<br>  4: (SB-INT:EVAL-IN-LEXENV (RUN-FRAME-TOP-LEVEL (MAKE-APPLICATION-FRAME (QUOTE HELLO-WORLD)))<br clear="all"><br>-- <br>Chris Johnson<br><a href="mailto:Christopher.A.Johnson@gmail.com">Christopher.A.Johnson@gmail.com
</a>