Re: [Owfs-developers] OWFS on DD-WRT

2007-05-22 Thread Eric Allen
---Original Message- > > From: [EMAIL PROTECTED] [mailto:owfs- > > [EMAIL PROTECTED] On Behalf Of Paul Alfille > > Sent: den 19 maj 2007 22:54 > > To: owfs-developers@lists.sourceforge.net > > Subject: Re: [Owfs-developers] OWFS on DD-WRT > > > > Not

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-21 Thread Christian Magnusson
e.net > Subject: Re: [Owfs-developers] OWFS on DD-WRT > > Hi, > > Paul Alfille: > > If everything seem good, it's time for a new release. > > > Somebody please fix the shared library sonames before releasing (if it > hasn't happened already) so that I

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-21 Thread Christian Magnusson
PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of Christian > Magnusson > Sent: den 20 maj 2007 19:00 > To: owfs-developers@lists.sourceforge.net > Subject: Re: [Owfs-developers] OWFS on DD-WRT > > > Could you look in the config.h and see which functions were det

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-21 Thread Paul Alfille
On 5/21/07, Matthias Urlichs <[EMAIL PROTECTED]> wrote: Somebody please fix the shared library sonames before releasing (if it hasn't happened already) so that I can put out a "proper" version of the Debian packaging. Can you instruct me on what to do? Configuration issue? Paul Alfille -

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-21 Thread Matthias Urlichs
Hi, Paul Alfille: > If everything seem good, it's time for a new release. > Somebody please fix the shared library sonames before releasing (if it hasn't happened already) so that I can put out a "proper" version of the Debian packaging. (I still need to forward my patches... I know.) -- Matth

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-21 Thread Paul Alfille
Ok, fixed the problem with no-cache compiling, currently in the CVS. It's actually quite easy -- the cache is designed to be optional -- if it is full, caching fails gracefully. "Disable cache" essentially removes the caching code and puts in stube for the function calls that return failure. I ju

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-20 Thread Christian Magnusson
PROTECTED] On Behalf Of Christian > Magnusson > Sent: den 20 maj 2007 19:00 > To: owfs-developers@lists.sourceforge.net > Subject: Re: [Owfs-developers] OWFS on DD-WRT > > > Could you look in the config.h and see which functions were detected > during > the configure-sc

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-20 Thread Christian Magnusson
@@ > > > > > > pthread_mutexattr_init(&mattr); > > > > > > pthread_mutexattr_settype(&mattr, > > PTHREAD_MUTEX_ADAPTIVE_NP); > > > > > > pmattr = &mattr; > > > > > > +#endif > > /*

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-19 Thread Paul Alfille
> pthread_mutexattr_init(&mattr); > > > > pthread_mutexattr_settype(&mattr, > PTHREAD_MUTEX_ADAPTIVE_NP); > > > > pmattr = &mattr; > > > > +#endif > /* OW_MT */ > > > > > > > >

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-19 Thread Eric Allen
*From:* [EMAIL PROTECTED]: mail][mailto: [EMAIL PROTECTED]: mail]] *On Behalf Of *Eric Allen *Sent:* den 18 maj 2007 19:12 *To:* [EMAIL PROTECTED]: mail] *Subject:* Re: [Owfs-developers] OWFS on DD-WRT Interesting...If I run ./configure with --disable-mt I get the error about pthread stuff no

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-18 Thread Christian Magnusson
s.sourceforge.net Subject: Re: [Owfs-developers] OWFS on DD-WRT Interesting...If I run ./configure with --disable-mt I get the error about pthread stuff not being present. If I run it with --disable-cache I get an error about the cache functions not being present (listed below). If I enable both it

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-18 Thread Eric Allen
have PTHREAD_MUTEX_ADAPTIVE_NP defined in > pthread.h. It's defined in all uclibc versions I have seen. > > > > Which uclibc-version do you have? > > > > /Christian > > > > > > > > *From:* [EMAIL PROTECTED]: mail][image: > mail] [mailt

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-17 Thread Eric Allen
ent:* den 16 maj 2007 06:04 *To:* [EMAIL PROTECTED]: mail] *Subject:* Re: [Owfs-developers] OWFS on DD-WRT It looks like there are three files it's used in: ow_cache.c, ow_locks.c, and ow_tree.c. The first two can be disabled with config options. When I attempted to build with gcc-mipsel-

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-17 Thread Christian Magnusson
have? /Christian From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Allen Sent: den 16 maj 2007 06:04 To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] OWFS on DD-WRT It looks like there are three files it's used in: ow_cache.c, ow_locks.c, and ow_

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-15 Thread Eric Allen
It looks like there are three files it's used in: ow_cache.c, ow_locks.c, and ow_tree.c. The first two can be disabled with config options. When I attempted to build with gcc-mipsel-linux-uclibc 4.1 I got the following error owlib.c: In function 'LibStart': owlib.c:215: error: '__pthread_initial_

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-15 Thread Eric Allen
Ah. Okay. How tough is it to build owfs for dd-wrt? Is it simply a matter of taking the source distro and compiling with mipsel-uclibc? On 5/15/07, Paul Alfille <[EMAIL PROTECTED]> wrote: tsearch is the binary tree search that is part of glibc and some implementations of uClibc. It may not hav

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-15 Thread Paul Alfille
tsearch is the binary tree search that is part of glibc and some implementations of uClibc. It may not have been included in the dd-wrt version of uClibc. It could be an optional part of owlib, like some of the semaphore and other code. Does that give you a place to look? Paul Alfille On 5/15/