Estoy trabajando con Qt y C++ para hacer una aplicacion que cuenta la actividad del teclado y mouse, para esto estoy pensando usar libuiohook, ya he hecho pruebas en linux y funciona perfectamente, sin embargo estoy intentanto instalar libuiohook en windows 7 y me he encontrado con muchos problemas.
AL intentar instalar libuiohook en windows primero me da una serie de warnings y finalmente me bota este error:
Código Error:
Ver original
aclocal.m4:2386: AC_LIBTOOL_WIN32_DLL is expanded from... ../../lib/m4sugar/m4sh.m4:512: AS_CASE is expanded from... configure.ac:102: the top level libuiohook_la_LDFLAGS: variable `LTLDFLAGS' is used but `LTLDFLAGS' is undefined Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac' autoreconf: automake failed with exit status: 1
Si alguien pudiera ayudar con este problema lo agradeceria mucho.
Gracias