Closed GoogleCodeExporter closed 9 years ago
Hi,
You should be using Apache's Ant and the GCC 'c99' compiler provided by mingw
to compile the project. Other compilers should work but they may require some
build script patching. Here are the general instructions for installing mingw
on 64-bit Windows:
Extract a fresh copy of msys2-base-x86_64-20131208.tar.xz to c:\msys64
Run mingw64_shell.bat
Close the terminal and relaunch mingw64_shell.bat
Run pacman -S autoconf automake gcc make pkg-config libtool
mingw-w64-x86_64-gcc mingw-w64-x86_64-libtool mingw-w64-x86_64-make
mingw-w64-x86_64-pkgconf
remove the jnitasks and libuiohook src folders
ant distclean compile jar
org_jnativehook_GlobalScreen.h
Is generated by javah from the org/jnativehook/GlobalScreen.class file. Ant
will generate this file for you.
uiohook.h
This header comes from the libuiohook <https://github.com/kwhat/libuiohook>
project which is again downloaded and compiled for you buy ant.
stdbool.h
Should be provided by your compiler. What compiler are you using? If its msvc
you need to run the env setup script first.
Original comment by a...@1stleg.com
on 1 Feb 2014 at 4:15
Original issue reported on code.google.com by
abusee...@gmail.com
on 1 Feb 2014 at 9:14