I am an struggling with using a C++ library I have just sucessfully compiled on ubuntu in sbcl.
I have tried to use the .h file parser 'ah2cl' but from the documentation it is not clear if I require UFFI or CFFI (is there a difference?). My attempts to use the dummy test library and the dummy header file provided with 'ah2cl' have failed. I get a message about a missing CALLBACK package from sbcl. But does sbcl not support callback natively ?
Is there another .h file parser that I should use for this kind of task ?