> On 05 Feb 2016, at 07:36, Dean Waldow <waldo...@plu.edu> wrote:
> 
> $ brew install pkg-config
> 

Sorry my fault: I have a bunch of brew packages installed and was not able to 
track down all dependencies…: I read the thread to late to give advice.

Just a few comments. 

Fuse is really not necessary: it is handy to have it for exploring the owfs 
tree, but for shell scripting it is better to use owdir/owread/owwrite

In your config the perl/python/php/tcl language binding are not available due 
to the lack of swig. If you brew-install swig you should unlock the 
perl/python/php/tcl bindings.

BTW this is partially a bug in ./configure: in fact there are two different 
language bindings. One is based on libow+swig (source in module/swig) and 
should be locked. The other one, in module/ownet is based on the owserver tcp 
protocol, and does not require swig and libow: this one should be available 
even is swig is not installed. (Of course, having just a single item for each 
language simplify things a lot, but having to install swig to unlock the ownet 
python bindings makes not much sense to me.)

I have a personal distaste for swig, so after a while I found it more 
convenient to implement my own python language bindings, see 
http://pyownet.readthedocs.org/en/latest/ 
<http://pyownet.readthedocs.org/en/latest/>

If you install swig, pay attention that most of the scripting languages 
interfaces will be installed outside of the —prefix directory: if you are 
paranoid (like me) on keeping very isolated developing environments this could 
be a little bit annoying.

S.

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to