Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ?

2009-10-20 Thread Mads Hjorth
Hi Paul and list I have success reading hardware devices through a LinkUSB from iButtonLink. I am not using fuse but owhttpd works fine... Mads On Tuesday, October 20, 2009, at 04:01AM, Paul Alfille paul.alfi...@gmail.com wrote:

Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ?

2009-10-19 Thread Mads Hjorth
I switched to autoconf 2.62 ... And get the error if gcc -DHAVE_CONFIG_H -I. -I. -I../../../../src/include -I../include -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wredundant-decls

Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ?

2009-10-19 Thread Christian Magnusson
succes with building latest owfs on latest openbsd ? I switched to autoconf 2.62 ... And get the error if gcc -DHAVE_CONFIG_H -I. -I. -I../../../../src/include -I../include -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast

Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ?

2009-10-19 Thread Christian Magnusson
From: Christian Magnusson [mailto:m...@mag.cx] Sent: den 19 oktober 2009 14:14 To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ? There was a new introduced typo on owshell/src/c/getaddrinfo.c which caused

Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ?

2009-10-19 Thread Mads Hjorth
include after sys/types.h which seems to be needed. Can you try again? /Christian From: Mads Hjorth [mailto:ma...@mac.com] Sent: den 19 oktober 2009 11:05 To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ? I

Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ?

2009-10-19 Thread Paul Alfille
after sys/types.h which seems to be needed. Can you try again? /Christian *From:* Mads Hjorth [mailto:ma...@mac.com ma...@mac.com] *Sent:* den 19 oktober 2009 11:05 *To:* owfs-developers@lists.sourceforge.net *Subject:* Re: [Owfs-developers] any succes with building latest owfs on latest

Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ?

2009-10-18 Thread Mads Hjorth
Hey, I got this one now if gcc -DHAVE_CONFIG_H -I. -I. -I../../../../src/include -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 -

Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ?

2009-10-18 Thread Paul Alfille
That's strange. Under (I presume) the same conditions: if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../src/include -I../include -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes

Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ?

2009-10-18 Thread Paul Alfille
I am using a vmware virtual machine with openbsd 4.5 automake 1.9 and autoconf 2.62. Paul On Sun, Oct 18, 2009 at 4:44 PM, Mads Hjorth ma...@mac.com wrote: Thanks for looking at this. I don't know how many are using openbsd for 1-wire stuff. Not enough for it to be put into a port or

Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ?

2009-10-17 Thread Paul Alfille
OpenBSD isn't easy to set up in a virtual environment! I found the problem (the order of include files was wrong). Fixed in the CVS version now, and will also be fixed in the next release. I'm also chasing down some other minor compiling errors (ENOTSUP isn't defined, for instance). Can you