On Thursday 13 January 2011, Marcus Priesch elucidated thus: > Hi Paul, > > thanks for the new release - although beeing a bit late with my > email, i get the following when compiling under gentoo: > > libtool: compile: i486-pc-linux-gnu-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 -O2 -mtune=i686 -pipe > -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT ow_simultaneous.lo -MD -MP > -MF .deps/ow_simultaneous.Tpo -c ow_simultaneous.c -fPIC -DPIC > -o .libs/ow_simultaneous.o > ow_simultaneous.c: In function 'FS_w_convert_temp': > ow_simultaneous.c:152: error: expected ';' before 'return' > make[4]: *** [ow_simultaneous.lo] Error 1 > make[4]: Leaving directory > `/mnt/persistent/var/tmp/portage/sys-fs/owfs-2.8_p5/work/owfs-2.8p5/m >odule/owlib/src/c' make[3]: *** [all-recursive] Error 1 > > which ... interestingly compiles under ubuntu 10.04 ;) - although the > ';' *is* missing in the source ... ?!?! - but maybe there are > different ./configure options in use ...
What is the output of ls -l /bin/sh on each system? Somewhere along the line Ubuntu started linking /bin/sh to dash. Although, I would expect that to cause the Ubuntu compile to fail, not the other way around. Another thing to look at: if bash is invoked as 'sh' it may enforce 'sh' style parsing, thus killing bash-isms. j -- Joshua J. Kugler - Fairbanks, Alaska Azariah Enterprises - Programming and Website Design [email protected] - Jabber: [email protected] PGP Key: http://pgp.mit.edu/ ID 0x73B13B6A ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
