This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Failure building current libjava source -- missing gnu/util/DoubleEnumeration.java?
- To: apbianco at cygnus dot com
- Subject: Re: Failure building current libjava source -- missing gnu/util/DoubleEnumeration.java?
- From: Tom Tromey <tromey at redhat dot com>
- Date: 02 Sep 2001 10:57:59 -0600
- Cc: java at gcc dot gnu dot org
- References: <200109020740.AAA07030@fencer.cygnus.com>
- Reply-To: tromey at redhat dot com
>>>>> "Alex" == Alexandre Petit-Bianco <apbianco@cygnus.com> writes:
Alex> make: *** No rule to make target `gnu/java/util/DoubleEnumeration.java', needed by `libgcj.jar'. Stop.
It is definitely in there.
Alex> Tom, libjava's main ChangeLog lists
Alex> gnu/util/DoubleEnumeration.java as a new file as of
Alex> rev. 1.877. Did something wrong happened during your commit, or
Alex> am I missing something?
Did you `cvs update -d -P'?
That file is in a new directory.
Tom