Re: -current make jdk13 with native_threads error

2002-11-13 Thread suken woo
Terry Lambert wrote: suken woo wrote: In file included from ../../../../src/solaris/hpi/native_threads/src/threads_md.c:27: /usr/include/sys/resource.h:61: field `ru_utime' has incomplete type /usr/include/sys/resource.h:62: field `ru_stime' has incomplete type struct timeval is not in

Re: -current make jdk13 with native_threads error

2002-11-13 Thread Hui
On Wed, Nov 13, 2002 at 05:34:47PM +0800, suken woo wrote: Terry Lambert wrote: `CTX_JB_NOSIG' undeclared (first use in this function) `CTX_JB' undeclared (first use in this function) `CTX_SJB' undeclared (first use in this function) `CTX_UC' undeclared (first use in this function) That's

Re: -current make jdk13 with native_threads error

2002-11-13 Thread Hui
On Wed, Nov 13, 2002 at 01:51:38AM -0800, Bill Huey wrote: That's all been removed from a MFC of libc_r recently. Native Uh, you're running on -current I presume (without reviewing the original post), but the same logic still applies. bill To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: -current make jdk13 with native_threads error

2002-11-13 Thread Terry Lambert
Bill Huey (Hui) wrote: On Wed, Nov 13, 2002 at 01:51:38AM -0800, Bill Huey wrote: That's all been removed from a MFC of libc_r recently. Native Uh, you're running on -current I presume (without reviewing the original post), but the same logic still applies. They didn't say; I assumed they

Re: -current make jdk13 with native_threads error

2002-11-13 Thread Hui
On Wed, Nov 13, 2002 at 02:19:28AM -0800, Terry Lambert wrote: They didn't say; I assumed they were, because of the line number in the header fole for the undefined timeval struct matching the -current source code, but not 4.7, and because they posted to the -current list. 8-). It's an

-current make jdk13 with native_threads error

2002-11-12 Thread suken woo
hi,all: errors occurred during make with native_threads. e -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT _PRIORITIES -DNO_INTERRUPTIBLE_IO-c -o ../../../../build/bsd-i386/tmp/java/h pi/native_threads/obj/threads_md.o

Re: -current make jdk13 with native_threads error

2002-11-12 Thread Terry Lambert
suken woo wrote: In file included from ../../../../src/solaris/hpi/native_threads/src/threads_md.c:27: /usr/include/sys/resource.h:61: field `ru_utime' has incomplete type /usr/include/sys/resource.h:62: field `ru_stime' has incomplete type struct timeval is not in scope. Modify the file: