Hi Uwe, On Thursday, 8. September 2011 10:15:07 Uwe Bonnes wrote: > libusb named the private header libusbi.h, but I don't like ftdii.h and > so named it ftdi_i.h.
Hmm, this broke the python wrapper build: build/bindings/ftdiPYTHON_wrap.c: In function ‘_wrap_ftdi_eeprom_vendor_id_set’: build/bindings/ftdiPYTHON_wrap.c:3918:19: error: dereferencing pointer to incomplete type build/bindings/ftdiPYTHON_wrap.c: In function ‘_wrap_ftdi_eeprom_vendor_id_get’: build/bindings/ftdiPYTHON_wrap.c:3940:25: error: dereferencing pointer to incomplete type build/bindings/ftdiPYTHON_wrap.c: In function ‘_wrap_ftdi_eeprom_product_id_set’: build/bindings/ftdiPYTHON_wrap.c:3970:19: error: dereferencing pointer to incomplete type Do you have "swig" installed on your devel box? > Probably Doxygen header and entries are missing here. Thomas, if you add > the header and point me to missing things, I will try to add the missing > things No special doxygen header is used as far as I know. What exactly do you mean by "missing things"? Missing doxygen documentation for some of the new functions? btw: I started a "TODO" file based upon Xiaofan's list (sent a while ago). Please let me know I you want to add something to it. Cheers, Thomas -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
