This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Patch: fabsf
- To: Jeff Sturm <jeff dot sturm at commerceone dot com>
- Subject: Re: Patch: fabsf
- From: Tom Tromey <tromey at redhat dot com>
- Date: 24 Jan 2001 17:02:35 -0700
- Cc: Java Patch List <java-patches at sourceware dot cygnus dot com>
- References: <874ryo4yf0.fsf@creche.redhat.com> <3A6F4C6F.BB50FBD4@commerceone.com>
- Reply-To: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jeff.sturm@commerceone.com> writes:
Jeff> I tried to build it:
Jeff> va/lang/sf_fabs.c -fPIC -DPIC -o java/lang/.libs/sf_fabs.o
Jeff> ../../../libjava/java/lang/sf_fabs.c: In function `fabsf':
Jeff> ../../../libjava/java/lang/sf_fabs.c:29: `__uint32_t' undeclared (first use in
Try changing the `__uint32_t' to just `uint32_t'.
I've started a Solaris build. If it gets far enough for me to see
this, I'll fix it and commit the fix.
Tom