View Single Post
Old 11-05-2013, 09:19 AM   #3
mcng
Junior Member
 
Join Date: Nov 2013
Posts: 8
Default

After installing and deinstalling version 1.8, usbpp.h is not removed from /usr/local/include/
Code:
> find / -name usbpp.h 2>/dev/null
/usr/local/include/usbpp.h
and
Code:
ls -la /usr/local/include/usbpp.h
-rw-r--r--  1 root  wheel  24428 13 jui  2012 /usr/local/include/usbpp.h
usb.h is there as well, and libusb-0.1.4.4.4 is not removed too.
I also found remains of driver 2.x in /usr/local/lib/ (libusb-1.0).
Do I need to remove them to avoid conflicts?
mcng is offline   Reply With Quote