Hello!
I have been trying out c2ffi and swig for generating bindings of a library without any luck. With c2ffi, i generated the xml output from gccxml and parsed them using c2ffi. But all i get in the output is:
(in-package :cl-foo)
I am using gccxml from cvs. Has someone successfully generated bindings using another tool? Any tips that i should follow?
I am using gccxml from cvs. Has someone successfully generated bindings using another tool? Any tips that i should follow?
take a look at verrazano: http://common-lisp.net/project/fetter/
check the repo, it has examples.