Hi,

As it is a Classpath's file, I'm forwarding this mail here. I've added a small amount of lines for win32 at the top but it is not related.

Cheers,

Guilhem.
--- Begin Message ---
Cc; [EMAIL PROTECTED]
Subject: [Jan Schulz] Bug#262760: kaffe-dev: include/jni.h misses #include
 <stdio.h> to compile eclipse
From: Arnaud Vandyck <[EMAIL PROTECTED]>
Mail-Followup-To: Kaffe Mailing List <[EMAIL PROTECTED]>
Date: Mon, 02 Aug 2004 10:22:30 +0200
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="

--=-=-=

For your information, Jan Schulz has just submitted this bug to the
debian package of kaffe from cvs head July 21 2004.

Regards,


--=-=-=
Content-Type: message/rfc822
Content-Disposition: inline

Subject: Bug#262760: kaffe-dev: include/jni.h misses #include <stdio.h> to
    compile eclipse
Reply-To: Jan Schulz <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Resent-From: Jan Schulz <[EMAIL PROTECTED]>
Original-Sender: Jan Schulz <[EMAIL PROTECTED]>
Resent-To: [EMAIL PROTECTED]
Resent-CC: [EMAIL PROTECTED] (Ean R. Schuessler)
Resent-Date: Sun, 01 Aug 2004 21:03:04 UTC
Resent-Message-Id: <[EMAIL PROTECTED]>
From: Jan Schulz <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Date: Sun, 01 Aug 2004 22:49:52 +0200
Message-Id: <[EMAIL PROTECTED]>
Resent-Sender: Debian BTS <[EMAIL PROTECTED]>
Lines: 41
MIME-Version: 1.0

Package: kaffe-dev
Version: 2:1.1.4.PRECVS-20040721
Severity: normal
Tags: patch

The /usr/lib/kaffe/include/jni.h misses a #include <stdio.h> to compile 
the jni files of eclipse 3.0. With this added, it compiles just fine.

Pseudo diff:
------
#ifndef __CLASSPATH_JNI_H__
#define __CLASSPATH_JNI_H__

#include <stdarg.h>
+#include <stdio.h>
/* Linkage and calling conventions. */
#if defined (_WIN32) || defined (__WIN32__) || defined (WIN32)

#define JNIIMPORT        __declspec(dllimport)
#define JNIEXPORT        __declspec(dllexport)
------

Nice freetings, Jan

-- System Information:
Debian Release: 3.1
  APT prefers experimental
  APT policy: (990, 'experimental'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages kaffe-dev depends on:
ii  kaffe            2:1.1.4.PRECVS-20040721 A JVM to run Java bytecode
ii  kaffe-jthreads [ 2:1.1.4.PRECVS-20040721 A green threads compile of the Kaf

-- no debconf information





--=-=-=



-- 
Arnaud Vandyck

<fortune>
Bleeding Ponytail:
        An elderly, sold-out baby boomer who pines for hippie or
presellout days.
                -- Douglas Coupland, "Generation X: Tales for an Accelerated
                   Culture"
</fortune>

--=-=-=--

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


--- End Message ---
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to