[Openmcl-devel] X11 from scratch
Taoufik Dachraoui
taoufik.dachraoui at wanadoo.fr
Fri Oct 16 08:00:57 PDT 2009
Dear,
I would like to create an X11 package from scratch using FFI and need
some help
I did create an X11/C/populate.sh file in the headers directory with
all .h files in /usr/include/X11/ directory.
In ccl prompt I did the following:
ccl> (require "PARSE-FFI")
ccl> (ccl::parse-standard-ffi-files :X11)
ccl> (use-interface-dir :X11)
and now I do not know what to do.
I would like to create an X11 package and use as following:
> (require :X11)
> (xcreatewindow ...)
Or use asdf to load the :X11 package
Thank you for your help
Taoufik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20091016/214a1840/attachment.htm>
More information about the Openmcl-devel
mailing list