default-icons.lisp

Paul Werkowski pw at snoopy.qozzy.com
Fri Apr 23 15:36:57 UTC 2021


(make-pathname :directory '(:relative "data/icons")

"data/icons" is not a valid directory component unless the underlying OS 
allows "/" character in names. At least on Windows is should be 
'(:relative "data" "icons").

Paul





More information about the mcclim-devel mailing list