The Apple release notes for Snow Leopard suggest using NSAppKitVersionNumber.<div>On my Snow Leopard system, I see</div><div><br></div><div>CL-USER> (apropos "NSAppKit")</div><div>X86-DARWIN64::|NSAppKitVersionNumber|</div>
<div><br></div><div>But on my 32 bit ppc Leopard system, apropos doesn't know anything about it.</div><div><br></div><div>(Both systems using ccl 1.5)</div><div><br></div><div>Neil </div><div><br><div class="gmail_quote">
On Thu, Aug 26, 2010 at 9:39 AM, Raffael Cavallaro <span dir="ltr"><<a href="mailto:raffaelcavallaro@mac.com">raffaelcavallaro@mac.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
On Aug 26, 2010, at 12:17 PM, Gary Palter wrote:<br>
<br>
> Yes, you can use (software-version).  On Mac OS X, the first number is the major release + 4, the second number is the minor release, and the third number is usually zero.<br>
><br>
> So, 9.8.0 is OS X 10.5.8 and 10.4.0  is OS X 10.6.4.<br>
<br>
</div>you can also cheat and get the product version directly (though this is not considered the correct method by apple):<br>
<br>
? (defun mac-os-x-version ()<br>
   (ccl::with-autorelease-pool<br>
       (let* ((plist<br>
               (#/dictionaryWithContentsOfFile: ns:ns-dictionary #@"/System/Library/CoreServices/SystemVersion.plist")))<br>
         (ccl::lisp-string-from-nsstring (#/valueForKey: plist #@"ProductVersion")))))<br>
<br>
? (mac-os-x-version)<br>
"10.6.4"<br>
<div class="im"><br>
warmest regards,<br>
<br>
Ralph<br>
<br>
<br>
Raffael Cavallaro<br>
</div><a href="mailto:raffaelcavallaro@me.com">raffaelcavallaro@me.com</a><br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Openmcl-devel mailing list<br>
<a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>
<a href="http://clozure.com/mailman/listinfo/openmcl-devel" target="_blank">http://clozure.com/mailman/listinfo/openmcl-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.pixpopuli.com">http://www.pixpopuli.com</a><br>
</div>