Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/09/2015, 05:34
susi141
 
Fecha de Ingreso: agosto-2011
Mensajes: 73
Antigüedad: 13 años, 1 mes
Puntos: 0
Pregunta instalar libuiohook en windows

Hola,

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
  1. aclocal.m4:2386: AC_LIBTOOL_WIN32_DLL is expanded from...
  2. ../../lib/m4sugar/m4sh.m4:512: AS_CASE is expanded from...
  3. configure.ac:102: the top level
  4. libuiohook_la_LDFLAGS: variable `LTLDFLAGS' is used but `LTLDFLAGS' is undefined
  5.  
  6. Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac'
  7. autoreconf: automake failed with exit status: 1

Si alguien pudiera ayudar con este problema lo agradeceria mucho.

Gracias