tags 656562 +patch
Here is a patch for /usr/include/libusb.h
This bug is blocking the compilation of my package libccid on kfreebsd
https://buildd.debian.org/status/fetch.php?pkg=pcsc-lite&arch=kfreebsd-i386&ver=1.8.2-1&stamp=1327085304
Thanks
--
Dr. Ludovic Rousseau
---
Package: libusb2-dev
Version: 8.2+ds1-3
Severity: important
Tags: patch
$ cat libusb_bug.c
#include
int main(void)
{
return 0;
}
$ make libusb_bug
cc libusb_bug.c -o libusb_bug
In file included from libusb_bug.c:1:0:
/usr/include/libusb.h:196:2: error: unknown type name ‘uint8_t’
2 matches
Mail list logo