that fixed it, thanks!
--Jim
On Mon, Aug 2, 2010 at 6:06 PM, Paul Alfille wrote:
> Ahh, sorry
>
> Can you change line 81 of module/owserver/src/c/to_client.c from
> TrafficOutFD("to server
> data",io[1].iov_base,io[1].iov_leng,file_descriptor);
> to
>
> TrafficOutFD("to server
>
Ahh, sorry
Can you change line 81 of module/owserver/src/c/to_client.c from
TrafficOutFD("to server
data",io[1].iov_base,io[1].iov_leng,file_descriptor);
to
TrafficOutFD("to server
data",io[1].iov_base,io[1].iov_len,file_descriptor);
(That is, change the iov_leng to iov_len.)
O
My attempts to build it so far on my dev machine fail:
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include-I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall
-W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
-Wstrict-prototypes -Wredundant-decls -D_FIL
You use the same options you would use on the command line in the in
options when the bus is initialized through the python command.
--Jim
On Sun, Aug 1, 2010 at 9:39 PM, Joshua J. Kugler wrote:
> On Sunday 01 August 2010, Paul Alfille elucidated thus:
>> Release notes 2.8p0
>>
>> 1. W1 (the lin
On Sunday 01 August 2010, Paul Alfille elucidated thus:
> Release notes 2.8p0
>
> 1. W1 (the linux kernel module now called "wire") that handles
> several types of 1wire bus masters is now supported as a surrogate
> bus master. A. Includes usb, i2c and some architecture-specific gpio
> (OMAP and AR