[Owfs-developers] cygwin

2006-10-17 Thread Roberto Spadim
can't find resolv.h?! is resolv.h an library or anything else that my cygwin don't have? checking for termios.h... yes checking for unistd.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdint.h... (cached) yes chec

Re: [Owfs-developers] configure changes for Python in 2.5p4

2006-10-17 Thread Christian Magnusson
The first patch in module/perl5/perl5.m4 is fixed... it was a typo nobody has found before. AC_ARG_WITH(perl5, [ --with-perl5Set location of Perl executable],[ PERLBIN="$withval"], [PERLBIN=yes]) The fix for PYLIB should not be needed... and then PYLIB should be a directory... not a

[Owfs-developers] configure changes for Python in 2.5p4

2006-10-17 Thread Brad Clements
Here's a patch for configure. For some reason PERL options is still using --with-python switch, and also, its not possible to specify PYLIB on configure command line. I'm not really sure how to properly fix configure. Here's my command line: ./configure_fixed --disable-owphp --disable-owperl

[Owfs-developers] python AttributeError in 2.5p4 again

2006-10-17 Thread Brad Clements
This same problem I reported a few months back is still in 2.5p4 I am polling a USB adapter once per second, after a while some sensors come up missing (thats ok), but then I still get this error: . . . . . . . . . . . . . . . . . . . . missing buttons Set([Sensor("/05.893A2600")]) . .

Re: [Owfs-developers] Cache System

2006-10-17 Thread Roberto Spadim
--cache_size is not documentated on website? Paul Alfille escreveu: > Done! > > --cache_size=100 from the command line (or configuration file). > default is cache_size=0 which means no limit > > The limit is a little squishy, no more items can be added once the > cache is exceeded. > > Some p