On Sat, Nov 20, 2010 at 11:18 AM, Hugh Barnard <[email protected]> wrote: > Hi folks > > I'm pretty new to owfs and I am trying to get it running on a Sheevaplug > under Debian Jaunty. I'm trying to compile and after a while, I end up with > this. Clearly, something is missing, but I'm not sure what. Grateful for any > help. > > Best regards Hugh Barnard > > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../src/include > -I../include -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith > -Wcast-qual -Wcast-align -Wstrict-prototypes -Wredundant-decls > -D__EXTENSIONS__ -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 -c ow_interface.c -fPIC -DPIC -o > .libs/ow_interface.o > ow_interface.c: In function ‘FS_r_pulldownslewrate’: > ow_interface.c:490: error: ‘struct master_usb’ has no member named > ‘pulldownslewrate’ > ow_interface.c: In function ‘FS_w_pulldownslewrate’: > ow_interface.c:506: error: ‘struct master_usb’ has no member named > ‘pulldownslewrate’ > ow_interface.c:509: error: ‘struct master_usb’ has no member named > ‘pulldownslewrate’ > ow_interface.c: In function ‘FS_r_writeonelowtime’: > ow_interface.c:525: error: ‘struct master_usb’ has no member named > ‘writeonelowtime’ > ow_interface.c: In function ‘FS_w_writeonelowtime’: > ow_interface.c:541: error: ‘struct master_usb’ has no member named > ‘writeonelowtime’ > ow_interface.c: In function ‘FS_r_datasampleoffset’: > ow_interface.c:558: error: ‘struct master_usb’ has no member named > ‘datasampleoffset’ > ow_interface.c: In function ‘FS_w_datasampleoffset’: > ow_interface.c:574: error: ‘struct master_usb’ has no member named > ‘datasampleoffset’ > make[4]: *** [ow_interface.lo] Error 1 > make[4]: Leaving directory `/root/owfs-2.8p2/module/owlib/src/c' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/root/owfs-2.8p2/module/owlib/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/root/owfs-2.8p2/module/owlib' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/owfs-2.8p2/module' > make: *** [all-recursive] Error 1 > > -- > http://www.hughbarnard.org > http://www.twitter.com/hughbarnard > http://www.big-wave-heuristics.com/ > http://www.hackney-environment-network.org.uk/ >
Hello! Now I'm not an expert in the SheevaPlug, and certainly not one on Debian. But why not try building it via cross-compilation tools? Set up the environment on a PC running the exact same release, and see if the same thing happens. ----- Gregg C Levine [email protected] "This signature fought the Time Wars, time and again." ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
