This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
trunk libjava build failure in natTimeZone.cc?
- From: "Boehm, Hans" <hans_boehm at hp dot com>
- To: "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>
- Date: Thu, 16 May 2002 22:38:16 -0700
- Subject: trunk libjava build failure in natTimeZone.cc?
I'm seeing the following on the trunk. Are others seeing this, too? It seems to me that stdio.h should be included somewhere to use sprintf. Was that the intent?
../../../gcc/libjava/java/util/natTimeZone.cc: In function `java::lang::String*
getSystemTimeZone()':
../../../gcc/libjava/java/util/natTimeZone.cc:86: `sprintf' undeclared (first
use this function)
../../../gcc/libjava/java/util/natTimeZone.cc:86: (Each undeclared identifier
is reported only once for each function it appears in.)
Hans