I have problems using 'chicken-bind'. I'm trying to make 'mosquitto', the MQTT library, available to Chicken. But
chicken-bind -follow-include mosquitto.h
gives me a practically empty 'mosquitto.scm' file:
-------------------- 8< ----------------
;;; GENERATED BY CHICKEN-BIND FROM mosquitto.h
(begin)
;;; END OF FILE
-------------------- 8< ----------------
Any idea, where I should look for the solution of this?
/Christoph
--