jessie
[Top] [All Lists]

Jessie Build Problems

To: "Allen R. Stipek" <stipek@xxxxxxx>
Subject: Jessie Build Problems
From: Robert Garrison <rgarris@xxxxxxxxxxxxx>
Date: Sun, 27 Feb 2000 23:45:02 -0600
Cc: "jessie@xxxxxxxxxxx" <jessie@xxxxxxxxxxx>
Sender: owner-jessie@xxxxxxxxxxx
I pulled down a CVS update last week and got the following errors in the
build if someone could point me to the problem I'd appreciate it.  I'm
using SuSe 6.2 with blackdown jdk 1.1.7v3.6


(cd base ; make generate_debug)
make[1]: Entering directory `/home/alan/jessie-0.5/base'
sed 's/boolean JDEBUG = [a-z]*/boolean JDEBUG = false/' Debug.java >
_jessie_debug.tmp
chmod 644 Debug.java
mv _jessie_debug.tmp Debug.java
chmod 444 Debug.java
make[1]: Leaving directory `/home/alan/jessie-0.5/base'
(cd datastruct ; make all)
make[1]: Entering directory `/home/alan/jessie-0.5/datastruct'
javac -deprecation DList.java
DList.java:35: Class datastruct.DListEntry not found in type
declaration.
private DListEntry first = null;
^
DList.java:36: Class datastruct.DListEntry not found in type
declaration.
private DListEntry lastUser = null;
^
DList.java:37: Class datastruct.DListIterator not found in type
declaration.
private DListIterator firstIter = null;
^
DList.java:38: Class datastruct.DListIterator not found in type
declaration.
private DListIterator lastIter = null;
^
DList.java:39: Class datastruct.DListEntry not found in type
declaration.
private DListEntry lastEntry = null;
^
DList.java:46: Class datastruct.DListIterator not found in type
declaration.
lastIter = new DListIterator();
^
6 errors
make[1]: *** [DList.class] Error 1
make[1]: Leaving directory `/home/alan/jessie-0.5/datastruct'
make: *** [all] Error 2

<Prev in Thread] Current Thread [Next in Thread>