<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear,<div><br></div><div>I would like to create an X11 package from scratch using FFI and need some help</div><div><br></div><div>I did create an X11/C/populate.sh file in the headers directory with all .h files in /usr/include/X11/ directory.</div><div><br></div><div>In ccl prompt I did the following:</div><div><br></div><div>ccl> (require "PARSE-FFI")</div><div>ccl> <span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">(ccl::parse-standard-ffi-files :X11)</span></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="white-space: pre;">ccl> (use-interface-dir :X11)</span></font></div><div><br></div><div>and now I do not know what to do.</div><div><br></div><div>I would like to create an X11 package and use as following:</div><div><br></div><div>> (require :X11)</div><div>> (xcreatewindow ...)</div><div><br></div><div>Or use asdf to load the :X11 package</div><div><br></div><div>Thank you for your help</div><div>Taoufik</div><div><br></div></body></html>