-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to compile on Linux #250
Comments
I think you are missing libtool dev libs. Which distro and version are you
trying to compile with?
…On Tue, Jan 8, 2019 at 2:18 AM Janek ***@***.***> wrote:
bootstrap-libuiohook:
[echo] Bootstrapping libUIOHook...
[autoreconf] autoreconf --verbose --force --install
[autoreconf] autoreconf: Entering directory `.'
[autoreconf] autoreconf: configure.ac: not using Gettext
[autoreconf] autoreconf: running: aclocal --force -I m4
[autoreconf] autoreconf: configure.ac: tracing
[autoreconf] autoreconf: configure.ac: creating directory config
[autoreconf] autoreconf: configure.ac: not using Libtool
[autoreconf] autoreconf: running: /usr/bin/autoconf --force
[autoreconf] configure.ac:76: error: possibly undefined macro: AC_PROG_LIBTOOL
[autoreconf] If this token and others are legitimate, please use m4_pattern_allow.
[autoreconf] See the Autoconf documentation.
[autoreconf] configure.ac:99: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
[autoreconf] autoreconf: /usr/bin/autoconf failed with exit status: 1
BUILD FAILED
/home/janek/daten/projects/_forks/jnativehook/build.xml:345: exec returned: 1
Total time: 6 seconds
$ ant all
Buildfile: /home/janek/daten/projects/_forks/jnativehook/build.xml
init:
[echo] Initializing local build environment...
[echo] Project: jnativehook 2.1.20190108
[echo] Debug: false
[echo] Java Compiler: modern
[echo] Java Source: 1.8
[echo] Java Target: 1.8
[echo] Java Include: /usr/lib/jvm/java-8-oracle/jre/../include
[echo] Java Args:
[echo] Native Lib: libJNativeHook.so
[echo] Native OS: linux
[echo] Native Arch: x86_64
[echo] Native Toolchain: gcc
[echo] Native CFLAGS: -O2 -pipe
[echo] Native LDFLAGS:
[propertyfile] Updating property file: /home/janek/daten/projects/_forks/jnativehook/build.properties
compile-java:
[echo] Compiling Java source...
download-libuiohook:
bootstrap-libuiohook:
configure-libuiohook:
[echo] Configuring libUIOHook source...
[mkdir] Created dir: /home/janek/daten/projects/_forks/jnativehook/bin/libuiohook
[configure] /home/janek/daten/projects/_forks/jnativehook/src/libuiohook/configure --prefix=/home/janek/daten/projects/_forks/jnativehook/bin --libdir=/home/janek/daten/projects/_forks/jnativehook/bin/lib --enable-debug --enable-quiet --enable-static --disable-shared --with-pic
[configure] configure: WARNING: unrecognized options: --enable-static, --disable-shared, --with-pic
[configure] configure: error: cannot find install-sh, install.sh, or shtool in config "/home/janek/daten/projects/_forks/jnativehook/src/libuiohook"/config
BUILD FAILED
/home/janek/daten/projects/_forks/jnativehook/build.xml:355: exec returned: 1
Total time: 0 seconds
All dependencies listed in the wiki are installed. I am on the latest 2.1
branch.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#250>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AApRRICsfZyHzQGqmR1M11cwbt6FH6UBks5vBHCFgaJpZM4Z1KoV>
.
|
I am using KDE Neon, which is based on Ubuntu 18 LTS |
I installed libtool from the Ubuntu repos, but the same error occurs. |
I now get a different error on master:
|
master is broken, try building the 2.1 branch. Make sure you run a |
you seem to be missing libtool. There should be a package. I am putting a container together to make building easier. |
This has gone though extensive changes for 2.2. CMake should make building easier, but famous last words. |
All dependencies listed in the wiki are installed. I am on the latest 2.1 branch.
The text was updated successfully, but these errors were encountered: