[Queue-developers] nearly...
Brought to you by:
wkrebs
From: Sam L. <sam...@an...> - 2001-04-11 14:33:00
|
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 |