RE: [Queue-developers] nearly...
Brought to you by:
wkrebs
From: Sam L. <sam...@an...> - 2001-04-11 14:38:20
|
qlib.c:1163 Can we either use SA_DEFER or get autoconf to #define SA_NOMASK to SA_DEFER if it is not defined? Can I have cvs write permissions too please, to help on some of this? Thanks Sam > -----Original Message----- > From: Sam Liddicott [mailto:sam...@an...] > Sent: 11 April 2001 15:28 > To: que...@li... > Subject: [Queue-developers] nearly... > > > OK, using autoconf cvs, and fixing configure.in on solaris2.7 > I now get > after typing make: > [And now I really am lost. What does it mean: field 'ru_utime' has > incomplete type? > > config.status: creating config.h > gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ident.c > In file included from queue.h:2, > from ident.c:1: > config.h:612: warning: `VERSION' redefined > config.h:39: warning: this is the location of the previous definition > In file included from /usr/include/sys/vnode.h:42, > from /usr/include/sys/stream.h:22, > from > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/include/sys > /stream.h:5, > from /usr/include/netinet/in.h:38, > from /usr/include/netdb.h:96, > from define.h:37, > from queue.h:3, > from ident.c:1: > /usr/include/sys/resource.h:144: field `ru_utime' has incomplete type > /usr/include/sys/resource.h:145: field `ru_stime' has incomplete type > In file included from /usr/include/sys/stream.h:22, > from > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/include/sys > /stream.h:5, > from /usr/include/netinet/in.h:38, > from /usr/include/netdb.h:96, > from define.h:37, > from queue.h:3, > from ident.c:1: > /usr/include/sys/vnode.h:167: parse error before `timestruc_t' > /usr/include/sys/vnode.h:167: warning: no semicolon at end of > struct or > union > /usr/include/sys/vnode.h:168: warning: data definition has no type or > storage class > /usr/include/sys/vnode.h:169: parse error before `va_ctime' > /usr/include/sys/vnode.h:169: warning: data definition has no type or > storage class > /usr/include/sys/vnode.h:174: parse error before `}' > /usr/include/sys/vnode.h:174: warning: data definition has no type or > storage class > /usr/include/sys/vnode.h:201: parse error before `vattr32_t' > /usr/include/sys/vnode.h:201: warning: data definition has no type or > storage class > In file included from define.h:128, > from queue.h:3, > from ident.c:1: > /usr/include/sys/vfs.h:186: warning: `struct statvfs64' > declared inside > parameter list > /usr/include/sys/vfs.h:186: warning: its scope is only this > definition or > declaration, which is probably not what you want. > make: *** [ident.o] Error 1 > > _______________________________________________ > Queue-developers mailing list Que...@li... > To unsubscribe, subscribe, or set options: > http://lists.sourceforge.net/lists/listinfo/queue-developers > |