jessie
[Top] [All Lists]

Re: Jessie Build Problems

To: Robert Garrison <rgarris@xxxxxxxxxxxxx>
Subject: Re: Jessie Build Problems
From: "Allen R. Stipek" <stipek@xxxxxxx>
Date: Mon, 28 Feb 2000 08:04:32 -0600
Cc: "jessie@xxxxxxxxxxx" <jessie@xxxxxxxxxxx>
Organization: SGI
References: <38BA0B5E.3DA5059C@xxxxxxxxxxxxx>
Sender: owner-jessie@xxxxxxxxxxx
Robert,

  After reading this I pulled a new version of the tree down for a
test....   Everything builds just fine for me.   This sort of error, for
me, usually comes with not having my build environment 'quite right'.  
My initial guess is the CLASSPATH variable is not set up correctly.

  If I 'unset CLASSPATH' then do a 'make clobber', I get the same error
you're seeing.
 
  Here's my CLASSPATH:
  export 
CLASSPATH=.:..:$HOME/jessie:$HOME/jessie/help:$HOME/jessie/javahelp/jhall.jar:$SWING_HOME:$SWING_HOME/swingall.jar:$JAVA_HOME/lib/classes.zip

  Can you double check your CLASSPATH?

Thanks,

Al


Robert Garrison wrote:
> 
> 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

-- 
Allen R. Stipek
SGI 655F Lone Oak Drive
Eagan, MN 55121
(651) 683-5716 (Eagan Work)
(651) 702-9738 (Home Work)
E-mail: stipek@xxxxxxx
http://reality.sgi.com/stipek_craypark

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