Re: SV: [Owfs-developers] Problem in building the latest CVS dropof OWFS on Slackware

2006-05-26 Thread Paul Alfille
Great. It just arrived in the mail. Paul On 5/26/06, Christian Magnusson <[EMAIL PROTECTED]> wrote: I installed Suse 10.1 yesterday, and I have several installed python packages... and one is python-devel ! Python-2.4.1-3 Python-devel-2.4.1-3 /Christian > -Ursprungligt meddelande-

SV: SV: [Owfs-developers] Problem in building the latest CVS dropof OWFS on Slackware

2006-05-26 Thread Christian Magnusson
I installed Suse 10.1 yesterday, and I have several installed python packages... and one is python-devel ! Python-2.4.1-3 Python-devel-2.4.1-3 /Christian > -Ursprungligt meddelande- > Från: [EMAIL PROTECTED] [mailto:owfs-developers- > [EMAIL PROTECTED] För Paul Alfille > Skickat: den 2

SV: [Owfs-developers] FUSE/OWFS link weirdness

2006-05-26 Thread Christian Magnusson
  How about compiling fuse with FUSE_USE_VERSION=26 too?   I bet you have missed that if you are using the compat-functions.   I have compiled fuse-2.6-packages for unslung 6.8 (Linksys NSLU2) and fuse-2.4.2 for openwrt rc5 (Linksys WRT54 etc), and those packages works perfect for me. Y

Re: [Owfs-developers] Syntax error in ow_net.c

2006-05-26 Thread Paul Alfille
Fixed, thank you. On 5/26/06, Vincent Fleming <[EMAIL PROTECTED]> wrote: I've ported owfs-2.3p7 to OpenWRT Kamikaze (the latest and greatest), and have had some problems during the port. I turned off the MT to try and isolate the problems, and discovered the syntax error. I've since hunted dow

[Owfs-developers] Update on C api -- owcapi

2006-05-26 Thread Paul Alfille
Summary: owacpi has been updated, examples included, and man page created. Background: There are many ways to access the OWFS system. Through the filesystem, from a webbrowser, or directly in your programs. The direct approach involves using the same libraries that owfs and owhttpd use, but "wra

[Owfs-developers] FUSE/OWFS link weirdness

2006-05-26 Thread Vincent Fleming
Well, I tracked down the “df” problem…   I ported fuse-2.6.0pre2 to OpenWRT, but when I link libfuse with owfs-2.3p7, the linker links owfs to the older backward-compatible versions of some of the FUSE code.  Specifically, it seems to be anything where fuse uses .symver directives.   In

Re: SV: [Owfs-developers] Problem in building the latest CVS dropof OWFS on Slackware

2006-05-26 Thread Paul Alfille
I knew I should be more specific. I meant Suse 10.0 I get the same problem with python: coreutils and no setup.py There isn't a python-dev package for Suse, per se, but I've tried installing all the many python packages without success. The only issue is that I can't build owpython rpms for relea

RE: SV: [Owfs-developers] Problem in building the latest CVS dropof OWFS on Slackware

2006-05-26 Thread Gregg C Levine
Hello! I see. The few times I've used that release number something ended up going for what we call around here an engineering casualty. Very messy, and time consuming. Also a bloody nuisance and an inconvenience. So I've essentially decided to stick to the one I have 10.1, and add stuff from eithe

RE: [Owfs-developers] Syntax error in ow_net.c

2006-05-26 Thread Vincent Fleming
I've ported owfs-2.3p7 to OpenWRT Kamikaze (the latest and greatest), and have had some problems during the port. I turned off the MT to try and isolate the problems, and discovered the syntax error. I've since hunted down my problem - it was the 2.6 kernel USB that is broken; the 2.4 kernel USB

Re: SV: [Owfs-developers] Problem in building the latest CVS drop of OWFS on Slackware

2006-05-26 Thread Christian Magnusson
Ok... I haven't tried that old version... :) BTW: I made some changes in the argument handling for owcapi and the example code. /Christian On Fri, 2006-05-26 at 08:27 -0400, Paul Alfille wrote: > 10.0 > > On 5/26/06, Christian Magnusson <[EMAIL PROTECTED]> wrote: > > > > I installed Slackwa

Re: [Owfs-developers] Syntax error in ow_net.c

2006-05-26 Thread Paul Alfille
Thank you. I've a question for you. Why do you find multithreading undesirable. I originally though it wouldn't work on embedded appliances, but Christian has proven me wrong. Should I keep the option available? Paul Alfille On 5/26/06, Vincent Fleming <[EMAIL PROTECTED]> wrote: FYI all;

Re: [Owfs-developers] Syntax error in ow_net.c

2006-05-26 Thread Christian Magnusson
Thanks... It's fixed now. On Fri, 2006-05-26 at 08:39 -0400, Vincent Fleming wrote: > FYI all; > > > > When configured/compiled with –disable-mt (no multithread), there is a > syntax error in owfs-2.3p7/module/owlib/src/c/ow_net.c at line 372. > > > > There’s an extraneous “)” near the en

[Owfs-developers] Syntax error in ow_net.c

2006-05-26 Thread Vincent Fleming
FYI all;   When configured/compiled with –disable-mt (no multithread), there is a syntax error in owfs-2.3p7/module/owlib/src/c/ow_net.c at line 372.   There’s an extraneous “)” near the end of the line.   Here’s the DIFF:   --- owfs-2.3p7/module/owlib/src/c/ow_net.c.orig 2006-05-26

Re: SV: [Owfs-developers] Problem in building the latest CVS drop of OWFS on Slackware

2006-05-26 Thread Paul Alfille
10.0 On 5/26/06, Christian Magnusson <[EMAIL PROTECTED]> wrote: I installed Slackware 10.2 now... and all swig extensions installs perfectly... (after installing swig-1.3.29.tar.gz manually) > > > > This happens to me on Suse, too. > > > > I use a rather ugly "--disable-owpython" > > > > Paul

Re: SV: [Owfs-developers] Problem in building the latest CVS drop of OWFS on Slackware

2006-05-26 Thread Christian Magnusson
I installed Slackware 10.2 now... and all swig extensions installs perfectly... (after installing swig-1.3.29.tar.gz manually) > > > > This happens to me on Suse, too. > > > > I use a rather ugly "--disable-owpython" > > > > Paul Which Suse version do you use? /Christian -