The current version is 2.3p1, I think you just mislabeled the email. Your code snippet says 2.3p1
I just did a fresh download of the source. I can compile without errors.
It really looks like you are compiling against an old version of the library. (libow)
Could there be a version of the library locked in memory with a running process? Did you follow the ./bootstrap && ./configure && make ?
Paul
On 4/26/06, Darryl <[EMAIL PROTECTED]> wrote:
Hi,
Just tried to compile the latest owfs and got the following:
gcc -I../include -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -I/usr/local/include -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion -Wstrict-prototypes -Wredundant-decls -DOW_MT -g -O2 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/opt/owfs/lib -o .libs/owfs owfs.o owfs_callback.o fuse_line.o -L/home/darryl/owfs-2.3p1/module/owlib/src/c -pthread /home/darryl/owfs-2.3p1/module/owlib/src/c/.libs/libow.so -L/usr/local/lib /usr/local/lib/libfuse.so -lpthread -Wl,--rpath -Wl,/opt/owfs/lib -Wl,--rpath -Wl,/usr/local/lib
/home/darryl/owfs-2.3p1/module/owlib/src/c/.libs/libow.so: undefined reference to `DS9490_enumerate'
collect2: ld returned 1 exit status
make[4]: *** [owfs] Error 1
make[4]: Leaving directory `/home/darryl/owfs- 2.3p1/module/owfs/src/c'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/darryl/owfs-2.3p1/module/owfs/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/darryl/owfs- 2.3p1/module/owfs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/darryl/owfs-2.3p1/module'
make: *** [all-recursive] Error 1
[EMAIL PROTECTED]:~/owfs-2.3p1$
Any clues?