Pues me propuse instalar sweep a base de compilar y claro, asi me va
-Para empezar ./configure, el cual me decía que me hacían falta unas cuantas cosas: Glib 1.2, libsndfile 1.0, gtk 1.2
-Pues bien, glib, a pesar de que resultaba extraño, pues mirando en el kpackage había varios paquetes que parecían hacer referencia a algo así, lo compilé sin problemas.
-Ahora viene lo del gtk, porque claro, yo tengo gtk 2.0 o por ahi
y resulta que me pide 1.2. Será chungo instalar una versión más antigua? Y no le dará a lo mismo al programilla este la 2.0 que es mas modenna y seguramente mejor? Bueno, total, como esas 2 preguntas no me llevaban a ningún lado, acabé bajando y compilando gtk 1.2.9 (o mejor dicho intentandolo). Pero al hacer el configure me dice esto
configure: error:
*** X libraries or include files not found. Check 'config.log' for
*** more details.
Si quereis que suelte todo el pastelazo del config.log no teneis má sque decirlo
-Bajé también el libsndfile 1.0.5 y parece que no da problemas al compilar
-Bueno, ahora probaremos de nuevo con el sweep. Pero, nada,al hacer el configure:
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking for gtk_init in -lgtk... no
checking for tdb_open in -ltdb... no
checking for pkg-config... no
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see
http://www.freedesktop.org/software/pkgconfig to get pkg-config.
checking for sf_open in -lsndfile... yes
checking for sf_open_read in -lsndfile... no
checking for sndfile.h... yes
configure: error:
***
*** libsndfile-1.0.0 or greater seems to exist on your system, however
*** the pkg-config tool cannot find its build information.
***
*** Please set your PKG_CONFIG_PATH environment variable to include the
*** directory in which sndfile.pc was installed. For example, sndfile.pc
*** is installed in /usr/local/lib/pkgconfig by default; if that is the
*** case do:
***
*** export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
***
*** then run this ./configure again. If you configured libsndfile with a
*** different --prefix option, replace /usr/local above with that prefix.
***
Mi inglés es pésimo, pues en el instituo estudié francés, así que de lo que me pareció entender busqué la ruta del archivo sndfile.pc y puse en consola:
$PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
y volví a hacer el configure pero me seduía saliendo el mismo mensaje.
Así que llegado a este punto no sé muy bien como seguir. Si alguien me echa una mano le doy un besín
Un saludo