Re: [Owfs-developers] New Release 2.9p9

2015-01-13 Thread Paul Alfille
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 =

Re: [Owfs-developers] New Release 2.9p9

2015-01-13 Thread Roland Franke
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 Se