search for: jni_md

Displaying 20 results from an estimated 103 matches for "jni_md".

2016 Sep 12
2
problem with bindings configure script
James, That worked, thanks, but with a caveat. I don't know if this is a limitation of autoconf/configure, but jni.h wants to include jni_md.h, which is located in JNI_INCLUDE_DIR/win32, which is not automatically searched. I was able to work around this by moving jni_md.h from the win32 sub directory to the same directory as jni.h. No idea who's bug this is, if it is legitimately a bug, but putting this tidbit out to the list in ca...
2016 Sep 12
0
problem with bindings configure script
On Mon, Sep 12, 2016 at 11:07:10AM -0400, John Bankert wrote: > That worked, thanks, but with a caveat. I don't know if this is a > limitation of autoconf/configure, but jni.h wants to include jni_md.h, > which is located in JNI_INCLUDE_DIR/win32, which is not automatically > searched. I was able to work around this by moving jni_md.h from the win32 > sub directory to the same directory as jni.h. No idea who's bug this is, if > it is legitimately a bug, but putting this tidbit o...
2016 Sep 14
1
problem with bindings configure script
...n On Mon, Sep 12, 2016 at 6:31 PM, Olly Betts <olly at survex.com> wrote: > On Mon, Sep 12, 2016 at 11:07:10AM -0400, John Bankert wrote: > > That worked, thanks, but with a caveat. I don't know if this is a > > limitation of autoconf/configure, but jni.h wants to include jni_md.h, > > which is located in JNI_INCLUDE_DIR/win32, which is not automatically > > searched. I was able to work around this by moving jni_md.h from the > win32 > > sub directory to the same directory as jni.h. No idea who's bug this is, > if > > it is legitimately a...
2007 May 30
5
java bindings 1.0.0 - jni.h not found
Hi all, I am new to Xapian and want to use it with Java. In order to do that I tried to compile the Java bindings. I set XAPIAN_CONFIG and invoked "configure". However "./configure --with-java" exits with an error. Point of failure: checking for jni.h... no checking for jni.h in /usr/lib/jvm/java-1.5.0-sun/include... no checking for jni.h in
2007 Jul 12
1
JRI problem on 64bit Linux
...or javah... /usr/java/jdk1.5.0_11/bin/javah checking for jar... /usr/java/jdk1.5.0_11/bin/jar checking whether Java interpreter works... yes checking for Java environment... in /usr/java/jdk1.5.0_11 checking for /usr/java/jdk1.5.0_11/include/jni.h... yes checking for /usr/java/jdk1.5.0_11/include/./jni_md.h... no checking for /usr/java/jdk1.5.0_11/include/linux/jni_md.h... yes checking whether JNI programs can be compiled... configure: error: Cannot compile a simple JNI program. See config.log for details.
2004 Dec 29
2
Makefile vs Makevars vs configure
...file if necessary. Having never used these types of make utilities before, I'm a bit lost. My package is quite simple. It only has one source file and one header: excelpoi.cpp excelpoi.h The reason I need help with Makevars is because it needs jni.h from the user's JAVA_HOME/include and jni_md.h from the user's JAVA_HOME/include/OS_TYPE directory. In addition, it needs libjvm.so from the user's JAVA_HOME/jre/lib/ARCH/client directory. I've looked at the SJava package with the idea of using a similar configure script, but I was hoping I could just get by with a Makevars file...
2015 Oct 27
1
[PATCH] configure: Move language binding detection to separate files.
This commit starts to split our massive, monolithic configure.ac file into smaller files, using the m4_include mechanism to combine them. I don't know if we should really do this, so I'm open to comments about it. However: - Our configure.ac script is 1800+ lines long, and that's pretty long. - configure.ac lacks structure; splitting it up might improve that. - From what I read,
2016 Sep 09
3
problem with bindings configure script
All, I'm trying to compile xapian core and bindings under cygwin. I have no issues running the configure script and then compiling core, but bindings is giving me some issues. I'm running the configure script for bindings as follows: in xapian-bindings-1.4.0 directory. ./configure XAPIAN_CONFIG=/home/John/xapian-core-1.4.0 --with-java and had two issues. The first I solved by doing
2007 Jan 31
0
Fwd: Unable to load rJava - Undefined Symbol GetCreatedJavaVMs
...n/java checking Java environment home... in /usr/local/jdk1.5.0_11/jre checking for /usr/local/jdk1.5.0_11/jre/include/jni.h... no checking for /usr/local/jdk1.5.0_11/jre/jni.h... no checking for /usr/local/jdk1.5.0_11/jre/../include/jni.h... yes checking for /usr/local/jdk1.5.0_11/jre/../include/./jni_md.h... no checking for /usr/local/jdk1.5.0_11/jre/../include/linux/jni_md.h... yes checking whether JNI programs can be compiled... yes checking JNI data types... ok checking whether JRI should be compiled (autodetect)... yes checking whether debugging output should be enabled... no checking whether...
2006 Apr 15
2
cannot load rJava in R
...mdir... yes checking for select... yes checking for socket... yes checking endianess... intel-like checking for java... /usr/bin/java checking Java environment home... in /usr/local/java/current checking for /usr/local/java/current/include/jni.h... yes checking for /usr/local/java/current/include/./jni_md.h... no checking for /usr/local/java/current/include/linux/jni_md.h... yes checking whether JNI programs can be compiled... yes checking JNI data types... ok checking whether threads support is requested... no configure: creating ./config.status config.status: creating src/Makevars config.status: c...
2007 Jun 11
0
swfdec-mozilla: Changes to 'refs/tags/0.4.5'
....am | 1 NEWS | 5 configure.ac | 37 mozilla-sucks/.gitignore | 3 mozilla-sucks/Makefile.am | 14 mozilla-sucks/jni.h | 1810 ++++++++++++++++++++++++++++++++++++ mozilla-sucks/jni_md.h | 182 +++ mozilla-sucks/jri.h | 689 +++++++++++++ mozilla-sucks/jri_md.h | 565 +++++++++++ mozilla-sucks/jritypes.h | 243 ++++ mozilla-sucks/npapi.h | 726 ++++++++++++++ mozilla-sucks/npruntime.h | 397 +++++++ mozilla-su...
2007 May 31
20
swfdec-mozilla: Changes to 'master'
...re | 5 Makefile.am | 1 configure.ac | 33 mozilla-sucks/.gitignore | 3 mozilla-sucks/Makefile.am | 14 mozilla-sucks/jni.h | 1810 ++++++++++++++++++++++++++++++++++++ mozilla-sucks/jni_md.h | 182 +++ mozilla-sucks/jri.h | 689 +++++++++++++ mozilla-sucks/jri_md.h | 565 +++++++++++ mozilla-sucks/jritypes.h | 243 ++++ mozilla-sucks/npapi.h | 726 ++++++++++++++ mozilla-sucks/npruntime.h | 397 +++++++ mozilla-su...
2015 Oct 29
16
[PATCH 00/16] Refactoring of configure.ac and guestfs.pod
Two (not related to each other) refactorings: Patches 1-12 split configure.ac into smaller files using the m4_include mechanism. Patches 13-15 split out parts of guestfs.pod (ie. guestfs(3)) into three new manual pages: guestfs-hacking(3) - how to extend and contribute to libguestfs guestfs-internals(3) - architecture and internals guestfs-security(3) - security and CVEs Patch 16 is a
2010 Dec 07
1
builder-ubuntu libguestfs FAILED build step 4b8f70d46dcfed1489c97f822e263b8615f21ea0
...found checking for PyCapsule_New... no checking for ruby_init in -lruby... no checking for rake... rake checking for JDK in /usr/lib/jvm/java-6-openjdk... found java version "1.6.0_20" in /usr/lib/jvm/java-6-openjdk checking for jni.h... -I/usr/lib/jvm/java-6-openjdk/include checking for jni_md.h... -I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux checking extra javac flags... checking for ghc... no checking for php... no checking for phpize... no checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Da...
2010 Dec 07
0
builder-ubuntu libguestfs FAILED build step 21810ade12e43fb4d8bfdcefb37a7d8bbe9eef8c
...found checking for PyCapsule_New... no checking for ruby_init in -lruby... no checking for rake... rake checking for JDK in /usr/lib/jvm/java-6-openjdk... found java version "1.6.0_20" in /usr/lib/jvm/java-6-openjdk checking for jni.h... -I/usr/lib/jvm/java-6-openjdk/include checking for jni_md.h... -I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux checking extra javac flags... checking for ghc... no checking for php... no checking for phpize... no checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Da...
2011 Jun 21
0
builder-ubuntu libguestfs FAILED build step e1e78bcef5e4654bd2456bd696840329359d35cd
...kages checking for PyCapsule_New... yes checking for ruby_init in -lruby... no checking for rake... rake checking for JDK in /usr/lib/jvm/java-6-openjdk... found java version "1.6.0_22" in /usr/lib/jvm/java-6-openjdk checking for jni.h... -I/usr/lib/jvm/java-6-openjdk/include checking for jni_md.h... -I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux checking extra javac flags... checking for ghc... no checking for php... no checking for phpize... no checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Da...
2011 Jan 28
0
builder-ubuntu libguestfs FAILED build step f060d5bcd40b4a6506d7994e67d57dccab1651b8
...found checking for PyCapsule_New... yes checking for ruby_init in -lruby... no checking for rake... rake checking for JDK in /usr/lib/jvm/java-6-openjdk... found java version "1.6.0_20" in /usr/lib/jvm/java-6-openjdk checking for jni.h... -I/usr/lib/jvm/java-6-openjdk/include checking for jni_md.h... -I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux checking extra javac flags... checking for ghc... no checking for php... no checking for phpize... no checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Da...
2011 Jan 28
1
builder-debian libguestfs FAILED build step 82f5fdb0dbbc0c7b04861edeadf70c86c9342df2
..... found checking for PyCapsule_New... no checking for ruby_init in -lruby... no checking for rake... no checking for JDK in /usr/lib/jvm/java-6-openjdk... found java version "1.6.0_18" in /usr/lib/jvm/java-6-openjdk checking for jni.h... -I/usr/lib/jvm/java-6-openjdk/include checking for jni_md.h... -I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux checking extra javac flags... checking for ghc... no checking for php... no checking for phpize... no checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Da...
2010 Dec 14
1
builder-debian libguestfs FAILED build step dec770f171329868081985ca0aa3d52eb3759935
..... found checking for PyCapsule_New... no checking for ruby_init in -lruby... no checking for rake... no checking for JDK in /usr/lib/jvm/java-6-openjdk... found java version "1.6.0_18" in /usr/lib/jvm/java-6-openjdk checking for jni.h... -I/usr/lib/jvm/java-6-openjdk/include checking for jni_md.h... -I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux checking extra javac flags... checking for ghc... no checking for php... no checking for phpize... no checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Da...
2011 Jan 18
1
builder-debian libguestfs FAILED build step 41bbc0a7a3f3cd768c83183327ffc562d2040a83
..... found checking for PyCapsule_New... no checking for ruby_init in -lruby... no checking for rake... no checking for JDK in /usr/lib/jvm/java-6-openjdk... found java version "1.6.0_18" in /usr/lib/jvm/java-6-openjdk checking for jni.h... -I/usr/lib/jvm/java-6-openjdk/include checking for jni_md.h... -I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux checking extra javac flags... checking for ghc... no checking for php... no checking for phpize... no checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Da...