[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scigraph



The next obstacle I have encountered in loading scigraph is in the file
dwim:tv.lisp. The code below presents a problem. I am using clim-1.1 &
MCL 2.0.

;;;************** Code from tv.lisp ***********

(defvar *default-server-path*
    #FEATURE-CASE
  (((and :clim-1.0 :genera) '(:sheet :screen (tv:console-default-superior)))
   ((and :clim-1.0 :xlib (not :genera)) '(:clx))
   (:clim-0.9 '(:clx))
   (:clim-2 '(:motif))
   ((not :clim) nil)))

;;;*************** End code from tv.lisp **********

Any suggestions would be appreciated.
Thanks,
Sheldon