Skip to content

Instantly share code, notes, and snippets.

@mkash32
Last active March 9, 2016 18:09
Show Gist options
  • Save mkash32/690d63dce81c0f6959d5 to your computer and use it in GitHub Desktop.
Save mkash32/690d63dce81c0f6959d5 to your computer and use it in GitHub Desktop.
configure:16414: result: yes
configure:16503: checking whether to enable maintainer-specific portions of Makefiles
configure:16512: result: no
configure:18350: checking for java
configure:18369: found /usr/local/java/jdk1.8.0_51/bin/java
configure:18381: result: /usr/local/java/jdk1.8.0_51/bin/java
configure:18396: checking for javac
configure:18415: found /usr/local/java/jdk1.8.0_51/bin/javac
configure:18427: result: /usr/local/java/jdk1.8.0_51/bin/javac
configure:18442: checking for jar
configure:18461: found /usr/local/java/jdk1.8.0_51/bin/jar
configure:18473: result: /usr/local/java/jdk1.8.0_51/bin/jar
configure:18492: checking for jni.h
configure:18492: g++ -m32 -c -g -O2 -std=gnu++11 -I/home/mkash32/Documents/Projects/xapian/xapian-core/include conftest.cpp >&5
conftest.cpp:25:17: fatal error: jni.h: No such file or directory
#include <jni.h>
^
compilation terminated.
configure:18492: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xapian-bindings"
| #define PACKAGE_TARNAME "xapian-bindings"
| #define PACKAGE_VERSION "1.3.4"
| #define PACKAGE_STRING "xapian-bindings 1.3.4"
| #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
| #define PACKAGE_URL ""
| #define PACKAGE "xapian-bindings"
| #define VERSION "1.3.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
|
| #include <jni.h>
configure:18492: result: no
configure:18513: checking for jni.h in /usr/local/java/jdk1.8.0_51/include
configure:18520: g++ -m32 -c -g -O2 -std=gnu++11 -I/home/mkash32/Documents/Projects/xapian/xapian-core/include -I/usr/local/java/jdk1.8.0_51/include conftest.cpp >&5
In file included from /usr/include/stdio.h:27:0,
from /usr/local/java/jdk1.8.0_51/include/jni.h:39,
from conftest.cpp:23:
/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory
# include <sys/cdefs.h>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment