<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello all,<div><br></div><div>I'm working on a raspberry pi, I have the latest checked out from svn </div><div><pre style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-color: rgb(238, 238, 238); font-size: 14px; line-height: 17px; font-weight: 100; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">svn co <a href="http://svn.clozure.com/publicsvn/openmcl/trunk/linuxarm/ccl">http://svn.clozure.com/publicsvn/openmcl/trunk/linuxarm/ccl</a></pre><div>On other versions of ccl, I can do the following:</div></div><div><br></div><div><div>>(use-interface-dir :libc)</div><div>#<INTERFACE-DIR :LIBC #P"libc/" #xC179C56></div></div><div>> #$IOC_VOID</div><div>536870912</div><div><br></div><div>but on the arm install, it appears to work when I call (use-interface-dir :libc)</div><div>but when I try to reference the same constant, or any function that should be in there (notably #_ioctl) - I get an error that it doesn't exist.</div><div><br></div><div>Do I need to rebuild the headers? Something else? Wrong forum?</div><div><br></div><div>I'm willing to do a bit of legwork, to get this fixed up, but I thought I'd start here to see if there are any hints.</div><div><br></div><div>Thanks,</div><div>Kelly</div></body></html>