classpath
[Top][All Lists]
Advanced

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

[Fwd: [kaffe] (no subject)] (jni.h)


From: Guilhem Lavaux
Subject: [Fwd: [kaffe] (no subject)] (jni.h)
Date: Tue, 03 Aug 2004 10:35:19 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115

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 --- Subject: [kaffe] (no subject) Date: Mon, 02 Aug 2004 10:22:30 +0200
Cc; address@hidden
Subject: [Jan Schulz] Bug#262760: kaffe-dev: include/jni.h misses #include
 <stdio.h> to compile eclipse
From: Arnaud Vandyck <address@hidden>
Mail-Followup-To: Kaffe Mailing List <address@hidden>
Date: Mon, 02 Aug 2004 10:22:30 +0200
Message-ID: <address@hidden>
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 <address@hidden>, address@hidden
Resent-From: Jan Schulz <address@hidden>
Original-Sender: Jan Schulz <address@hidden>
Resent-To: address@hidden
Resent-CC: address@hidden (Ean R. Schuessler)
Resent-Date: Sun, 01 Aug 2004 21:03:04 UTC
Resent-Message-Id: <address@hidden>
From: Jan Schulz <address@hidden>
To: Debian Bug Tracking System <address@hidden>
Date: Sun, 01 Aug 2004 22:49:52 +0200
Message-Id: <address@hidden>
Resent-Sender: Debian BTS <address@hidden>
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: address@hidden, address@hidden

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
address@hidden
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


--- End Message ---

reply via email to

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