Problema aMsn, "TkCximage"

Mirad, no sé por qué ahora la intentar iniciar el aMsn me aparece el siguiente pantallazo


Imagen


Dice que tengo que compilarlo, pero al descargarme el amsn-0.97RC1.tar.bz2 y poner el comando "./configure" me haparece el siguiente mensaje:

root@danii:~/Desktop/amsn-0.97RC1# ./configure
checking for prefix by checking for wish... /usr/bin/wish
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking tcl build dir... configure: error: Unable to find Tcl directory or Tcl package is not tcl-dev
root@danii:~/Desktop/amsn-0.97RC1#
Vale, ¿Cómo instalo el paquete tlc-dev? ¿De dónde lo saco?

Gracias a todos y saludos :-P!
sudo apt-get install tcl8.4-dev


Así con todas las dependencias que el script configure te diga que faltan ;)

Saludos.
apmomp escribió:
sudo apt-get tcl8.4-dev



Así con todas las dependencias que el script configure te diga que faltan ;)

Saludos.
Vale, lo he instalado (por cierto, en el comando te falta "install") y nada, sigue con el mismo error de mierda!.

Saludos y gracias :P
danieletto escribió:Vale, lo he instalado (por cierto, en el comando te falta "install") y nada, sigue con el mismo error de mierda!.

Saludos y gracias :P


Ups, cierto, edito...

Voy a probar a compilar y te digo si me sale el mismo error. En teoría creo que debería ser ese el paquete que falta.

EDITO:

Después de instalar esta librería me tira este otro error, que seguramente creiste que era el mismo:

apmomp@debian-g4:~/Compilaciones/amsn/amsn-0.97RC1$ ./configure
checking for prefix by checking for wish... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking tcl build dir... using tcl library in /usr/lib/tcl8.4
[b]checking tk build dir... configure: error: Unable to find Tk directory or Tk package is not tk-dev[/b]
apmomp@debian-g4:~/Compilaciones/amsn/amsn-0.97RC1$


Se soluciona instalando tk8.4-dev, que a su vez instala el paquete tk8.4 ;)

Saludos.
sudo aptitude install tcl8.4 tcl8.4-dev

Luego vuelve a hacer el ./configure y si te faltan más cosas haces una búsqueda y luego las instalas, por ejemplo con el tcl he hecho

aptitude search tcl

Luego entre todos los paquetes que te salen buscas el que tenga la versión más nueva, que en este caso es la 8.4, y los instalas.
Ya ke compilais el aMSN compilar tambien TCL/TK.

Asi os ahorrais estos problemas, ademas de ke instalais la ultima version, 8.5a6...

Ademas, no estoy seguro, pero es posible ke la version 0.97 necesita TCL/TK 8.5

Salu2
5 respuestas