Sorry about that.

A quick patch for module/owlib/src/c/ow_browse_monitor.c:

@@ -19,6 +19,7 @@ static GOOD_OR_BAD browse_in_use(const struct
connection_in * in_selected) ;

/* Device-specific functions */

GOOD_OR_BAD Browse_detect(struct port_in *pin)

{

+#if OW_ZERO

struct connection_in * in = pin->first ;

in->iroutines.detect = Browse_detect;

in->Adapter = adapter_browse_monitor; /* OWFS assigned value */

@@ -56,6 +57,10 @@ GOOD_OR_BAD Browse_detect(struct port_in *pin)

OW_Browse(in);

}

return gbGOOD ;

+#else /* OW_ZERO */

+ (void) pin ;

+ return gbBAD ;

+#endif /* OW_ZERO */

}

 static GOOD_OR_BAD browse_in_use(const struct connection_in * in_selected)





Basically hiding the guts of that function if OW_ZERO is not defined.

On Tue, Jan 13, 2015 at 1:42 PM, Roland Franke <fl...@franke-prem.de> wrote:

>   Hello,
> can it be that the version 2.9p9 cannot be build with an –disable-zero?
> I will get on my build system (Based on µclib - buildroot) an fault, when
> i have set –disable-zero.
> The message is, that in ow_browse_monitor.c an fault is by Browse_detect
>
> Best regards,
> Roland
>
>  *From:* Paul Alfille <paul.alfi...@gmail.com>
> *Sent:* Tuesday, January 06, 2015 9:28 PM
> *To:* brucek <bru...@valinet.com> ; OWFS (One-wire file system)
> discussion and help <owfs-developers@lists.sourceforge.net>
> *Subject:* Re: [Owfs-developers] New Release 2.9p9
>
>  I think the file upload was a little flakey. Did it a couple times more
> and now I see the files listed. Sorry for the premature announcement.
>
> On Tue, Jan 6, 2015 at 1:56 PM, brucek <bru...@valinet.com> wrote:
>
>>   Hey Paul,
>> As of 2pm EST I still do not see 2.9p9 on Sourceforge, just the 2.9p8
>> download, and an empty owfs/2.9p9 folder.
>> As always, thanks for keeping this going
>> Bruce
>>
>>  *From:* Paul Alfille <paul.alfi...@gmail.com>
>> *Sent:* Tuesday, January 06, 2015 8:59 AM
>> *To:* owfs-developers <owfs-developers@lists.sourceforge.net>
>> *Subject:* [Owfs-developers] New Release 2.9p9
>>
>>   Minor improvement -- basically fixes the owfs problem for Markus
>> Gaugusch's report:
>>
>> "cat: temperature: Message too long"
>>
>> The problem is that some tools (like cat) ask for an arbitrary (but
>> large) read to gather all the data. It used to be 64K but now seems to be
>> 128K which passes some internal limits.
>>
>> We now trim the read request before processing.
>>
>> Paul Alfille
>> ------------------------------
>>
>> ------------------------------------------------------------------------------
>> Dive into the World of Parallel Programming! The Go Parallel Website,
>> sponsored by Intel and developed in partnership with Slashdot Media, is
>> your
>> hub for all things parallel software development, from weekly thought
>> leadership blogs to news, videos, case studies, tutorials and more. Take a
>> look and join the conversation now. http://goparallel.sourceforge.net
>> ------------------------------
>> _______________________________________________
>> Owfs-developers mailing list
>> Owfs-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>>
>> ------------------------------------------------------------------------------
>> Dive into the World of Parallel Programming! The Go Parallel Website,
>> sponsored by Intel and developed in partnership with Slashdot Media, is
>> your
>> hub for all things parallel software development, from weekly thought
>> leadership blogs to news, videos, case studies, tutorials and more. Take a
>> look and join the conversation now. http://goparallel.sourceforge.net
>> _______________________________________________
>> Owfs-developers mailing list
>> Owfs-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>>
>
> ------------------------------
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
>
> ------------------------------
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
>
> ------------------------------------------------------------------------------
> New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
> GigeNET is offering a free month of service with a new server in Ashburn.
> Choose from 2 high performing configs, both with 100TB of bandwidth.
> Higher redundancy.Lower latency.Increased capacity.Completely compliant.
> http://p.sf.net/sfu/gigenet
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to