Hallo

I am trying to install owfs on Raspberry Pi again. I seems to struggle with
the libusb :

../../../owlib/src/include/ow.h:302:20: fatal error: libusb.h: No such file
or directory
compilation terminated.
Makefile:556: recipe for target 'ow_dnssd.o' failed
make[4]: *** [ow_dnssd.o] Error 1
make[4]: Leaving directory '/home/pi/owfs-3.1p0/module/owshell/src/c'
Makefile:424: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/pi/owfs-3.1p0/module/owshell/src'
Makefile:424: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/pi/owfs-3.1p0/module/owshell'
Makefile:438: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/owfs-3.1p0/module'
Makefile:484: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


It seems to be unable to find the libusb header file.

Where whould it be located?


This time I installed libusb directly from source and compiled it, like
this:

wget
http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.9/libusb-1.0.9.tar.bz2
tar xjf libusb-1.0.9.tar.bz2
cd libusb-1.0.9
~/work/libusb-1.0.9 $ ./configure
~/work/libusb-1.0.9 $ make
~/work/libusb-1.0.9 $ sudo make install

Which I did because just running :
sudo apt-get install libusb-dev
terminated successfully not was enough,
because the ./configure of owfs would give a USB: Disable

This however should wok according to:
http://www.noveldevices.co.uk/rp-1-wire


Thanks for any help.

With best regards,

Eric
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to