Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 1997 11:08:28 -0500 (EST)
From:      Thomas David Rivers <rivers@dignus.com>
To:        freebsd-questions@FreeBSD.ORG, lsmarso@panix.com
Subject:   Re: utimbuf/utime and POSIX compliance
Message-ID:  <199711161608.LAA06292@lakes.dignus.com>

next in thread | raw e-mail | index | archive | help
> 
> Can you help me respond to this question from one of the LyX developers?
> -- 
> Larry S. Marso
> lsmarso@panix.com
> 
> 
> 
> "So, tell me, what does the stuct utimbuf look like on your box?"

 Here's what it looks like:

struct utimbuf {
        time_t actime;          /* Access time */
        time_t modtime;         /* Modification time */
};      


 but - I bet you simply need to include <sys/types.h> to get a definition
of time_t.

	- Dave Rivers -

> 
> -----Forwarded message from Lars Gullik Bjonnes <larsbj@ifi.uio.no>-----
> 
> To: lyx@via.ecp.fr
> Subject: Re: .50 won't compile
> References: <19971115115732.43439@panix.com>
> From: Lars Gullik Bjonnes <larsbj@ifi.uio.no>
> Date: 16 Nov 1997 02:46:11 +0100
> In-Reply-To: "Larry S. Marso"'s message of Sat, 15 Nov 1997 11:57:32 -0500
> 
>   >> Larry S Marso writes:
> 
>   LSM> gcc -c -g -O -ansi -Wall -I. -I. -I../images
>   LSM> -I/usr/X11R6/include inseterror.C gcc -c -g -O -ansi -Wall -I.
>   LSM> -I. -I../images -I/usr/X11R6/include insetlabel.C gcc -c -g -O
>   LSM> -ansi -Wall -I. -I. -I../images -I/usr/X11R6/include
>   LSM> bufferlist.C In file included from bufferlist.C:14:
>   LSM> /usr/include/utime.h:40: syntax error before `;'
>   LSM> /usr/include/utime.h:41: syntax error before `;' bufferlist.C:
>   LSM> In method `bool BufferList::write(class Buffer *, bool =
>   LSM> true)': bufferlist.C:223: `struct utimbuf' has no member named
>   LSM> `actime' bufferlist.C:224: `struct utimbuf' has no member named
>   LSM> `modtime' *** Error code 1
> 
>   LSM> Stop. *** Error code 1
> 
>   LSM> Stop. lsmarso@lsmarso>
> 
> I thought that FreeBSD was POSIX?
> 
> So, tell me, what does the stuct utimbuf look like on your box?
> 
> 	Lgb
> -----End of forwarded message-----
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711161608.LAA06292>