classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build classpath-0.04 with yikes 1.16?


From: temp8
Subject: build classpath-0.04 with yikes 1.16?
Date: Mon, 22 Jul 2002 08:42:51 GMT

Anybody had any luck doing this?

I'm running under Cygwin on a Win2K box.  Configured
Classpath with:

   configure --with-jikes --disable-gtk-peer
--prefix=/c/Work/classpath-0.04

After typing make I see: 

 Making all in lib
make[1]: Entering directory `/c/work/classpath-0.04/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
top_builddir=.. /bin/sh ./gen-classlist.sh standard
/usr/local/bin/jikes +F -bootclasspath '' -extdirs ''
-sourcepath '' -classpath ..:../vm/current:.: -d . @classes

Found 1 system error and issued 14 warnings:

*** Warning: The file "..:../vm/current:.:" is not a valid
directory.

*** Error: You need to modify your classpath, sourcepath,
bootclasspath, and/or
extdirs setup. Package "java/lang" could not be found in:
                ..:../vm/current:.:

*** Caution: The input file
"../vm/current/gnu/vm/stack/StackFrame.java" was not found.
*** Caution: The input file
"../vm/current/gnu/vm/stack/StackTrace.java" was not found.
*** Caution: The input file
"../vm/current/java/lang/Class.java" was not found.
etc.
etc.
etc.


I tried to the following commands "by hand":

   cd lib
   jikes +F -classpath ..:../vm/current:.: -d . @classes

and get the same complaints about the path.  ../vm/current
is a symbolic link, so just to see if that was a problem I
tried using the real, full path with a dummy java file like
so:

    jikes -classpath /c/Work/classpath-0.04/vm/reference
x.java

and it *still* complains that

    *** Warning: The file
"/c/Work/classpath-0.04/vm/reference" is not a valid
directory.

But /c/Work/classpath-0.04/vm/reference *does* exist.

Any ideas?
_____________________________________________________________________
// free anonymous email || forums \\ subZINE || anonymous browsing 
            subDIMENSION -- http://www.subdimension.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]