Daniel O'Connor <docon...@gsoft.com.au> probably said:
>On 10/06/2010, at 6:54, Paul Alfille wrote:
>> You have a lot of unusual components for a remote initial
>> setup. What has worked in the past?
>Yes it is a bit tricky..

and the prolific serial adaptors are, as I understand it, somewhat
flaky at best.

>I also had to disable the installation of man pages otherwise it
>would fail when calling sed. I didn't understand what it was
>attempting to do as the command seemed nonsensical.

I just went through this and Paul included my patches and some more of
his fixes in p38.

All I currently need to do to build and run fine on FreeBSD is, after
installing fusefs-kmod from ports/packages:

#!/bin/sh

libtoolize -c -f -i
./bootstrap

LD_EXTRALIBS="-lusb"
LIBS="-lusb"
export LD_EXTRALIBS LIBS

configure # with appropriate options
make -j6


The re-libtoolizing and bootstrapping seem to be required because some
of the Linux libtool config ends up in the distribution, the -lusb
because FreeBSD doesn't have libusb-config. I also have to chmod a+r
the Python library that gets installed but that seems to be a SWIG
problem :/

My full build script is at:
  http://www.pir.net/pir/hacks/build-owfs-freebsd.sh

I'm now using a USB 1-wire controller with owfs on FreeBSD 8 with no
problems. When I have a little time I might try to create a port for
owfs to automate all of this for people.

P.

-- 
pir


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to