From owner-freebsd-questions Sun Nov 16 08:03:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA27704 for questions-outgoing; Sun, 16 Nov 1997 08:03:06 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from elvis.vnet.net (elvis.vnet.net [166.82.1.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA27698 for ; Sun, 16 Nov 1997 08:03:02 -0800 (PST) (envelope-from rivers@dignus.com) Received: from ponds.dignus.com (ponds.vnet.net [166.82.177.48]) by elvis.vnet.net (8.8.5/8.8.4) with ESMTP id LAA29043; Sun, 16 Nov 1997 11:02:52 -0500 (EST) Received: from lakes.dignus.com (lakes [10.0.0.3]) by ponds.dignus.com (8.8.5/8.8.5) with ESMTP id LAA20371; Sun, 16 Nov 1997 11:20:37 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.8.7/8.6.9) id LAA06292; Sun, 16 Nov 1997 11:08:28 -0500 (EST) Date: Sun, 16 Nov 1997 11:08:28 -0500 (EST) From: Thomas David Rivers Message-Id: <199711161608.LAA06292@lakes.dignus.com> To: freebsd-questions@FreeBSD.ORG, lsmarso@panix.com Subject: Re: utimbuf/utime and POSIX compliance Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > 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 to get a definition of time_t. - Dave Rivers - > > -----Forwarded message from Lars Gullik Bjonnes ----- > > To: lyx@via.ecp.fr > Subject: Re: .50 won't compile > References: <19971115115732.43439@panix.com> > From: Lars Gullik Bjonnes > 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----- >