Hello!
I extracted the contents and then realized that I needed to install
the development things for the fuse layers. Before that I went along
and followed the usual steps. I noticed the lacking of those items
when I tried to build the owfs entry. Now with the fuse developer
layers installed this happens for building owfs:
root@raspberrypi:/usr/src/owfs/owfs-2.9p5/module/owfs# make
Making all in src
make[1]: Entering directory `/usr/src/owfs/owfs-2.9p5/module/owfs/src'
Making all in c
make[2]: Entering directory `/usr/src/owfs/owfs-2.9p5/module/owfs/src/c'
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_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L  -pthread -g -O2 -D_XOPEN_SOURCE=500
-D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -MT
owfs.o -MD -MP -MF .deps/owfs.Tpo -c -o owfs.o owfs.c
mv -f .deps/owfs.Tpo .deps/owfs.Po
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_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L  -pthread -g -O2 -D_XOPEN_SOURCE=500
-D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -MT
owfs_callback.o -MD -MP -MF .deps/owfs_callback.Tpo -c -o
owfs_callback.o owfs_callback.c
mv -f .deps/owfs_callback.Tpo .deps/owfs_callback.Po
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_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L  -pthread -g -O2 -D_XOPEN_SOURCE=500
-D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -MT
fuse_line.o -MD -MP -MF .deps/fuse_line.Tpo -c -o fuse_line.o
fuse_line.c
mv -f .deps/fuse_line.Tpo .deps/fuse_line.Po
/bin/bash ../../../../libtool  --tag=CC   --mode=link gcc -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_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L  -pthread -g -O2 -D_XOPEN_SOURCE=500
-D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L   -o owfs
owfs.o owfs_callback.o fuse_line.o -low      -lm -ldl
libtool: link: gcc -I../include -I../../../owlib/src/include
-fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wstrict-prototypes -Wredundant-decls
-D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -pthread -g -O2
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -o .libs/owfs owfs.o owfs_callback.o
fuse_line.o  -L../../../owlib/src/c
/usr/src/owfs/owfs-2.9p5/module/owlib/src/c/.libs/libow.so -lm -ldl
-pthread
owfs.c:134: error: undefined reference to 'fuse_main_compat2'
collect2: ld returned 1 exit status
make[2]: *** [owfs] Error 1
make[2]: Leaving directory `/usr/src/owfs/owfs-2.9p5/module/owfs/src/c'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/owfs/owfs-2.9p5/module/owfs/src'
make: *** [all-recursive] Error 1
root@raspberrypi:/usr/src/owfs/owfs-2.9p5/module/owfs#

I've never seen it happen before. Nor have I had the chance to build
this version for X86. That's next.....
-----
Gregg C Levine gregg.drw...@gmail.com
"This signature fought the Time Wars, time and again."

------------------------------------------------------------------------------
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to