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, install would be a good idea.
The last line in ./bootstrap is to do now do a .//configure/ and the a /make/, so I was mislead, that this would be it!

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 for pointing this out. The only reason for sudo here would be the lack of write privileges to opt.
Another reason, why would want to install to my local /home directory...

Thank You!


As what regards SWIG, in my opinion all the OWLIB language bindings should be disabled by default, in order to encourage the use of the OWNET clients.

If I can add a personal wish-list of changes to OWFS:

1) migrate the source on github
2) review configure.ac in order to disable most of the OWLIB language bindings
3) clean-up a lot of apparently dead code (e.g. src/rpm)

S.

On 08 Dec 2016, at 16:54, Matthias Urlichs <matth...@urlichs.de <mailto:matth...@urlichs.de>> 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? confused
Why /opt? the default for "make install" is /usr/local, unless you
configure a different prefix.


--
-- Matthias Urlichs


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net <mailto:Owfs-developers@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/owfs-developers



------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi


_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to