I fixed this bug in the
CVS… When you compile owfs without support for usb-adapters you get into
this problem. It was a bug in ow_opt.c which tries to call the function DS9490_enumerate()
which doesn’t exist if USB is disabled. This was my fix for it in
module/owlib/src/c/ow_opt.c int OW_ArgUSB( const char
* arg ) { struct connection_in
* in = NewIn(NULL) ; if ( in==NULL )
return 1 ; in->busmode =
bus_usb ; if ( arg == NULL ) {
in->connin.usb.usb_nr = 1 ; } else if (
strcasecmp(arg,"all") == 0 ) { int n ; #ifdef OW_USB n =
DS9490_enumerate() ; #else n = 0 ; #endif /* OW_USB */ Från:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
För Darryl After a make clean; I
tried using bootstrap && configure && make and get what appears
to be the same error. On 4/26/06, Paul
Alfille <[EMAIL PROTECTED]>
wrote: I don't know the answer for sure. I can run configure without
"bootstrap" and install 2.2p1 and then 2.3p1 without seeing the same
error you had. One of the mysteries of shared libraries and the arcane
autoconf/automake process.
On 4/26/06, Darryl
<[EMAIL PROTECTED] >
wrote: Paul, just did a
standard(?) ./configure then make. I didnt' realize you had to bootstrap on
releases. On 4/26/06, Paul
Alfille <[EMAIL PROTECTED]>
wrote: Daryl,
On 4/26/06, Darryl
< [EMAIL PROTECTED]>
wrote: Hi,
|
- Re: [Owfs-developers] 2.3p1 compile problems Darryl
- Re: [Owfs-developers] 2.3p1 compile problems Paul Alfille
- Re: [Owfs-developers] 2.3p1 compile problems Darryl
- Re: [Owfs-developers] 2.3p1 compile probl... tony
- SV: [Owfs-developers] 2.3p1 compile probl... Christian Magnusson
- Re: SV: [Owfs-developers] 2.3p1 compi... tony
- Re: SV: [Owfs-developers] 2.3p1 ... Paul Alfille
- Re: SV: [Owfs-developers] 2.... Darryl
- Re: SV: [Owfs-developers... Paul Alfille
- Re: SV: [Owfs-developers... Paul Alfille
- Re: SV: [Owfs-developers... Darryl