Re: [Owfs-developers] Installing newest owfs on Raspberry

2015-05-23 Thread cvb
Hi Roland, > I get owfs-3.1p0 on my rpi with GCC compiled including libusb. > Only PHP is disabled. > BUT, I use the following changes in the makefiles: > (Shown as patch between the original and my modificated > version) That is great, with these patches, it is compiling ok here as well. Thanks

Re: [Owfs-developers] Installing newest owfs on Raspberry

2015-05-23 Thread cvb
Hi Roland, thanks for looking into this! > have you add the modification from your first mail here now also? Yes. Without that patch, compiling doesn't get far. With that patch, and also with... > "./configure --disable-swig" I get until libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src

Re: [Owfs-developers] Installing newest owfs on Raspberry

2015-05-23 Thread Roland Franke
liche Nachricht- From: Roland Franke Sent: Saturday, May 23, 2015 11:01 AM To: OWFS (One-wire file system) discussion and help Subject: Re: [Owfs-developers] Installing newest owfs on Raspberry Hello, have you add the modification from your first mail here now also? Can you build the system with an

Re: [Owfs-developers] Installing newest owfs on Raspberry

2015-05-23 Thread Roland Franke
discussion and help Subject: Re: [Owfs-developers] Installing newest owfs on Raspberry > gcc -c -I../../../../src/include -I../../../owlib/src/include > -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector > -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE >

Re: [Owfs-developers] Installing newest owfs on Raspberry

2015-05-23 Thread cvb
> gcc -c -I../../../../src/include -I../../../owlib/src/include > -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector > -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -DPERL_POLLUTE -O2 -g -DVERSION=\"3.1p0\" > -DXS_VERSION=\"3.1p0\" -fPIC "-I/usr

Re: [Owfs-developers] Installing newest owfs on Raspberry

2015-05-22 Thread cvb
> sudo apt-get install libusb-1.0-0-dev Have that installed already. I deleted everything, unpacked the archive, applied the patch, reran configure and then make. That did actually take me further. Now I get a similar error at a much later point in time: Checking if your kit is complete... Loo

Re: [Owfs-developers] Installing newest owfs on Raspberry

2015-05-22 Thread Mick Sulley
Ah, no. I wasn't sure so just ran configure again and USB is disabled. I think you need to install the header file for USB sudo apt-get install libusb-1.0-0-dev I just tried that, re-ran config and now USB is enabled Mick On 22/05/15 16:44, c...@kruemel.org wrote: > Hi Mick, > >> I

Re: [Owfs-developers] Installing newest owfs on Raspberry

2015-05-22 Thread cvb
Hi Eric, > I ran into similar problems as you (loading files failure during > make/compilation). > > I don't know if this is the issue here as well but: > For me the problem was the Perl was not running properly on > the raspberry pi. That caused all the compilation errors. What did you do to fi

Re: [Owfs-developers] Installing newest owfs on Raspberry

2015-05-22 Thread cvb
Hi Mick, > I have 3.1p0 installed and running on a Pi. Compiled and ran without > any issue. Thanks for your reply. Did you compile owfs with USB support? I have a LinkUSBi, I'm not using GPIO. > This is my list of stuff to install, you probably don't need all of > this, e.g. mysql Except for

Re: [Owfs-developers] Installing newest owfs on Raspberry

2015-05-22 Thread Mick Sulley
I have 3.1p0 installed and running on a Pi. Compiled and ran without any issue. This is my list of stuff to install, you probably don't need all of this, e.g. mysql sudo apt-get update sudo apt-get -y dist-upgrade sudo apt-get install apache2 php5 php5-cgi php5-mysql libfuse-dev libusb-dev

[Owfs-developers] Installing newest owfs on Raspberry

2015-05-22 Thread Eric Baumann
Hallo Chris I ran into similar problems as you (loading files failure during make/compilation). I don't know if this is the issue here as well but: For me the problem was the Perl was not running properly on the raspberry pi. That caused all the compilation errors. Kind regards, Eric --

[Owfs-developers] Installing newest owfs on Raspberry

2015-05-22 Thread cvb
Hi, trying to compile owfs 3.1p0 for the raspberry, I'm getting this error: In file included from ow_dnssd.c:17:0: ../../../owlib/src/include/ow.h:302:20: fatal error: libusb.h: No such file or directory compilation terminated. Googling, I have found that previously there was a similar thread h