I got myself confused and therefore gave you bad information. Originally I found two versions of time.h, the first at usr/include/time.h has struct tm { int tm_sec; /* seconds after the minute [0-60] */ in the code. The second one at usr/include/sys/time.h, which I must have copied and renamed systime.h instead of sys/time.h. Therefore, there is NO systime.h in the system. Since you had already added the includes for systime.h I put the copy of systime.h in usr/include and ran bootstrap, configure, and make. The error for stprage size of 'tz' isn't known was still there. The usr/include/sys/time.h that I now call systime.h has struct timezone { int tz_minuteswest; /* minutes west of Greenwich */ int tz_dsttime; /* type of dst correction */ in the code. I tried changing the struct timezone to struct tz, but came back with the same storage size error. I don't really know what the linux tz is looking for. A google search showed the tz and zoneinfo maybe the same thing. There is a directory named zoneinfo in usr/share/, containing more directories for countries, which contain localized binary files. Again sorry for the wild goose chase with systime. On Oct 2, 2005, at 3:15 PM, Christian Magnusson wrote:
|
- Re: [Owfs-developers] RE: running on Mac OS X Ross Cathriner
- Re: [Owfs-developers] RE: running on Mac OS X Christian Magnusson
- Re: [Owfs-developers] RE: running on Mac OS X Ross Cathriner
- [Owfs-developers] Re: running on Mac OS X Scott Hughes
- Re: [Owfs-developers] Re: running on ... Christian Magnusson
- Re: [Owfs-developers] Re: runnin... Ross Cathriner
- Re: [Owfs-developers] Re: ru... Paul Alfille
- Re: [Owfs-developers] Re... Ross Cathriner
- Re: [Owfs-developers] Re... Paul Alfille
- Re: [Owfs-developers] Re: ru... Christian Magnusson
- Re: [Owfs-developers] Re... Christian Magnusson