gnustep-dev
[Top][All Lists]
Advanced

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

Re: ANN: Jigs 1.5.5


From: Stefan Urbanek
Subject: Re: ANN: Jigs 1.5.5
Date: Tue, 18 Feb 2003 12:13:29 +0100

Hi,
I wanted to compile jigs. I have installed following debian packages:

ii  jikes          1.15-2         Fast Java compiler adhering to language and
ii  jikes-gij      1.15-2         Fast Java compiler adhering to language and 
ii  jikes-kaffe    1.15-2         Fast Java compiler adhering to language and 
ii  kaffe          1.0.5e-0.5     A JVM to run Java bytecode
ii  jdk1.1         1.1.8v1-3      JDK 1.1.x (Java Development Kit) - Runtime o
ii  jdk1.1-dev     1.1.8v1-3      JDK 1.1.x (Java Development Kit)

When I try 'make' without anything I get:

<output>

Making all in Java...
make[1]: Entering directory `/usr/src/gnustep/jigs-1.5.5/Java'
Making all for java_package gnu.gnustep.java...
Compiling file gnu/gnustep/java/GSJNIMethods.java ...
gnu/gnustep/java/GSJNIMethods.java:26: Class java.lang.reflect.Constructor not 
found in import.
import java.lang.reflect.Constructor;
      ^
gnu/gnustep/java/GSJNIMethods.java:27: Class java.lang.reflect.Method not found 
in import.
import java.lang.reflect.Method;
      ^
gnu/gnustep/java/GSJNIMethods.java:28: Class java.lang.reflect.Modifier not 
found in import.
import java.lang.reflect.Modifier;
      ^
gnu/gnustep/java/GSJNIMethods.java:29: Class java.text.CharacterIterator not 
found in import.
import java.text.CharacterIterator;
      ^
gnu/gnustep/java/GSJNIMethods.java:30: Class java.text.StringCharacterIterator 
not found in import.
import java.text.StringCharacterIterator;
      ^
gnu/gnustep/java/GSJNIMethods.java:31: Class java.util.Vector not found in 
import.
import java.util.Vector;
      ^
gnu/gnustep/java/GSJNIMethods.java:33: Superclass java.lang.Object of class 
gnu.gnustep.java.GSJNIMethods not found.
public class GSJNIMethods
            ^
7 errors
make[2]: *** [gnu/gnustep/java/GSJNIMethods.class] Error 1
make[1]: *** [gnu.gnustep.java.all.java-package.variables] Error 2
make[1]: Leaving directory `/usr/src/gnustep/jigs-1.5.5/Java'
make: *** [internal-all] Error 2

</output>

Then i have set JDK_HOME to /usr/lib/jdk1.1/ and i get:

<output>

Making all in Java...
make[1]: Entering directory `/usr/src/gnustep/jigs-1.5.5/Java'
Making all for java_package gnu.gnustep.java...
Compiling file gnu/gnustep/java/GSJNIMethods.java ...
/bin/sh: line 1: /usr/lib/jdk1.1/: is a directory
make[2]: *** [gnu/gnustep/java/GSJNIMethods.class] Error 126
make[1]: *** [gnu.gnustep.java.all.java-package.variables] Error 2
make[1]: Leaving directory `/usr/src/gnustep/jigs-1.5.5/Java'
make: *** [internal-all] Error 2

</output>


When I have set JAVA_HOME to same as JDK_HOME i get same output as the first 
one.

Then I have set CLASSPATH to /usr/share/java/libgcj.jar and I get:

<output>

Making all in Java...
make[1]: Entering directory `/usr/src/gnustep/jigs-1.5.5/Java'
Making all for java_package gnu.gnustep.java...
Compiling file gnu/gnustep/java/GSJNIMethods.java ...
Unable to initialize threads: cannot find class java/lang/ThreadGroup
make[2]: *** [gnu/gnustep/java/GSJNIMethods.class] Error 1
make[1]: *** [gnu.gnustep.java.all.java-package.variables] Error 2
make[1]: Leaving directory `/usr/src/gnustep/jigs-1.5.5/Java'
make: *** [internal-all] Error 2

</output>

What is the proper way of compiling it?

Thanks,

Stefan


On 2003-02-18 05:43:31 +0100 Adam Fedor <address@hidden> wrote:

Jigs version 1.5.5 is now available.

What is JIGS ?
==============

JIGS stands for Java Interface for GnuStep. It is a package allowing
integration between Java and Objective-C. The main purpose of JIGS is
to allow Java programmers to use the GNUstep libraries from Java.

Authors
=======

JIGS was brought to you by Nicola Pero <address@hidden>

Brainstorm Computer Solutions (http://www.brainstorm.co.uk) funded
most of the development of JIGS.

SKYRiX Software AG (http://www.skyrix.de) funded most of the
developments of JIGS 1.3.x and 1.4.x, including number object
morphing, libFoundation support, and other improvements.

Obtaining JIGS
==============

JIGS is available at http://www.gnustep.it/jigs/Download/
New releases and snapshots can usually be found on the JIGS homepage,
http://www.gnustep.it/jigs/.
You may always get the latest version of JIGS from the GNUstep CVS -
the module is called 'java'.

Bug Reports
===========

The best way to submit bug reports and fixes is to email them to
<address@hidden>.



_______________________________________________
Discuss-gnustep mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/discuss-gnustep



--
http://urbanek.host.sk

First they ignore you, then they laugh at you, then they fight you, then you 
win.
- Mahatma Gandhi






reply via email to

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