Re: [Owfs-developers] issues building owfs from github source

2016-12-09 Thread Martin Patzak (GMX)
On 12/08/2016 06:53 PM, Martin Patzak (GMX) wrote: On 12/08/2016 05:46 PM, Stefano Miccoli wrote: ... to have files in /opt/owfs. (BTW: I hate the idea of "$ sudo make install”: one should always first set up the /opt/owfs and then issue “make install” from an unprivileged user.) Thanks

Re: [Owfs-developers] issues building owfs from github source

2016-12-08 Thread Martin Patzak (GMX)
On 12/08/2016 07:19 PM, Matthias Urlichs wrote: > I didn't even know that you can change the default prefix. Oh well. > > On 08.12.2016 18:59, Martin Patzak (GMX) wrote: >> how do I change it? The Google-Kugel is not so helpful there... > How about using the --prefix=… option? Thank you will do s

Re: [Owfs-developers] issues building owfs from github source

2016-12-08 Thread Martin Patzak (GMX)
On 12/08/2016 06:59 PM, Tomasz Torcz wrote: > On Thu, Dec 08, 2016 at 06:53:57PM +0100, Martin Patzak (GMX) wrote: >> >> On 12/08/2016 05:46 PM, Stefano Miccoli wrote: >>> In owfs, as per co the default prefix is /opt /owfs >>> >>> configure.ac:63:AC_PREFIX_DEFAULT(*/opt/owfs*)dnl >> yes, it is t

Re: [Owfs-developers] issues building owfs from github source

2016-12-08 Thread Matthias Urlichs
I didn't even know that you can change the default prefix. Oh well. On 08.12.2016 18:59, Martin Patzak (GMX) wrote: > how do I change it? The Google-Kugel is not so helpful there... How about using the --prefix=… option? -- -- Matthias Urlichs -

Re: [Owfs-developers] issues building owfs from github source

2016-12-08 Thread Tomasz Torcz
On Thu, Dec 08, 2016 at 06:53:57PM +0100, Martin Patzak (GMX) wrote: > > > On 12/08/2016 05:46 PM, Stefano Miccoli wrote: > > In owfs, as per co the default prefix is /opt /owfs > > > > configure.ac:63:AC_PREFIX_DEFAULT(*/opt/owfs*)dnl > yes, it is the the default > how do I change it? The Googl

Re: [Owfs-developers] issues building owfs from github source

2016-12-08 Thread Martin Patzak (GMX)
On 12/08/2016 05:46 PM, Stefano Miccoli wrote: In owfs, as per co the default prefix is /opt /owfs configure.ac:63:AC_PREFIX_DEFAULT(*/opt/owfs*)dnl yes, it is the the default how do I change it? The Google-Kugel is not so helpful there... do I edit the configure script? ---

Re: [Owfs-developers] issues building owfs from github source

2016-12-08 Thread Martin Patzak (GMX)
On 12/08/2016 04:54 PM, Matthias Urlichs wrote: > On 08.12.2016 16:34, Martin Patzak (GMX) wrote: >>> As a quick fix, try >>> >>> $ ./configure --disable-swig >> that worked, thanks! >> >> BUT: after it ran through without error, I do not find anything in /opt >> there is no subdir /owfs? confuse

Re: [Owfs-developers] issues building owfs from github source

2016-12-08 Thread Martin Patzak (GMX)
On 12/08/2016 05:46 PM, Stefano Miccoli wrote: In owfs, as per co the default prefix is /opt /owfs configure.ac:63:AC_PREFIX_DEFAULT(*/opt/owfs*)dnl yes, it is the the default how do I change it? The Google-Kugel is not so helpful there... of cours you need a $ make install aha! Of course

Re: [Owfs-developers] issues building owfs from github source

2016-12-08 Thread Stefano Miccoli
In owfs, as per co the default prefix is /opt /owfs configure.ac:63:AC_PREFIX_DEFAULT(/opt/owfs)dnl of cours you need a $ make install to have files in /opt/owfs. (BTW: I hate the idea of "$ sudo make install”: one should always first set up the /opt/owfs and then issue “make install” from a

Re: [Owfs-developers] issues building owfs from github source

2016-12-08 Thread Matthias Urlichs
On 08.12.2016 16:34, Martin Patzak (GMX) wrote: >> As a quick fix, try >> >> $ ./configure --disable-swig > that worked, thanks! > > BUT: after it ran through without error, I do not find anything in /opt > there is no subdir /owfs? confused Why /opt? the default for "make install" is /usr/local, u

Re: [Owfs-developers] issues building owfs from github source

2016-12-08 Thread Martin Patzak (GMX)
> As a quick fix, try > > $ ./configure --disable-swig that worked, thanks! BUT: after it ran through without error, I do not find anything in /opt there is no subdir /owfs? confused I do not build very often, so I am sorry to have to ask those questions Martin --

Re: [Owfs-developers] issues building owfs from github source

2016-12-08 Thread Matthias Urlichs
On 08.12.2016 15:43, Jan Kandziora wrote: > As a quick fix Does anybody even use SWIG any more (as opposed to talking to owserver)? -- -- Matthias Urlichs -- Developer Access Program for Intel Xeon Phi Processors Access

Re: [Owfs-developers] issues building owfs from github source

2016-12-08 Thread Jan Kandziora
Am 08.12.2016 um 15:34 schrieb Martin Patzak (GMX): > > /Making all in php > make[3]: Entering directory '/home/mnm/git/owfs/owfs-code/module/swig/php' > CC ow_wrap.lo > ow_wrap.c:706:18: fatal error: zend.h: No such file or directory > #include "zend.h" > ^ > compilation

[Owfs-developers] issues building owfs from github source

2016-12-08 Thread Martin Patzak (GMX)
Hello all, I am trying to build the latest owfs from github (and I thought this was the easy part ;) - building it as a debian package for the ARM platform will surely proofe to be harder still) What I did so far: /git clone git://git.code.sf.net/p/owfs/code owfs-code/ / //cd owfs-code/ /./