Muchas gracias escufi,
./configure && make depend && make
loading cache ./config.cache
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for bison... no
checking for byacc... no
checking for flex... lex
checking for yywrap in -ll... no
checking for lex... no
checking for flex... no
checking for lex... no
*** Error: No suitable lex found. ***
Please install the 'flex' package.
así que: #urpmi flex
vuelta a dar errores, le falta el yacc, así que #urpmi yacc
¡parece que rula!
pero ... parece que al final
.....ts_xlib.c:1192: parse error before '*' token
ts_xlib.c:1194: parse error before '*' token
ts_xlib.c: In function `TS_XInitImageFuncPtrs':
ts_xlib.c:1197: `a0' undeclared (first use in this function)
make[1]: *** [ts_xlib.o] Error 1
make[1]: Saliendo directorio `/home/user1/Downloads/winex221/tsx11'
make: *** [tsx11/libwine_tsx11.so] Error 2
aún así continúo, paso a modo superusuario #su y hago el #make install
...ts_xlib.c:1192: parse error before '*' token
ts_xlib.c:1194: parse error before '*' token
ts_xlib.c: In function `TS_XInitImageFuncPtrs':
ts_xlib.c:1197: `a0' undeclared (first use in this function)
make[1]: *** [ts_xlib.o] Error 1
make[1]: Saliendo directorio `/home/user1/Downloads/winex221/tsx11'
make: *** [tsx11/libwine_tsx11.so] Error 2
me temo que algo no va a rular, pero aún así continúo.
instalo el winesetuptk y lo ejecuto, me pide fichero /.wine/config y claro, una imagina que debería encontrar un directorio oculto llamado winex (por analogía al de wine) pero NO
así que me termo que ésta es la confirmación de que no ha debido instalarse ni compilarse, ¿verdad?
gracias.