<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 16, 2012, at 9:35 AM, Steven Núñez <<a href="mailto:steven.nunez@illation.com">steven.nunez@illation.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">



<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif; ">
<div>
<div>
<div>I'm getting some errors related to slot-definition-name (and types) that appear to be related to conditional compilation. This page:</div>
<div><br>
</div>
<div><span class="Apple-tab-span" style="white-space:pre"><a href="http://ccl.clozure.com/manual/chapter11.2.html">http://ccl.clozure.com/manual/chapter11.2.html</a></span></div>
<div><br>
</div>
<div>Indicates that these MOP functions are exported from the CCL package, however the system I'm loading (XMLisp) has the following conditional imports:</div>
<div><br>
</div>
<div>
<div> #+:mcl</div>
<div>  (import '(ccl:slot-definition-name ccl:slot-definition-type ccl:slot-definition-initform))</div>
<div>  #+(or :ccl-5.1 :openmcl)</div>
<div>  (import '(ccl:class-slots))</div>
</div>
<div>…</div>
<div><br>
</div>
<div>Emacs helpfully colors the non-applicable conditionals in red (same color as comments), and the ccl:class-slots import is the one being executed.</div>
<div><br>
</div>
<div>Does anyone have handy the proper import conditional for ccl 1.8? Where would this be documented (:openmcl, :mcl or :ccl-X.Y) ?</div></div></div></div></blockquote><div><br></div>:openmcl will continue to be in *features*, probably forever.  Ever since ccl 1.2, we've added a new symbol to *features* based on the release version, i.e., :ccl-1.2, :ccl-1.3, etc.  The presence of a symbol like :ccl-1.4 in *features*, means we're ccl 1.4 or later.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></body></html>