classpath
[Top][All Lists]
Advanced

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

Re: classpath/include jni.h.in


From: Stephen Crawley
Subject: Re: classpath/include jni.h.in
Date: Thu, 10 Jul 2003 09:29:48 +1000

>>>>> "Torsten" == Torsten Rupp <address@hidden> writes:

Torsten>        Fixed missing JNI_JLONG_CONST* definitions (preliminary fix)

Torsten,

Another problem is that you need to add #include <assert.h> to a couple
of files.  Without these, the shared library will contain an external
reference to an 'assert' function.  This causes Kissme to fall over with
an unresolved reference when it loads the library, because 'assert' is
implemented as a macro.

-- Steve





reply via email to

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