15 oct 2010

Error al compilar (sh ./configure)

al momento de querer compilar un pidgin me tope con este error
configure: error: cannot guess build type; you must specify one

lo solucione instalando los siguientes paquetes
apt-get install libc6-dev g++ gcc

luego me arrojo el siguiente error
configure: error: The intltool scripts were not found. Please install intltool.

en este caso ya dice que paquete quiere para funcionar

el siguiente error es una desactualizacion
checking for GLIB... no
configure: error:

You must have GLib 2.12.0 or newer development headers installed to build.

instalar el paquete libglib2.0-dev

ahora tira este error
checking for GTK... no
no
configure: error:

You must have GTK+ 2.10.0 or newer development headers installed to compile
Pidgin. If you want to build only Finch then specify --disable-gtkui when
running configure.

instalar el libgtk2.0-dev

el que sigue jajajaja
configure: error:
XScreenSaver extension development headers not found.
Use --disable-screensaver if you do not need XScreenSaver extension support,
this is required for detecting idle time by mouse and keyboard usage.

hay q instalar el paquete xscreensaver y xscreensaver-data o sino deshabilitarlo como dice en el mensage de error

sh ./configure --disable-screensaver

ahora
checking for STARTUP_NOTIFICATION... no
no
configure: error:
Startup notification development headers not found.
Use --disable-startup-notification if you do not need it.

paquete libstartup-notificationC 0.9-1

ahora
checking for GTKSPELL... no
no
configure: error:
GtkSpell development headers not found.
Use --disable-gtkspell if you do not need it.

instalar libgtkspell-dev

ahora instalar el siguiente paquete que pide

checking for LIBXML... no
no
configure: error:
You must have libxml2 >= 2.6.0 development headers installed to build.

libxml2-dev

si da mas errores leer los mensajes que arroja la consola para poder bien instalar el paquete por q hace falta o por q necesita actualizacion.

cuando este bien compilado XD solo escribir make y listo tendremos un paquete deb lo instalamos con dpkg

1 comentario:

  1. Muchísimas gracias por la ayuda, me vino genial.

    Saludos!
    El Pibe de Sistemas

    ResponderEliminar

Comenta aqui