[kaffe] [Fwd: Bugs in Kaffe]
Hervé Roussain
Herve.Roussain@univ-ubs.fr
Wed May 21 00:54:01 2003
This is a multi-part message in MIME format.
--------------070409000105050502020801
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
--------------070409000105050502020801
Content-Type: message/rfc822;
name="Bugs in Kaffe"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline;
filename="Bugs in Kaffe"
Return-Path: <cyrus@netse>
X-Sieve: cmu-sieve 2.0
Return-Path: <Nicolas.Le-Sommer@univ-ubs.fr>
Received: from mercure.univ-ubs.fr (root@mercure.univ-ubs.fr [194.199.58.4])
by netse.univ-ubs.fr (8.11.6/8.11.6/$RCSfile: homae.mc,v $Revision: 1.2 $) with ESMTP id h4L7rRI01805
for <herve.roussain@netse.univ-ubs.fr>; Wed, 21 May 2003 09:53:27 +0200 (CEST)
(envelope-from Nicolas.Le-Sommer@univ-ubs.fr)
Received: from univ-ubs.fr (pc-mna-37.univ-ubs.fr [172.17.96.37])
by mercure.univ-ubs.fr (8.9.1a/jtpda-5.3.1) with ESMTP id JAA27388
for <herve.roussain@univ-ubs.fr>; Wed, 21 May 2003 09:53:27 +0200
Message-ID: <3ECB30A0.5030804@univ-ubs.fr>
Date: Wed, 21 May 2003 09:54:08 +0200
From: Nicolas Le Sommer <Nicolas.Le-Sommer@univ-ubs.fr>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.2.1) Gecko/20030225
X-Accept-Language: en-us
MIME-Version: 1.0
To: herve.roussain@univ-ubs.fr
Subject: Bugs in Kaffe
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Hi,
I wish to add some java classes in kaffe but I have some problems at the
installation time.
I use a redhat 9.0 with autoconf 2.57, automake 1.6.3 and jikes 1.18
Problems :
1) script developers/autogen.sh :
The option -Wall does not exist for automake and must be removed
Moreover, without the option -Wall for automake the
developers/autogen.sh script returns the following messages
------------
configure.in:1514: `automake requires `AM_CONFIG_HEADER', not
`AC_CONFIG_HEADER'
Makefile.am:11: directory should not contain `/'
Makefile.am:11: directory should not contain `/'
Makefile.am:11: directory should not contain `/'
------------------
2) No problems with the following installation procedure :
sh developers/autogen.sh
./configure
make build-classes
make
But with the following does not work :
sh developers/autogen.sh
./configure
cd libraries/javalib/ ; make bootstrap ; cd ..
make build-classes
make
-------------
../kaffe/kaffeh/kaffeh -classpath
../libraries/javalib/Klasses.jar.bootstrap -o
kaffe_applet_AudioPlayer.h kaffe/applet/AudioPlayer
Failed to open object 'kaffe/applet/AudioPlayer'
make[2]: *** [stamp-h0all] Erreur 1
make[2]: Quitte le répertoire `/home/lesommer/devlpt/kaffe/include'
make[1]: *** [all] Erreur 2
make[1]: Quitte le répertoire `/home/lesommer/devlpt/kaffe/include'
make: *** [all-recursive] Erreur 1
---------------
Best regards,
Nico
--------------070409000105050502020801--