[argyllcms] Re: Issues compiling dev snapshot for spyder 3

Graeme, thanks for the reply. I have installed a bunch of missing libraries
and libusb-dev, and have got much closer, but I have another compile error
now - there are a bunch of warnings earlier about the c preprocessor but I
don't think they have anything to do with it so I've just posted the error
and it's immediate context below:


Archive ucmm/libucmm.a
Cc_ libusb/error.o
Cc_ libusb/descriptors.o
Cc_ libusb/linux.o
libusb/linux.c:441: error: conflicting types for ‘usb_bulk_write’
/usr/include/usb.h:299: error: previous declaration of ‘usb_bulk_write’ was
here
libusb/linux.c:463: error: conflicting types for ‘usb_interrupt_write’
/usr/include/usb.h:303: error: previous declaration of ‘usb_interrupt_write’
was here

        cc -c -o libusb/linux.o -DUNIX -D_THREAD_SAFE -g -DARGYLLCMS
-Ilibusb libusb/linux.c

...failed Cc_ libusb/linux.o ...
...skipped <libusb>libusb.a for lack of <libusb>libusb.a(linux.o)...
...failed updating 1 target(s)...
...skipped 1 target(s)...
...updated 82 target(s)...

Other related posts: