Package: libusb
Version: 2:0.1.12-2

If you try to include libusbpp.h after defining
USE_UNTESTED_LIBUSBPP_METHODS the including file wil not compile,
error is
   /usr/include/usbpp.h:57: error: 'QByteArray' has not been declared

This is also prevents you from compiling libusbpp.c with that define,
since the offending type, used in the declaration of
Device::buikWrite() of  is not used in the signature of  the method
implementation of Device::buikWrite().

The signature in usbpp.h should be changed to unsigned char* to match
the .c file.

Bruce Cohen
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to