[This may be an old question, but I have so far failed to find a similar thread using the gmane's search interface.] Hello, I am using libjpeg (libjpeg.so) and so had to use the FFI/Alien facility of cmucl. But libjpeg has quite a large # of long header files which need to be translated in cmucl syntax. Despite running some long boring searching missions using google, I have so far failed to detect the perfect tool for the purpose. (In its absence, I am using an intermediary object file which declares 2/3 wrapper functions which are then declared in the lisp file too.) The nearest hit was swig (www.swig.com) but this one too has no facility for C-2-cmucl FFI translation. I have read about such C-2-Lisp translators in the CMU Lisp FAQ. Now my question is, is there any 'C header to cmucl FFI' translator really exists ? Progga
